Extension [ extension #115 phalcon version 5.0.0 ] { - Dependencies { Dependency [ pdo (Required) ] Dependency [ spl (Required) ] Dependency [ standard (Required) ] Dependency [ hash (Required) ] Dependency [ json (Required) ] } - INI { Entry [ phalcon.db.escape_identifiers ] Current = '1' } Entry [ phalcon.db.force_casting ] Current = '0' } Entry [ phalcon.orm.case_insensitive_column_map ] Current = '0' } Entry [ phalcon.orm.cast_last_insert_id_to_int ] Current = '0' } Entry [ phalcon.orm.cast_on_hydrate ] Current = '0' } Entry [ phalcon.orm.column_renaming ] Current = '1' } Entry [ phalcon.orm.disable_assign_setters ] Current = '0' } Entry [ phalcon.orm.enable_implicit_joins ] Current = '1' } Entry [ phalcon.orm.enable_literals ] Current = '1' } Entry [ phalcon.orm.events ] Current = '1' } Entry [ phalcon.orm.exception_on_failed_save ] Current = '0' } Entry [ phalcon.orm.exception_on_failed_metadata_save ] Current = '1' } Entry [ phalcon.orm.ignore_unknown_columns ] Current = '0' } Entry [ phalcon.orm.late_state_binding ] Current = '0' } Entry [ phalcon.orm.not_null_validations ] Current = '1' } Entry [ phalcon.orm.resultset_prefetch_records ] Current = '0' } Entry [ phalcon.orm.update_snapshot_on_save ] Current = '1' } Entry [ phalcon.orm.virtual_foreign_keys ] Current = '1' } Entry [ phalcon.warning.enable ] Current = '1' } } - Classes [616] { 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\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ abstract public method getTemplate ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ string ] } Method [ abstract public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ abstract public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\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 ] } Method [ abstract public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } } } Interface [ interface Phalcon\Support\Collection\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [14] { Method [ abstract public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ abstract public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ abstract public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ abstract public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ abstract public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ abstract public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } } } Interface [ interface Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ abstract public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method getAdapter ] { - Parameters [0] { } } Method [ abstract public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ abstract public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ abstract public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } } } 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 ] { - Parameters [0] { } } Method [ abstract public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ abstract public method serialize ] { - Parameters [0] { } } Method [ abstract public method unserialize ] { - Parameters [1] { Parameter #0 [ string $data ] } } } } Interface [ interface Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [30] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getDefault ] { - Parameters [0] { } } Method [ abstract public method getFilters ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } Method [ abstract public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method label ] { - Parameters [0] { } - Return [ string ] } 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 ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ bool ] } Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - Return [ void ] } Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } } } Interface [ interface Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] } - Return [ string ] } Method [ abstract public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ int $blockSize ] } - Return [ int ] } } } 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 ] } Method [ abstract public method getFilter ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ abstract public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Interface [ interface Phalcon\Config\ConfigInterface extends Phalcon\Support\Collection\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [18] { Method [ abstract public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ abstract public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $delimiter = ] } } Method [ abstract public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ ?string $delimiter = ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ abstract public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ abstract public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ abstract public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ abstract public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ abstract public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ abstract public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } } } Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [29] { Method [ abstract public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } 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 ] } 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 [ bool ] } Method [ abstract public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ ?array ] } Method [ abstract public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ abstract public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ abstract public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ abstract public method reset ] { - Parameters [0] { } } Method [ abstract public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ abstract public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ abstract public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ abstract public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] Parameter #2 [ $data ] } } Method [ abstract public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } } Method [ abstract public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } } } Interface [ interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ abstract public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method getAdapter ] { - Parameters [0] { } } Method [ abstract public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ abstract public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ abstract public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } } } Interface [ interface Phalcon\Db\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [67] { Method [ abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ bool ] } Method [ abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ bool ] } Method [ abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ abstract public method affectedRows ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method begin ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ abstract public method close ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method commit ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ abstract public method connect ] { - Parameters [1] { Parameter #0 [ array $descriptor = [] ] } - Return [ void ] } Method [ abstract public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ bool ] } Method [ abstract public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ ?string $schemaName = ] } - Return [ bool ] } Method [ abstract public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ ?string $whereCondition = ] Parameter #2 [ array $placeholders = [] ] Parameter #3 [ array $dataTypes = [] ] } - Return [ bool ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ bool ] } Method [ abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ bool ] } Method [ abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $indexName ] } - Return [ bool ] } Method [ abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ bool ] } Method [ abstract public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ abstract public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ abstract public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ abstract public method escapeString ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string ] } Method [ abstract public method execute ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ bool ] } Method [ abstract public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $fetchMode = ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $bindTypes = [] ] } - 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 [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $fetchMode = ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $bindTypes = [] ] } - Return [ array ] } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } - Return [ string ] } Method [ abstract public method getConnectionId ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } Method [ abstract public method getDialectType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ abstract public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ abstract public method getInternalHandler ] { - Parameters [0] { } } Method [ abstract public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getSQLVariables ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ abstract public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes = ] } - Return [ bool ] } Method [ abstract public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $number ] } - Return [ string ] } Method [ abstract public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ array ] } Method [ abstract public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $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 $currentColumn = ] } - Return [ bool ] } Method [ abstract public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } } Method [ abstract public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ array ] } Method [ abstract public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition = ] Parameter #4 [ $dataTypes = ] } - Return [ bool ] } Method [ abstract public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ abstract public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } } } Interface [ interface Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ Phalcon\Annotations\Reflection ] } Method [ abstract public method getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ abstract public method getConstants ] { - 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 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 getReader ] { - Parameters [0] { } - Return [ Phalcon\Annotations\ReaderInterface ] } Method [ abstract public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } Interface [ interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method getAvailableDrivers ] { - Parameters [0] { } - Return [ array ] } } - Properties [0] { } - Methods [13] { Method [ abstract public method beginTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method commit ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method errorCode ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method errorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method exec ] { - Parameters [1] { Parameter #0 [ string $statement ] } - Return [ int ] } Method [ abstract public method getAttribute ] { - Parameters [1] { Parameter #0 [ int $attribute ] } } Method [ abstract public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - Return [ string ] } Method [ abstract public method prepare ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $options = [] ] } } Method [ abstract public method query ] { - Parameters [1] { Parameter #0 [ string $statement ] } } Method [ abstract public method quote ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ abstract public method rollBack ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setAttribute ] { - Parameters [2] { Parameter #0 [ int $attribute ] Parameter #1 [ $value ] } - Return [ bool ] } } } Interface [ interface Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [34] { Method [ abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ string ] } Method [ abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ abstract public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ abstract public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ string ] } Method [ abstract public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ ?string $schemaName = ] } - Return [ string ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ string ] } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method getColumnList ] { - Parameters [1] { Parameter #0 [ array $columnList ] } - Return [ string ] } Method [ abstract public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $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 $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 $currentColumn = ] } - Return [ string ] } Method [ abstract public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ abstract public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ abstract public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ string ] } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] } - Return [ string ] } } } Interface [ interface Phalcon\Html\Link\Interfaces\LinkInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getHref ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRels ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method isTemplated ] { - Parameters [0] { } - Return [ bool ] } } } Interface [ interface Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getLinks ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getLinksByRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ array ] } } } Interface [ interface Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ abstract public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ abstract public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ abstract public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } } } Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ ?Closure $conditionCallback = ] } - Return [ bool ] } Method [ abstract public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ abstract public method getCache ] { - Parameters [0] { } } Method [ abstract public method getFirst ] { - Parameters [0] { } } Method [ abstract public method getHydrateMode ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getLast ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\ModelInterface ] } Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method isFresh ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ int $hydrateMode ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract public method setIsFresh ] { - Parameters [1] { Parameter #0 [ bool $isFresh ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ ?Closure $conditionCallback = ] } - Return [ bool ] } } } Interface [ interface Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method getLimit ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ abstract public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ int $page ] } } Method [ abstract public method setLimit ] { - Parameters [1] { Parameter #0 [ int $limit ] } } } } Interface [ interface Phalcon\Translate\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ bool ] } Method [ abstract public method query ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } Method [ abstract public method t ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } } } Interface [ interface Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ string ] } } } Interface [ interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method getAvailableDrivers ] { - Parameters [0] { } - Return [ array ] } } - Properties [0] { } - Methods [30] { Method [ abstract public method connect ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method disconnect ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method fetchAffected ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ int ] } Method [ abstract public method fetchAll ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ abstract public method fetchAssoc ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ abstract public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ int $column = ] } - Return [ array ] } Method [ abstract public method fetchGroup ] { - Parameters [3] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ int $flags = ] } - Return [ array ] } Method [ abstract public method fetchObject ] { - Parameters [4] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ string $className = ] Parameter #3 [ array $arguments = [] ] } - Return [ object ] } Method [ abstract public method fetchObjects ] { - Parameters [4] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ string $className = ] Parameter #3 [ array $arguments = [] ] } - Return [ array ] } Method [ abstract public method fetchOne ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ abstract public method fetchPairs ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ abstract public method fetchValue ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } } Method [ abstract public method getAdapter ] { - Parameters [0] { } - Return [ PDO ] } Method [ abstract public method getProfiler ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ abstract public method isConnected ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method perform ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ PDOStatement ] } Method [ abstract public method setProfiler ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } } Method [ abstract public method beginTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method commit ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method errorCode ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method errorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method exec ] { - Parameters [1] { Parameter #0 [ string $statement ] } - Return [ int ] } Method [ abstract public method getAttribute ] { - Parameters [1] { Parameter #0 [ int $attribute ] } } Method [ abstract public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - Return [ string ] } Method [ abstract public method prepare ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $options = [] ] } } Method [ abstract public method query ] { - Parameters [1] { Parameter #0 [ string $statement ] } } Method [ abstract public method quote ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ abstract public method rollBack ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setAttribute ] { - Parameters [2] { Parameter #0 [ int $attribute ] Parameter #1 [ $value ] } - Return [ bool ] } } } Interface [ interface Phalcon\Di\DiInterface extends ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [3] { Method [ abstract static public method getDefault ] { - Parameters [0] { } - Return [ ?Phalcon\Di\DiInterface ] } Method [ abstract static public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ abstract static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } - Properties [0] { } - Methods [15] { Method [ abstract public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters = ] } } Method [ abstract public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ abstract public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters = ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method setService ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method offsetExists ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } } Method [ abstract public method offsetGet ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } } Method [ abstract public method offsetSet ] { - Parameters [2] { Parameter #0 [ mixed $offset ] Parameter #1 [ mixed $value ] } } Method [ abstract public method offsetUnset ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } } } } Interface [ interface Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method getAlgHeader ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAlgorithm ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method sign ] { - Parameters [2] { Parameter #0 [ string $payload ] Parameter #1 [ string $passphrase ] } - Return [ string ] } Method [ abstract public method verify ] { - Parameters [3] { Parameter #0 [ string $source ] Parameter #1 [ string $payload ] Parameter #2 [ string $passphrase ] } - Return [ bool ] } } } Interface [ interface Phalcon\Filter\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\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } } } 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 ] } 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 [ int $opacity = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method blur ] { - Parameters [1] { Parameter #0 [ int $radius ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method crop ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ ?int $offsetX = ] Parameter #3 [ ?int $offsetY = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method flip ] { - Parameters [1] { Parameter #0 [ int $direction ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method pixelate ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method reflection ] { - Parameters [3] { Parameter #0 [ int $height ] Parameter #1 [ int $opacity = ] Parameter #2 [ bool $fadeIn = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method render ] { - Parameters [2] { Parameter #0 [ ?string $extension = ] Parameter #1 [ int $quality = ] } - Return [ string ] } Method [ abstract public method resize ] { - Parameters [3] { Parameter #0 [ ?int $width = ] Parameter #1 [ ?int $height = ] Parameter #2 [ int $master = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method rotate ] { - Parameters [1] { Parameter #0 [ int $degrees ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method save ] { - Parameters [2] { Parameter #0 [ ?string $file = ] Parameter #1 [ int $quality = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method sharpen ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method text ] { - Parameters [7] { Parameter #0 [ string $text ] Parameter #1 [ int $offsetX = ] Parameter #2 [ int $offsetY = ] Parameter #3 [ int $opacity = ] Parameter #4 [ string $color = ] Parameter #5 [ int $size = ] Parameter #6 [ ?string $fontFile = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ int $offsetX = ] Parameter #2 [ int $offsetY = ] Parameter #3 [ int $opacity = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } } } Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } } } 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 ] { - Parameters [0] { } } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params = ] } } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } } Method [ abstract public method setParamToView ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ abstract public method setVar ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ abstract public method setViewsDir ] { - Parameters [1] { Parameter #0 [ string $viewsDir ] } } } } Interface [ interface Phalcon\Mvc\View\Engine\EngineInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params = ] } - Return [ void ] } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $params ] Parameter #2 [ bool $mustClean = ] } } } } Interface [ interface Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [20] { Method [ abstract public method addInherit ] { - Parameters [2] { Parameter #0 [ string $roleName ] Parameter #1 [ $roleToInherits ] } - Return [ bool ] } Method [ abstract public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits = ] } - Return [ bool ] } Method [ abstract public method addComponent ] { - Parameters [2] { Parameter #0 [ $componentValue ] Parameter #1 [ $accessList ] } - Return [ bool ] } Method [ abstract public method addComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ bool ] } Method [ abstract public method allow ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func = ] } - Return [ void ] } Method [ abstract public method deny ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func = ] } - Return [ void ] } Method [ abstract public method dropComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ void ] } Method [ abstract public method getActiveAccess ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getActiveRole ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getActiveComponent ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getComponents ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getDefaultAction ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getInheritedRoles ] { - Parameters [1] { Parameter #0 [ string $roleName = ] } - Return [ array ] } Method [ abstract public method getNoArgumentsDefaultAction ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getRoles ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $componentName ] Parameter #2 [ string $access ] Parameter #3 [ ?array $parameters = [] ] } - Return [ bool ] } Method [ abstract public method isComponent ] { - Parameters [1] { Parameter #0 [ string $componentName ] } - Return [ bool ] } Method [ abstract public method isRole ] { - Parameters [1] { Parameter #0 [ string $roleName ] } - Return [ bool ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ int $defaultAccess ] } - Return [ void ] } Method [ abstract public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ int $defaultAccess ] } - Return [ void ] } } } Interface [ interface Phalcon\Cache\CacheInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ bool ] } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method getMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ abstract public method setMultiple ] { - Parameters [2] { Parameter #0 [ $values ] Parameter #1 [ $ttl = ] } - Return [ bool ] } } } Interface [ interface Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method getException ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ abstract public method getExtras ] { - Parameters [0] { } } Method [ abstract public method getInput ] { - Parameters [0] { } } Method [ abstract public method getMessages ] { - Parameters [0] { } } Method [ abstract public method getOutput ] { - Parameters [0] { } } Method [ abstract public method getStatus ] { - Parameters [0] { } } } } Interface [ interface Phalcon\Domain\Payload\WriteableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method setException ] { - Parameters [1] { Parameter #0 [ Throwable $exception ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } Interface [ interface Phalcon\Logger\LoggerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ abstract public method alert ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ abstract public method critical ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ abstract public method debug ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ abstract public method emergency ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ abstract public method error ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ abstract public method getAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getLogLevel ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method info ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ abstract public method log ] { - Parameters [3] { Parameter #0 [ $level ] Parameter #1 [ string $message ] Parameter #2 [ array $context = [] ] } - Return [ void ] } Method [ abstract public method notice ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ abstract public method warning ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } } } Interface [ interface Phalcon\Mvc\EntityInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method readAttribute ] { - Parameters [1] { Parameter #0 [ string $attribute ] } } Method [ abstract public method writeAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } } } } Interface [ interface Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } Method [ abstract public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } } } Interface [ interface Phalcon\Mvc\Model\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method setDirtyState ] { - Parameters [1] { Parameter #0 [ int $dirtyState ] } } } } Interface [ interface Phalcon\Mvc\RouterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [30] { Method [ abstract public method add ] { - Parameters [4] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ $httpMethods = ] Parameter #3 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addConnect ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addDelete ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addHead ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addGet ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addOptions ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPatch ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPost ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPurge ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPut ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addTrace ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method attach ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] Parameter #1 [ int $position = ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMatchedRoute ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ abstract public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ abstract public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } - Return [ void ] } Method [ abstract public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method wasMatched ] { - Parameters [0] { } - Return [ bool ] } } } Interface [ interface Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ string $translation ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } } } Interface [ interface Phalcon\Acl\ComponentInterface extends Stringable ] { - 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 extends Stringable ] { - 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 ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ bool ] } Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - Return [ void ] } Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } } } Interface [ interface Phalcon\Cli\Router\RouteInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [3] { Method [ abstract static public method delimiter ] { - Parameters [1] { Parameter #0 [ ?string $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\DataMapper\Pdo\ConnectionLocatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method getMaster ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } Method [ abstract public method getRead ] { - Parameters [1] { Parameter #0 [ string $name = ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } Method [ abstract public method getWrite ] { - Parameters [1] { Parameter #0 [ string $name = ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } Method [ abstract public method setMaster ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] } - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } Method [ abstract public method setRead ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $callableObject ] } - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } Method [ abstract public method setWrite ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $callableObject ] } - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } } } Interface [ interface Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ abstract public method finish ] { - Parameters [2] { Parameter #0 [ ?string $statement = ] Parameter #1 [ array $values = [] ] } - Return [ void ] } Method [ abstract public method getLogger ] { - Parameters [0] { } - Return [ Phalcon\Logger\LoggerInterface ] } Method [ abstract public method getLogFormat ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLogLevel ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method isActive ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setActive ] { - Parameters [1] { Parameter #0 [ bool $active ] } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ abstract public method setLogFormat ] { - Parameters [1] { Parameter #0 [ string $logFormat ] } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ abstract public method setLogLevel ] { - Parameters [1] { Parameter #0 [ string $logLevel ] } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ abstract public method start ] { - Parameters [1] { Parameter #0 [ string $method ] } - Return [ void ] } } } Interface [ interface Phalcon\Db\ColumnInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ abstract public method getAfterPosition ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getBindType ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getDefault ] { - Parameters [0] { } } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getScale ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getSize ] { - Parameters [0] { } } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getTypeReference ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getTypeValues ] { - Parameters [0] { } } Method [ abstract public method hasDefault ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isAutoIncrement ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isFirst ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isNotNull ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isNumeric ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isPrimary ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isUnsigned ] { - Parameters [0] { } - Return [ bool ] } } } Interface [ interface Phalcon\Db\IndexInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getColumns ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Db\ReferenceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method getColumns ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOnDelete ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOnUpdate ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getReferencedColumns ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getReferencedSchema ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getReferencedTable ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSchemaName ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Db\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method dataSeek ] { - Parameters [1] { Parameter #0 [ int $number ] } } Method [ abstract public method execute ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method fetch ] { - Parameters [0] { } } Method [ abstract public method fetchAll ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method fetchArray ] { - Parameters [0] { } } Method [ abstract public method getInternalResult ] { - Parameters [0] { } - Return [ PDOStatement ] } Method [ abstract public method numRows ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method setFetchMode ] { - Parameters [1] { Parameter #0 [ int $fetchMode ] } - Return [ bool ] } } } Interface [ interface Phalcon\Di\ServiceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method getDefinition ] { - Parameters [0] { } } Method [ abstract public method getParameter ] { - Parameters [1] { Parameter #0 [ int $position ] } } Method [ abstract public method isResolved ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isShared ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method resolve ] { - Parameters [2] { Parameter #0 [ $parameters = ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ abstract public method setDefinition ] { - Parameters [1] { Parameter #0 [ $definition ] } } Method [ abstract public method setParameter ] { - Parameters [2] { Parameter #0 [ int $position ] Parameter #1 [ array $parameter ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method setShared ] { - Parameters [1] { Parameter #0 [ bool $shared ] } } } } Interface [ interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Domain\Payload\WriteableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [12] { Method [ abstract public method getException ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ abstract public method getExtras ] { - Parameters [0] { } } Method [ abstract public method getInput ] { - Parameters [0] { } } Method [ abstract public method getMessages ] { - Parameters [0] { } } Method [ abstract public method getOutput ] { - Parameters [0] { } } Method [ abstract public method getStatus ] { - Parameters [0] { } } Method [ abstract public method setException ] { - Parameters [1] { Parameter #0 [ Throwable $exception ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } Interface [ interface Phalcon\Encryption\Crypt\CryptInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [17] { Method [ abstract public method decrypt ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ ?string $key = ] } - Return [ string ] } Method [ abstract public method decryptBase64 ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ ?string $key = ] } - Return [ string ] } Method [ abstract public method encrypt ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ ?string $key = ] } - Return [ string ] } Method [ abstract public method encryptBase64 ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ ?string $key = ] } - Return [ string ] } Method [ abstract public method getAvailableCiphers ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getAuthTag ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAuthData ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAuthTagLength ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getCipher ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getKey ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setAuthTag ] { - Parameters [1] { Parameter #0 [ string $tag ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ abstract public method setAuthData ] { - Parameters [1] { Parameter #0 [ string $data ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ abstract public method setAuthTagLength ] { - Parameters [1] { Parameter #0 [ int $length ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ abstract public method setCipher ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ abstract public method setKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ abstract public method setPadding ] { - Parameters [1] { Parameter #0 [ int $scheme ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ abstract public method useSigning ] { - Parameters [1] { Parameter #0 [ bool $useSigning ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } } } Interface [ interface Phalcon\Events\EventInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getData ] { - Parameters [0] { } } Method [ abstract public method getType ] { - Parameters [0] { } } Method [ abstract public method isCancelable ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isStopped ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setData ] { - Parameters [1] { Parameter #0 [ $data = ] } - Return [ Phalcon\Events\EventInterface ] } Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Events\EventInterface ] } Method [ abstract public method stop ] { - Parameters [0] { } - Return [ Phalcon\Events\EventInterface ] } } } Interface [ interface Phalcon\Events\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method attach ] { - Parameters [2] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] } - Return [ void ] } Method [ abstract public method detach ] { - Parameters [2] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] } - Return [ void ] } Method [ abstract public method detachAll ] { - Parameters [1] { Parameter #0 [ ?string $type = ] } - Return [ void ] } Method [ abstract public method fire ] { - Parameters [4] { Parameter #0 [ string $eventType ] Parameter #1 [ $source ] Parameter #2 [ $data = ] Parameter #3 [ bool $cancelable = ] } } Method [ abstract public method getListeners ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ array ] } Method [ abstract public method hasListeners ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ bool ] } } } Interface [ interface Phalcon\Filter\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method sanitize ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ $sanitizers ] Parameter #2 [ bool $noRecursive = ] } } } } Interface [ interface Phalcon\Filter\Validation\ValidationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [14] { Method [ abstract public method add ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ abstract public method bind ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ $data ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ abstract public method getEntity ] { - Parameters [0] { } } Method [ abstract public method getFilters ] { - Parameters [1] { Parameter #0 [ ?string $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 [ $field ] Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ abstract public method rules ] { - Parameters [2] { Parameter #0 [ string $field ] Parameter #1 [ array $validators ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ abstract public method setFilters ] { - Parameters [2] { Parameter #0 [ string $field ] Parameter #1 [ $filters ] } - Return [ Phalcon\Filter\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\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\Escaper\EscaperInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method attributes ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ abstract public method css ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ abstract public method getEncoding ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method html ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ abstract public method js ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ abstract public method setEncoding ] { - Parameters [1] { Parameter #0 [ string $encoding ] } - Return [ Phalcon\Html\Escaper\EscaperInterface ] } Method [ abstract public method setFlags ] { - Parameters [1] { Parameter #0 [ int $flags ] } - Return [ Phalcon\Html\Escaper\EscaperInterface ] } Method [ abstract public method url ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } } } Interface [ interface Phalcon\Html\Link\Interfaces\EvolvableLinkInterface extends Phalcon\Html\Link\Interfaces\LinkInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ abstract public method withHref ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ abstract public method withRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ abstract public method withoutRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ abstract public method withAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ string $value ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ abstract public method withoutAttribute ] { - Parameters [1] { Parameter #0 [ string $attribute ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ abstract public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getHref ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRels ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method isTemplated ] { - Parameters [0] { } - Return [ bool ] } } } Interface [ interface Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface extends Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method withLink ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } Method [ abstract public method withoutLink ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } Method [ abstract public method getLinks ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getLinksByRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ array ] } } } 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 ] } } } Interface [ interface Phalcon\Http\Cookie\CookieInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [19] { Method [ abstract public method delete ] { - Parameters [0] { } } Method [ abstract public method getDomain ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getExpiration ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHttpOnly ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSecure ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method getValue ] { - Parameters [2] { Parameter #0 [ $filters = ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method isUsingEncryption ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method send ] { - Parameters [0] { } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method setDomain ] { - Parameters [1] { Parameter #0 [ string $domain ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method setExpiration ] { - Parameters [1] { Parameter #0 [ int $expire ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method setHttpOnly ] { - Parameters [1] { Parameter #0 [ bool $httpOnly ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method setPath ] { - Parameters [1] { Parameter #0 [ string $path ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method setSecure ] { - Parameters [1] { Parameter #0 [ bool $secure ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method setValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method useEncryption ] { - Parameters [1] { Parameter #0 [ bool $useEncryption ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } } } Interface [ interface Phalcon\Http\Message\RequestMethodInterface ] { - Constants [10] { Constant [ public string METHOD_CONNECT ] { CONNECT } Constant [ public string METHOD_DELETE ] { DELETE } Constant [ public string METHOD_GET ] { GET } Constant [ public string METHOD_HEAD ] { HEAD } Constant [ public string METHOD_OPTIONS ] { OPTIONS } Constant [ public string METHOD_PATCH ] { PATCH } Constant [ public string METHOD_POST ] { POST } Constant [ public string METHOD_PURGE ] { PURGE } Constant [ public string METHOD_PUT ] { PUT } Constant [ public string METHOD_TRACE ] { TRACE } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\Http\Message\ResponseStatusCodeInterface ] { - Constants [88] { Constant [ public int STATUS_CONTINUE ] { 100 } Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } Constant [ public int STATUS_PROCESSING ] { 102 } Constant [ public int STATUS_EARLY_HINTS ] { 103 } Constant [ public int STATUS_OK ] { 200 } Constant [ public int STATUS_CREATED ] { 201 } Constant [ public int STATUS_ACCEPTED ] { 202 } Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } Constant [ public int STATUS_NO_CONTENT ] { 204 } Constant [ public int STATUS_RESET_CONTENT ] { 205 } Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } Constant [ public int STATUS_MULTI_STATUS ] { 207 } Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } Constant [ public int STATUS_IM_USED ] { 226 } Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } Constant [ public int STATUS_FOUND ] { 302 } Constant [ public int STATUS_SEE_OTHER ] { 303 } Constant [ public int STATUS_NOT_MODIFIED ] { 304 } Constant [ public int STATUS_USE_PROXY ] { 305 } Constant [ public int STATUS_RESERVED ] { 306 } Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } Constant [ public int STATUS_BAD_REQUEST ] { 400 } Constant [ public int STATUS_UNAUTHORIZED ] { 401 } Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } Constant [ public int STATUS_FORBIDDEN ] { 403 } Constant [ public int STATUS_NOT_FOUND ] { 404 } Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } Constant [ public int STATUS_CONFLICT ] { 409 } Constant [ public int STATUS_GONE ] { 410 } Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } Constant [ public int STATUS_URI_TOO_LONG ] { 414 } Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } Constant [ public int STATUS_LOCKED ] { 423 } Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } Constant [ public int STATUS_TOO_EARLY ] { 425 } Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } Constant [ public int STATUS_BAD_GATEWAY ] { 502 } Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } Constant [ public int STATUS_LOOP_DETECTED ] { 508 } Constant [ public int STATUS_NOT_EXTENDED ] { 510 } Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } Constant [ public int STATUS_THIS_IS_FINE ] { 218 } Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } Constant [ public int STATUS_METHOD_FAILURE ] { 420 } Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } Constant [ public int STATUS_NO_RESPONSE ] { 444 } Constant [ public int STATUS_RETRY_WITH ] { 449 } Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } 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 $name = ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] Parameter #3 [ bool $notAllowEmpty = ] Parameter #4 [ bool $noRecursive = ] } } Method [ abstract public method getAcceptableContent ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getBasicAuth ] { - Parameters [0] { } - Return [ ?array ] } Method [ abstract public method getBestAccept ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getBestCharset ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getBestLanguage ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getClientAddress ] { - Parameters [1] { Parameter #0 [ bool $trustForwardedHeader = ] } } Method [ abstract public method getClientCharsets ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getContentType ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getDigestAuth ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ string ] } Method [ abstract public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getHttpHost ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHTTPReferer ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getJsonRawBody ] { - Parameters [1] { Parameter #0 [ bool $associative = ] } } Method [ abstract public method getLanguages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getMethod ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getURI ] { - Parameters [1] { Parameter #0 [ bool $onlyPath = ] } - Return [ string ] } Method [ abstract public method getPost ] { - Parameters [5] { Parameter #0 [ ?string $name = ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] Parameter #3 [ bool $notAllowEmpty = ] Parameter #4 [ bool $noRecursive = ] } } Method [ abstract public method getPut ] { - Parameters [5] { Parameter #0 [ ?string $name = ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] Parameter #3 [ bool $notAllowEmpty = ] Parameter #4 [ bool $noRecursive = ] } } Method [ abstract public method getQuery ] { - Parameters [5] { Parameter #0 [ ?string $name = ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] Parameter #3 [ bool $notAllowEmpty = ] Parameter #4 [ bool $noRecursive = ] } } Method [ abstract public method getRawBody ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getScheme ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getServer ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ ?string ] } Method [ abstract public method getServerAddress ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getServerName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getUploadedFiles ] { - Parameters [2] { Parameter #0 [ bool $onlySuccessful = ] Parameter #1 [ bool $namedKeys = ] } - Return [ array ] } Method [ abstract public method getUserAgent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method hasFiles ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ bool ] } Method [ abstract public method hasQuery ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method hasPost ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method hasPut ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method hasServer ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method isAjax ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isConnect ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isDelete ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isGet ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isHead ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isMethod ] { - Parameters [2] { Parameter #0 [ $methods ] Parameter #1 [ bool $strict = ] } - Return [ bool ] } Method [ abstract public method isOptions ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isPost ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isPurge ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isPut ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isSecure ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isSoap ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isTrace ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method numFiles ] { - Parameters [1] { Parameter #0 [ bool $onlySuccessful = ] } - Return [ int ] } } } Interface [ interface Phalcon\Http\Request\FileInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getError ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRealType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSize ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getTempName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method moveTo ] { - Parameters [1] { Parameter #0 [ string $destination ] } - Return [ bool ] } } } Interface [ interface Phalcon\Http\ResponseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [21] { Method [ abstract public method appendContent ] { - Parameters [1] { Parameter #0 [ $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getStatusCode ] { - Parameters [0] { } - Return [ ?int ] } Method [ abstract public method getHeaders ] { - Parameters [0] { } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ abstract public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method isSent ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method redirect ] { - Parameters [3] { Parameter #0 [ $location = ] Parameter #1 [ bool $externalRedirect = ] Parameter #2 [ int $statusCode = ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method resetHeaders ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setContentLength ] { - Parameters [1] { Parameter #0 [ int $contentLength ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setContentType ] { - Parameters [2] { Parameter #0 [ string $contentType ] Parameter #1 [ $charset = ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setExpires ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setFileToSend ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ $attachmentName = ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setHeader ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $value ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setJsonContent ] { - Parameters [1] { Parameter #0 [ $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setNotModified ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setRawHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setStatusCode ] { - Parameters [2] { Parameter #0 [ int $code ] Parameter #1 [ ?string $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 ] { - Parameters [0] { } } } } Interface [ interface Phalcon\Http\Response\CookiesInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method isUsingEncryption ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method reset ] { - Parameters [0] { } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ abstract public method send ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method set ] { - Parameters [8] { Parameter #0 [ string $name ] Parameter #1 [ $value = ] Parameter #2 [ int $expire = ] Parameter #3 [ string $path = ] Parameter #4 [ ?bool $secure = ] Parameter #5 [ ?string $domain = ] Parameter #6 [ ?bool $httpOnly = ] Parameter #7 [ array $options = [] ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ abstract public method useEncryption ] { - Parameters [1] { Parameter #0 [ bool $useEncryption ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } } } Interface [ interface Phalcon\Http\Response\HeadersInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method reset ] { - Parameters [0] { } } Method [ abstract public method send ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $value ] } } Method [ abstract public method setRaw ] { - Parameters [1] { Parameter #0 [ string $header ] } } } } Interface [ interface Phalcon\Messages\MessageInterface extends Stringable ] { - 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 ] { - Parameters [0] { } } Method [ abstract public method getField ] { - Parameters [0] { } } Method [ abstract public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMetaData ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setCode ] { - Parameters [1] { Parameter #0 [ int $code ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ abstract public method setField ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ abstract public method setMessage ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ abstract public method setMetaData ] { - Parameters [1] { Parameter #0 [ array $metaData ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Messages\MessageInterface ] } } } Interface [ interface Phalcon\Mvc\ControllerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [25] { Method [ abstract public method getActiveController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } Method [ abstract public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLastController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } Method [ abstract public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ string $controllerSuffix ] } } Method [ abstract public method setControllerName ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } } Method [ abstract public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } } Method [ abstract public method dispatch ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ bool ] } Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - Return [ void ] } Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ ?string $moduleName = ] } - Return [ void ] } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } } } Interface [ interface Phalcon\Mvc\Micro\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [15] { Method [ abstract public method delete ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method getHandler ] { - Parameters [0] { } } 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 $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method isLazy ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method map ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method options ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method patch ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method post ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method put ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method setHandler ] { - Parameters [2] { Parameter #0 [ $handler ] Parameter #1 [ bool $lazy = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method setLazy ] { - Parameters [1] { Parameter #0 [ bool $lazy ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method setPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } } } Interface [ interface Phalcon\Mvc\ModelInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [11] { Method [ abstract static public method average ] { - Parameters [1] { Parameter #0 [ array $parameters = [] ] } } Method [ abstract static public method cloneResult ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ array $data ] Parameter #2 [ int $dirtyState = ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract static public method cloneResultMap ] { - Parameters [5] { Parameter #0 [ $base ] Parameter #1 [ array $data ] Parameter #2 [ $columnMap ] Parameter #3 [ int $dirtyState = ] Parameter #4 [ bool $keepSnapshots = ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract static public method cloneResultMapHydrate ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] Parameter #2 [ int $hydrationMode ] } } Method [ abstract static public method count ] { - Parameters [1] { Parameter #0 [ $parameters = ] } } Method [ abstract static public method find ] { - Parameters [1] { Parameter #0 [ $parameters = ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract static public method findFirst ] { - Parameters [1] { Parameter #0 [ $parameters = ] } } Method [ abstract static public method maximum ] { - Parameters [1] { Parameter #0 [ $parameters = ] } } Method [ abstract static public method minimum ] { - Parameters [1] { Parameter #0 [ $parameters = ] } } Method [ abstract static public method query ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract static public method sum ] { - Parameters [1] { Parameter #0 [ $parameters = ] } } } - Properties [0] { } - Methods [28] { Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method assign ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $whiteList = ] Parameter #2 [ $dataColumnMap = ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method create ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method delete ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method fireEvent ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ bool ] } Method [ abstract public method fireEventCancel ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ bool ] } Method [ abstract public method getDirtyState ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getModelsMetaData ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaDataInterface ] } Method [ abstract public method getOperationMade ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getReadConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method getReadConnectionService ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRelated ] { - Parameters [2] { Parameter #0 [ string $alias ] Parameter #1 [ $arguments = ] } } Method [ abstract public method getSchema ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getSource ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getWriteConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method getWriteConnectionService ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method refresh ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method save ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method setDirtyState ] { - Parameters [1] { Parameter #0 [ int $dirtyState ] } } Method [ abstract public method setReadConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method setSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap = ] } - Return [ void ] } Method [ abstract public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method setWriteConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method skipOperation ] { - Parameters [1] { Parameter #0 [ bool $skip ] } - Return [ void ] } Method [ abstract public method validationHasFailed ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method update ] { - Parameters [0] { } - Return [ bool ] } } } Interface [ interface Phalcon\Mvc\Model\BinderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method bindToHandler ] { - Parameters [4] { Parameter #0 [ $handler ] Parameter #1 [ array $params ] Parameter #2 [ string $cacheKey ] Parameter #3 [ ?string $methodName = ] } - Return [ array ] } Method [ abstract public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ abstract public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - Return [ Phalcon\Mvc\Model\BinderInterface ] } } } Interface [ interface Phalcon\Mvc\Model\CriteriaInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [32] { Method [ abstract public method andWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams = ] Parameter #2 [ $bindTypes = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method betweenWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method bind ] { - Parameters [1] { Parameter #0 [ array $bindParams ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method bindTypes ] { - Parameters [1] { Parameter #0 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method cache ] { - Parameters [1] { Parameter #0 [ array $cache ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method conditions ] { - Parameters [1] { Parameter #0 [ string $conditions ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method execute ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ bool $forUpdate = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method getColumns ] { - Parameters [0] { } } Method [ abstract public method getConditions ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getGroupBy ] { - Parameters [0] { } } Method [ abstract public method getHaving ] { - Parameters [0] { } } Method [ abstract public method getLimit ] { - Parameters [0] { } } Method [ abstract public method getModelName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOrderBy ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getWhere ] { - Parameters [0] { } - Return [ ?string ] } Method [ abstract public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method having ] { - Parameters [1] { Parameter #0 [ $having ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method innerJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions = ] Parameter #2 [ $alias = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method inWhere ] { - Parameters [2] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method leftJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions = ] Parameter #2 [ $alias = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ int $limit ] Parameter #1 [ int $offset = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method notBetweenWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method notInWhere ] { - Parameters [2] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method orderBy ] { - Parameters [1] { Parameter #0 [ string $orderColumns ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method orWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams = ] Parameter #2 [ $bindTypes = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method rightJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions = ] Parameter #2 [ $alias = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method setModelName ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ bool $sharedLock = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method where ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams = ] Parameter #2 [ $bindTypes = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } } } Interface [ interface Phalcon\Mvc\Model\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [51] { 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 [ array $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 [ array $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 [ array $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 [ array $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 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ abstract public method createBuilder ] { - Parameters [1] { Parameter #0 [ $params = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method createQuery ] { - Parameters [1] { Parameter #0 [ string $phql ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method executeQuery ] { - Parameters [3] { Parameter #0 [ string $phql ] Parameter #1 [ $placeholders = ] Parameter #2 [ $types = ] } } Method [ abstract public method 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 $method = ] } } Method [ abstract public method getBuilder ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\Model\Query\BuilderInterface ] } 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 $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 $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 $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 hasBelongsTo ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ abstract public method hasHasMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ abstract public method hasHasOne ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ abstract public method hasHasOneThrough ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ abstract public method hasHasManyToMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ abstract public method load ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method initialize ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method isInitialized ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ bool ] } Method [ abstract public method isKeepingSnapshots ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ bool ] } Method [ abstract public method isUsingDynamicUpdate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ bool ] } Method [ abstract public method isVisibleModelProperty ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $property ] } - Return [ bool ] } Method [ abstract public method keepSnapshots ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ bool $keepSnapshots ] } - Return [ void ] } Method [ abstract public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $eventName ] Parameter #2 [ $data ] } } Method [ abstract public method notifyEvent ] { - Parameters [2] { Parameter #0 [ string $eventName ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method setConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method setReadConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method setModelSchema ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $schema ] } - Return [ void ] } Method [ abstract public method setModelSource ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $source ] } - Return [ void ] } Method [ abstract public method setWriteConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } } Method [ abstract public method useDynamicUpdate ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ bool $dynamicUpdate ] } - Return [ void ] } } } Interface [ interface Phalcon\Mvc\Model\QueryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ abstract public method cache ] { - Parameters [1] { Parameter #0 [ array $cacheOptions ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method execute ] { - Parameters [2] { Parameter #0 [ array $bindParams = [] ] Parameter #1 [ array $bindTypes = [] ] } } Method [ abstract public method getBindParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getCacheOptions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getSql ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getSingleResult ] { - Parameters [2] { Parameter #0 [ array $bindParams = [] ] Parameter #1 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method getUniqueRow ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method parse ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method setSharedLock ] { - Parameters [1] { Parameter #0 [ bool $sharedLock = ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method setUniqueRow ] { - Parameters [1] { Parameter #0 [ bool $uniqueRow ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } } } Interface [ interface Phalcon\Mvc\Model\Query\BuilderInterface ] { - Constants [2] { Constant [ public string OPERATOR_AND ] { and } Constant [ public string OPERATOR_OR ] { or } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [38] { Method [ abstract public method addFrom ] { - Parameters [2] { Parameter #0 [ string $model ] Parameter #1 [ ?string $alias = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method andWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method betweenWhere ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ bool $forUpdate ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method from ] { - Parameters [1] { Parameter #0 [ $models ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method getBindParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getColumns ] { - Parameters [0] { } } Method [ abstract public method getDistinct ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method getFrom ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } Method [ abstract public method getOffset ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getOrderBy ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } Method [ abstract public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method having ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method innerJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ ?string $conditions = ] Parameter #2 [ ?string $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 $conditions = ] Parameter #2 [ ?string $alias = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method leftJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ ?string $conditions = ] Parameter #2 [ ?string $alias = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ int $limit ] Parameter #1 [ $offset = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method getModels ] { - Parameters [0] { } } Method [ abstract public method notBetweenWhere ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method notInWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method offset ] { - Parameters [1] { Parameter #0 [ int $offset ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method orderBy ] { - Parameters [1] { Parameter #0 [ $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 $conditions = ] Parameter #2 [ ?string $alias = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method where ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } } } Interface [ interface Phalcon\Mvc\Model\Query\StatusInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getModel ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method success ] { - Parameters [0] { } - Return [ bool ] } } } Interface [ interface Phalcon\Mvc\Model\RelationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [15] { Method [ abstract public method getFields ] { - Parameters [0] { } } Method [ abstract public method getForeignKey ] { - Parameters [0] { } } Method [ abstract public method getIntermediateFields ] { - Parameters [0] { } } Method [ abstract public method getIntermediateModel ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getIntermediateReferencedFields ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } Method [ abstract public method getReferencedFields ] { - Parameters [0] { } } Method [ abstract public method getReferencedModel ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method isForeignKey ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isReusable ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isThrough ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method setIntermediateRelation ] { - Parameters [3] { Parameter #0 [ $intermediateFields ] Parameter #1 [ string $intermediateModel ] Parameter #2 [ $intermediateReferencedFields ] } } } } Interface [ interface Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [12] { Method [ abstract public method begin ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method commit ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method getConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method isManaged ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method isValid ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method rollback ] { - Parameters [2] { Parameter #0 [ ?string $rollbackMessage = ] Parameter #1 [ ?Phalcon\Mvc\ModelInterface $rollbackRecord = ] } - Return [ bool ] } Method [ abstract public method setIsNewTransaction ] { - Parameters [1] { Parameter #0 [ bool $isNew ] } - Return [ void ] } Method [ abstract public method setRollbackOnAbort ] { - Parameters [1] { Parameter #0 [ bool $rollbackOnAbort ] } - Return [ void ] } Method [ abstract public method setRollbackedRecord ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] } - Return [ void ] } Method [ abstract public method setTransactionManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] } - Return [ void ] } Method [ abstract public method throwRollbackException ] { - Parameters [1] { Parameter #0 [ bool $status ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } Interface [ interface Phalcon\Mvc\Model\Transaction\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [12] { Method [ abstract public method collectTransactions ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method commit ] { - Parameters [0] { } } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ bool $autoBegin = ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } Method [ abstract public method getDbService ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRollbackPendent ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method has ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method notifyCommit ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } Method [ abstract public method notifyRollback ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ bool $collect = ] } - Return [ void ] } Method [ abstract public method rollbackPendent ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method setDbService ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } Method [ abstract public method setRollbackPendent ] { - Parameters [1] { Parameter #0 [ bool $rollbackPendent ] } - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } } } Interface [ interface Phalcon\Mvc\Router\GroupInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [21] { Method [ abstract public method add ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ $httpMethods = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addConnect ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addDelete ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addGet ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addHead ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addOptions ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPatch ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPost ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPurge ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPut ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addTrace ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $beforeMatch ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method getBeforeMatch ] { - Parameters [0] { } } Method [ abstract public method getHostname ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPaths ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } 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\Url\UrlInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ $uri = ] Parameter #1 [ $args = ] Parameter #2 [ ?bool $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\Mvc\Url\UrlInterface ] } Method [ abstract public method setBaseUri ] { - Parameters [1] { Parameter #0 [ string $baseUri ] } - Return [ Phalcon\Mvc\Url\UrlInterface ] } Method [ abstract public method path ] { - Parameters [1] { Parameter #0 [ ?string $path = ] } - Return [ string ] } } } 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 ] { - Parameters [0] { } } Method [ abstract public method cleanTemplateBefore ] { - Parameters [0] { } } Method [ abstract public method disable ] { - Parameters [0] { } } Method [ abstract public method enable ] { - Parameters [0] { } } Method [ abstract public method finish ] { - Parameters [0] { } } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getActiveRenderPath ] { - Parameters [0] { } } Method [ abstract public method getBasePath ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLayout ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLayoutsDir ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMainView ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPartialsDir ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method isDisabled ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method pick ] { - Parameters [1] { Parameter #0 [ string $renderView ] } } Method [ abstract public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params = [] ] } } Method [ abstract public method reset ] { - Parameters [0] { } } Method [ abstract public method setBasePath ] { - Parameters [1] { Parameter #0 [ string $basePath ] } } Method [ abstract public method setLayout ] { - Parameters [1] { Parameter #0 [ string $layout ] } } Method [ abstract public method setLayoutsDir ] { - Parameters [1] { Parameter #0 [ string $layoutsDir ] } } Method [ abstract public method setMainView ] { - Parameters [1] { Parameter #0 [ string $viewPath ] } } Method [ abstract public method setPartialsDir ] { - Parameters [1] { Parameter #0 [ string $partialsDir ] } } Method [ abstract public method setRenderLevel ] { - Parameters [1] { Parameter #0 [ int $level ] } - Return [ Phalcon\Mvc\ViewInterface ] } Method [ abstract public method setTemplateAfter ] { - Parameters [1] { Parameter #0 [ $templateAfter ] } } Method [ abstract public method setTemplateBefore ] { - Parameters [1] { Parameter #0 [ $templateBefore ] } } Method [ abstract public method start ] { - Parameters [0] { } } Method [ abstract public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParamsToView ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getViewsDir ] { - Parameters [0] { } } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params = ] } } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } } Method [ abstract public method setParamToView ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ abstract public method setVar ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ abstract public method setViewsDir ] { - Parameters [1] { Parameter #0 [ string $viewsDir ] } } } } Interface [ interface Phalcon\Paginator\RepositoryInterface ] { - Constants [8] { Constant [ public string PROPERTY_CURRENT_PAGE ] { current } Constant [ public string PROPERTY_FIRST_PAGE ] { first } Constant [ public string PROPERTY_ITEMS ] { items } Constant [ public string PROPERTY_LAST_PAGE ] { last } Constant [ public string PROPERTY_LIMIT ] { limit } Constant [ public string PROPERTY_NEXT_PAGE ] { next } Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ abstract public method getAliases ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getCurrent ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getFirst ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getItems ] { - Parameters [0] { } } Method [ abstract public method getLast ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getLimit ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getNext ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getPrevious ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getTotalItems ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method setAliases ] { - Parameters [1] { Parameter #0 [ array $aliases ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ abstract public method setProperties ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } } } Interface [ interface Phalcon\Session\BagInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [10] { Method [ abstract public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ abstract public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ abstract public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ abstract public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ void ] } } } Interface [ interface Phalcon\Session\ManagerInterface ] { - Constants [3] { Constant [ public int SESSION_ACTIVE ] { 2 } Constant [ public int SESSION_DISABLED ] { 0 } Constant [ public int SESSION_NONE ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [21] { Method [ abstract public method __get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ abstract public method __isset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method __set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method __unset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ abstract public method exists ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method destroy ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] Parameter #2 [ bool $remove = ] } } Method [ abstract public method getId ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAdapter ] { - Parameters [0] { } - Return [ SessionHandlerInterface ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method setAdapter ] { - Parameters [1] { Parameter #0 [ SessionHandlerInterface $adapter ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ abstract public method setId ] { - Parameters [1] { Parameter #0 [ string $sessionId ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ abstract public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ abstract public method status ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method start ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method regenerateId ] { - Parameters [1] { Parameter #0 [ bool $deleteOldSession = ] } - Return [ Phalcon\Session\ManagerInterface ] } } } Interface [ interface Phalcon\Acl\ComponentAwareInterface ] { - 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\RoleAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method getRoleName ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Cli\RouterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ abstract public method add ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMatchedRoute ] { - Parameters [0] { } - Return [ ?Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getTaskName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method handle ] { - Parameters [1] { Parameter #0 [ $arguments = ] } } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ void ] } Method [ abstract public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ void ] } Method [ abstract public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ abstract public method wasMatched ] { - Parameters [0] { } - Return [ bool ] } } } Interface [ interface Phalcon\Di\InitializationAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method initialize ] { - Parameters [0] { } - Return [ void ] } } } 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 ] { - Parameters [0] { } } } } 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 $container = ] } } Method [ abstract public method registerServices ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } } } } Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ abstract class Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $template = NULL ] Property [ protected $templates = NULL ] Property [ protected $options = NULL ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ abstract class Phalcon\Html\Helper\Input\AbstractInput extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $type = 'text' ] Property [ protected $attributes = NULL ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ abstract class Phalcon\Factory\AbstractConfigFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } } } Class [ abstract class Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $container = NULL ] } - 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\Factory\AbstractFactory extends Phalcon\Factory\AbstractConfigFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [7] { Method [ abstract protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } } } Class [ abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } Method [ abstract public method serialize ] { - Parameters [0] { } } Method [ abstract public method unserialize ] { - Parameters [1] { Parameter #0 [ string $data ] } } } } Class [ abstract class Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $container = NULL ] } - Methods [4] { Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ abstract class Phalcon\Forms\Element\AbstractElement implements Stringable, Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $method = 'inputText' ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ abstract class Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] } - Methods [22] { Method [ protected method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } Method [ abstract public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } } } Class [ class Phalcon\Support\Collection implements ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] } - Methods [29] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $data = [] ] Parameter #1 [ bool $insensitive = ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ abstract class Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } 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 [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ abstract class Phalcon\Filter\Validation\Validator\File\AbstractFile extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $template = NULL ] Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $messageFileEmpty = 'Field :field mu...' ] Property [ protected $messageIniSize = 'File :field exc...' ] Property [ protected $messageValid = 'Field :field is...' ] } - Methods [26] { Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Config\Config extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Config\ConfigInterface ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] Property [ protected $pathDelimiter = '.' ] } - Methods [34] { Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $delimiter = ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ ?string $delimiter = ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $data = [] ] Parameter #1 [ bool $insensitive = ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ abstract class Phalcon\DataMapper\Query\AbstractQuery ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $bind = NULL ] Property [ protected $connection = NULL ] Property [ protected $store = NULL ] } - Methods [13] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } } Method [ public method bindInline ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method bindValue ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method bindValues ] { - Parameters [1] { Parameter #0 [ array $values ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method getBindValues ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method perform ] { - Parameters [0] { } } Method [ public method setFlag ] { - Parameters [2] { Parameter #0 [ string $flag ] Parameter #1 [ bool $enable = ] } - Return [ void ] } Method [ public method quoteIdentifier ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method reset ] { - Parameters [0] { } } Method [ protected method buildFlags ] { - Parameters [0] { } } Method [ protected method buildReturning ] { - Parameters [0] { } - Return [ string ] } Method [ protected method indent ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $glue = ] } - Return [ string ] } } } Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [16] { Constant [ public int MODELS_ATTRIBUTES ] { 0 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public int MODELS_COLUMN_MAP ] { 0 } Constant [ public int MODELS_DATE_AT ] { 6 } Constant [ public int MODELS_DATE_IN ] { 7 } Constant [ public int MODELS_DATA_TYPES ] { 4 } Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public int MODELS_NOT_NULL ] { 3 } Constant [ public int MODELS_PRIMARY_KEY ] { 1 } Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter = NULL ] Property [ protected $columnMap = NULL ] Property [ protected $container = NULL ] Property [ protected $metaData = NULL ] Property [ protected $strategy = NULL ] } - Methods [34] { Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?string ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ bool ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ ?array ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ private method throwWriteException ] { - Parameters [1] { Parameter #0 [ $option ] } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive = 0 ] } - Static methods [0] { } - Properties [12] { Property [ protected $connectionId = NULL ] Property [ protected $descriptor = NULL ] Property [ protected $dialect = NULL ] Property [ protected $dialectType = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $realSqlStatement = NULL ] Property [ protected $sqlBindTypes = NULL ] Property [ protected $sqlStatement = NULL ] Property [ protected $sqlVariables = NULL ] Property [ protected $transactionLevel = 0 ] Property [ protected $transactionsWithSavepoints = false ] Property [ protected $type = NULL ] } - Methods [71] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ bool ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ bool ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ bool ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ ?string $whereCondition = ] Parameter #2 [ array $placeholders = [] ] Parameter #3 [ array $dataTypes = [] ] } - Return [ bool ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ bool ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ bool ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ bool ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ bool ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $fetchMode = ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $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 [ array $bindParams = [] ] Parameter #3 [ array $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 getDialectType ] { - Parameters [0] { } - Return [ string ] } 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 getSQLVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes = ] } - Return [ bool ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $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 $currentColumn = ] } - Return [ bool ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition = ] Parameter #4 [ $dataTypes = ] } - Return [ bool ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } Method [ public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } Method [ abstract public method affectedRows ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method begin ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ abstract public method close ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method commit ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ abstract public method connect ] { - Parameters [1] { Parameter #0 [ array $descriptor = [] ] } - Return [ void ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ bool ] } Method [ abstract public method getInternalHandler ] { - Parameters [0] { } } Method [ abstract public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } } Method [ abstract public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } } } Class [ abstract class Phalcon\Html\Helper\AbstractSeries extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $store = NULL ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ abstract protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $annotations = NULL ] Property [ protected $reader = NULL ] } - Methods [9] { Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } - Return [ Phalcon\Annotations\Reflection ] } Method [ public method getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getConstants ] { - 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 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 getReader ] { - Parameters [0] { } - Return [ Phalcon\Annotations\ReaderInterface ] } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } Class [ abstract class Phalcon\DataMapper\Query\AbstractConditions extends Phalcon\DataMapper\Query\AbstractQuery ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $bind = NULL ] Property [ protected $connection = NULL ] Property [ protected $store = NULL ] } - Methods [30] { Method [ public method limit ] { - Parameters [1] { Parameter #0 [ int $limit ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method offset ] { - Parameters [1] { Parameter #0 [ int $offset ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method appendWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderBy ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method where ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method whereEquals ] { - Parameters [1] { Parameter #0 [ array $columnsValues ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ protected method addCondition ] { - Parameters [5] { Parameter #0 [ string $store ] Parameter #1 [ string $andor ] Parameter #2 [ string $condition ] Parameter #3 [ $value = ] Parameter #4 [ int $type = ] } - Return [ void ] } Method [ protected method buildBy ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method buildCondition ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method buildLimitEarly ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimit ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimitCommon ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimitSqlsrv ] { - Parameters [0] { } - Return [ string ] } Method [ protected method appendCondition ] { - Parameters [4] { Parameter #0 [ string $store ] Parameter #1 [ string $condition ] Parameter #2 [ $value = ] Parameter #3 [ int $type = ] } - Return [ void ] } Method [ protected method processValue ] { - Parameters [2] { Parameter #0 [ string $store ] Parameter #1 [ $data ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } } Method [ public method bindInline ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method bindValue ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method bindValues ] { - Parameters [1] { Parameter #0 [ array $values ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method getBindValues ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method perform ] { - Parameters [0] { } } Method [ public method setFlag ] { - Parameters [2] { Parameter #0 [ string $flag ] Parameter #1 [ bool $enable = ] } - Return [ void ] } Method [ public method quoteIdentifier ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method reset ] { - Parameters [0] { } } Method [ protected method buildFlags ] { - Parameters [0] { } } Method [ protected method buildReturning ] { - Parameters [0] { } - Return [ string ] } Method [ protected method indent ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $glue = ] } - Return [ string ] } } } Class [ abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive = 0 ] } - Static methods [0] { } - Properties [14] { Property [ protected $connectionId = NULL ] Property [ protected $descriptor = NULL ] Property [ protected $dialect = NULL ] Property [ protected $dialectType = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $realSqlStatement = NULL ] Property [ protected $sqlBindTypes = NULL ] Property [ protected $sqlStatement = NULL ] Property [ protected $sqlVariables = NULL ] Property [ protected $transactionLevel = 0 ] Property [ protected $transactionsWithSavepoints = false ] Property [ protected $type = NULL ] Property [ protected $affectedRows = 0 ] Property [ protected $pdo = NULL ] } - Methods [78] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method affectedRows ] { - Parameters [0] { } - Return [ int ] } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array $descriptor = [] ] } - Return [ void ] } 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 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ bool ] } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ PDOStatement ] } Method [ public method getErrorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ public method getInternalHandler ] { - Parameters [0] { } } Method [ public method getTransactionLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ PDOStatement ] } Method [ public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ abstract protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ protected method prepareRealSql ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $parameters ] } - Return [ void ] } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ bool ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ bool ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ bool ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ ?string $whereCondition = ] Parameter #2 [ array $placeholders = [] ] Parameter #3 [ array $dataTypes = [] ] } - Return [ bool ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ bool ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ bool ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ bool ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ bool ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $fetchMode = ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $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 [ array $bindParams = [] ] Parameter #3 [ array $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 getDialectType ] { - Parameters [0] { } - Return [ string ] } 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 getSQLVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes = ] } - Return [ bool ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $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 $currentColumn = ] } - Return [ bool ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition = ] Parameter #4 [ $dataTypes = ] } - Return [ bool ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } Method [ public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 = NULL ] Property [ protected $customFunctions = NULL ] } - 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 $escapeChar = ] } - Return [ string ] } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ ?string $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 $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method getColumnSize ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnType ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnTypeSql ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ string $qualified ] Parameter #1 [ ?string $alias = ] Parameter #2 [ ?string $escapeChar = ] } - Return [ string ] } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] Parameter #2 [ ?string $alias = ] Parameter #3 [ ?string $escapeChar = ] } - Return [ string ] } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ ?string $domain = ] Parameter #2 [ ?string $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 $schemaName = ] } - Return [ string ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ string ] } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $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 $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 $schemaName = ] } - Return [ string ] } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] } - Return [ string ] } } } Class [ abstract class Phalcon\Events\AbstractEventsAware ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $eventsManager = NULL ] } - Methods [3] { Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ protected method fireManagerEvent ] { - Parameters [3] { Parameter #0 [ string $eventName ] Parameter #1 [ $data = ] Parameter #2 [ bool $cancellable = ] } } } } Class [ abstract class Phalcon\Html\Helper\AbstractList extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $elementTag = 'li' ] Property [ protected $store = NULL ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\AbstractList ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ abstract protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] Property [ protected $formatter = NULL ] Property [ protected $inTransaction = false ] Property [ protected $queue = NULL ] } - Methods [15] { Method [ public method __destruct ] { - Parameters [0] { } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ protected method getFormattedItem ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } Method [ private method checkTransaction ] { - Parameters [0] { } - Return [ void ] } Method [ private method resetTransaction ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method close ] { - Parameters [0] { } - Return [ bool ] } } } Class [ class Phalcon\Mvc\Model\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] Property [ protected $limitRows = NULL ] Property [ protected $page = NULL ] Property [ protected $repository = NULL ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getLimit ] { - Parameters [0] { } - Return [ int ] } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ int $page ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ int $limit ] } - 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 $properties = [] ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ abstract public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } } } Class [ class Phalcon\Support\Helper\Str\PascalCase ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ ?string $delimiters = ] } - Return [ string ] } Method [ protected method processArray ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ ?string $delimiters = ] } - Return [ array ] } } } 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 = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $options = [] ] } } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ mixed ] } 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 has ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ bool ] } Method [ abstract public method query ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } } } Class [ abstract class Phalcon\Application\AbstractApplication extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $container = NULL ] Property [ protected $defaultModule = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $modules = NULL ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method getDefaultModule ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getModules ] { - Parameters [0] { } - Return [ array ] } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $defaultModule ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $attributes = NULL ] Property [ protected $isAutoVersion = false ] Property [ protected $filter = NULL ] Property [ protected $isLocal = NULL ] Property [ protected $path = NULL ] Property [ protected $sourcePath = NULL ] Property [ protected $targetPath = NULL ] Property [ protected $targetUri = NULL ] Property [ protected $type = NULL ] Property [ protected $version = NULL ] } - Methods [30] { Method [ public method __construct ] { - Parameters [7] { Parameter #0 [ string $type ] Parameter #1 [ string $path ] Parameter #2 [ bool $isLocal = ] Parameter #3 [ bool $filter = ] Parameter #4 [ array $attributes = [] ] Parameter #5 [ ?string $version = ] Parameter #6 [ bool $isAutoVersion = ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getRealTargetUri ] { - 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 isAutoVersion ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isLocal ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setAutoVersion ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setIsLocal ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - 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 ] } Method [ public method setVersion ] { - Parameters [1] { Parameter #0 [ string $version ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ private method checkPath ] { - Parameters [1] { Parameter #0 [ string $property ] } - Return [ string ] } Method [ private method throwException ] { - Parameters [1] { Parameter #0 [ string $completePath ] } - Return [ void ] } Method [ protected method phpFileExists ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ bool ] } Method [ protected method phpFileGetContents ] { - Parameters [1] { Parameter #0 [ string $filename ] } } } } Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes = NULL ] Property [ protected $content = NULL ] Property [ protected $filter = NULL ] Property [ protected $type = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ string $type ] Parameter #1 [ string $content ] Parameter #2 [ bool $filter = ] Parameter #3 [ array $attributes = [] ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ abstract class Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\ConnectionInterface, Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method getAvailableDrivers ] { - Parameters [0] { } - Return [ array ] } } - Properties [2] { Property [ protected $pdo = NULL ] Property [ protected $profiler = NULL ] } - Methods [35] { Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array $arguments ] } } Method [ public method beginTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method commit ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method connect ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method disconnect ] { - Parameters [0] { } - Return [ void ] } Method [ public method errorCode ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method errorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ public method exec ] { - Parameters [1] { Parameter #0 [ string $statement ] } - Return [ int ] } Method [ public method fetchAffected ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ int ] } Method [ public method fetchAll ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchAssoc ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ int $column = ] } - Return [ array ] } Method [ public method fetchGroup ] { - Parameters [3] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ int $flags = ] } - Return [ array ] } Method [ public method fetchObject ] { - Parameters [4] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ string $className = ] Parameter #3 [ array $arguments = [] ] } - Return [ object ] } Method [ public method fetchObjects ] { - Parameters [4] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ string $className = ] Parameter #3 [ array $arguments = [] ] } - Return [ array ] } Method [ public method fetchOne ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchPairs ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchValue ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } } Method [ public method getAdapter ] { - Parameters [0] { } - Return [ PDO ] } Method [ public method getAttribute ] { - Parameters [1] { Parameter #0 [ int $attribute ] } } Method [ public method getDriverName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getProfiler ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ public method getQuoteNames ] { - Parameters [1] { Parameter #0 [ string $driver = ] } - Return [ array ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isConnected ] { - Parameters [0] { } - Return [ bool ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - Return [ string ] } Method [ public method perform ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ PDOStatement ] } Method [ public method prepare ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $options = [] ] } } Method [ public method query ] { - Parameters [1] { Parameter #0 [ string $statement ] } } Method [ public method quote ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method rollBack ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ int $attribute ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method setProfiler ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } } Method [ protected method performBind ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ $name ] Parameter #2 [ $arguments ] } - Return [ void ] } Method [ protected method fetchData ] { - Parameters [4] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] Parameter #2 [ string $statement ] Parameter #3 [ array $values = [] ] } - Return [ array ] } } } Class [ class Phalcon\DataMapper\Pdo\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Di\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { } - Static properties [1] { Property [ protected static $defaultDi = NULL ] } - Static methods [3] { Method [ static public method getDefault ] { - Parameters [0] { } - Return [ ?Phalcon\Di\DiInterface ] } 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 = NULL ] Property [ protected $sharedInstances = NULL ] Property [ protected $eventsManager = NULL ] } - Methods [23] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments = [] ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters = ] } } Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters = ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config\ConfigInterface $config ] } - Return [ void ] } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ string $filePath ] } - Return [ void ] } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ ?array $callbacks = [] ] } - Return [ void ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ mixed ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ bool ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method setService ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Di\ServiceInterface ] } } } Class [ abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [26] { Property [ protected $container = NULL ] Property [ protected $activeHandler = NULL ] Property [ protected $activeMethodMap = NULL ] Property [ protected $actionName = NULL ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $camelCaseMap = NULL ] Property [ protected $defaultAction = '' ] Property [ protected $defaultNamespace = NULL ] Property [ protected $defaultHandler = NULL ] Property [ protected $handlerHashes = NULL ] Property [ protected $handlerName = NULL ] Property [ protected $handlerSuffix = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $finished = false ] Property [ protected $forwarded = false ] Property [ protected $isControllerInitialize = false ] Property [ protected $lastHandler = NULL ] Property [ protected $modelBinder = NULL ] Property [ protected $modelBinding = false ] Property [ protected $moduleName = NULL ] Property [ protected $namespaceName = NULL ] Property [ protected $params = NULL ] Property [ protected $previousActionName = NULL ] Property [ protected $previousHandlerName = NULL ] Property [ protected $previousNamespaceName = NULL ] Property [ protected $returnedValue = NULL ] } - Methods [36] { Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ string $actionMethod ] Parameter #2 [ array $params = [] ] } } Method [ public method dispatch ] { - Parameters [0] { } } 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 ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] } } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ bool ] } Method [ public method isFinished ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - 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 ] { - Parameters [0] { } } Method [ public method wasForwarded ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method resolveEmptyProperties ] { - Parameters [0] { } - Return [ void ] } Method [ protected method toCamelCase ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Dispatcher\Exception extends Exception implements Throwable, Stringable ] { - Constants [6] { Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } Constant [ public int EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ abstract class Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data = NULL ] } - Methods [1] { Method [ public method getEncoded ] { - Parameters [0] { } - Return [ string ] } } } Class [ abstract class Phalcon\Filter\Validation\AbstractValidatorComposite extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface, Phalcon\Filter\Validation\ValidatorCompositeInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $template = NULL ] Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $validators = NULL ] } - Methods [14] { Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } 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 [11] { Property [ protected $container = NULL ] Property [ protected $autoescape = true ] Property [ protected $automaticHtml = true ] Property [ protected $cssClasses = NULL ] Property [ protected $cssIconClasses = NULL ] Property [ protected $customTemplate = '' ] Property [ protected $escaperService = NULL ] Property [ protected $implicitFlush = true ] Property [ protected $interpolator = NULL ] Property [ protected $messages = NULL ] Property [ protected $sessionService = NULL ] } - Methods [27] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ ?string ] } Method [ public method getAutoescape ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getAutomaticHtml ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getCssClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCssIconClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCustomTemplate ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEscaperService ] { - Parameters [0] { } - Return [ Phalcon\Html\Escaper\EscaperInterface ] } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ ?string ] } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ bool $autoescape ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ bool $automaticHtml ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCssIconClasses ] { - Parameters [1] { Parameter #0 [ array $cssIconClasses ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCustomTemplate ] { - Parameters [1] { Parameter #0 [ string $customTemplate ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ bool $implicitFlush ] } - Return [ Phalcon\Flash\AbstractFlash ] } 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 ] } - Return [ ?string ] } Method [ public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ ?string ] } Method [ private method getTemplate ] { - Parameters [2] { Parameter #0 [ string $cssClassses ] Parameter #1 [ string $cssIconClasses ] } - 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 [ private method checkClasses ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $type ] } - 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 ] } } } Class [ abstract class Phalcon\Html\Link\AbstractLink ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes = NULL ] Property [ protected $href = '' ] Property [ protected $rels = NULL ] Property [ protected $templated = false ] } - Methods [11] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $rel = ] Parameter #1 [ string $href = ] Parameter #2 [ array $attributes = [] ] } } Method [ protected method doGetAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doGetHref ] { - Parameters [0] { } - Return [ string ] } Method [ protected method doGetRels ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doIsTemplated ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method hrefIsTemplated ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ bool ] } Method [ protected method doWithAttribute ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ protected method doWithHref ] { - Parameters [1] { Parameter #0 [ string $href ] } } Method [ protected method doWithRel ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method doWithoutAttribute ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method doWithoutRel ] { - Parameters [1] { Parameter #0 [ string $key ] } } } } Class [ abstract class Phalcon\Html\Link\AbstractLinkProvider ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $links = NULL ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $links = [] ] } } Method [ protected method doGetLinks ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doGetLinksByRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ array ] } Method [ protected method doWithLink ] { - Parameters [1] { Parameter #0 [ $link ] } } Method [ protected method doWithoutLink ] { - Parameters [1] { Parameter #0 [ $link ] } } Method [ protected method getKey ] { - Parameters [1] { Parameter #0 [ $link ] } - Return [ string ] } } } Class [ abstract class Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $file = NULL ] Property [ protected $height = NULL ] Property [ protected $image = NULL ] Property [ protected $mime = NULL ] Property [ protected $realpath = NULL ] Property [ protected $type = NULL ] Property [ protected $width = NULL ] } - Methods [21] { Method [ public method background ] { - Parameters [2] { Parameter #0 [ string $color ] Parameter #1 [ int $opacity = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ int $radius ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ ?int $offsetX = ] Parameter #3 [ ?int $offsetY = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ int $direction ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method getHeight ] { - Parameters [0] { } - Return [ int ] } Method [ public method getImage ] { - Parameters [0] { } } Method [ public method getMime ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealpath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method getWidth ] { - Parameters [0] { } - Return [ int ] } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ int $height ] Parameter #1 [ int $opacity = ] Parameter #2 [ bool $fadeIn = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ ?string $extension = ] Parameter #1 [ int $quality = ] } - Return [ string ] } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ ?int $width = ] Parameter #1 [ ?int $height = ] Parameter #2 [ int $master = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ int $degrees ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method save ] { - Parameters [2] { Parameter #0 [ ?string $file = ] Parameter #1 [ int $quality = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method text ] { - Parameters [7] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX = ] Parameter #2 [ $offsetY = ] Parameter #3 [ int $opacity = ] Parameter #4 [ string $color = ] Parameter #5 [ int $size = ] Parameter #6 [ ?string $fontFile = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ int $offsetX = ] Parameter #2 [ int $offsetY = ] Parameter #3 [ int $opacity = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ protected method checkHighLow ] { - Parameters [3] { Parameter #0 [ int $value ] Parameter #1 [ int $min = ] Parameter #2 [ int $max = ] } - Return [ int ] } } } Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter extends Phalcon\Support\Helper\Str\AbstractStr implements Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $dateFormat = 'c' ] } - Methods [9] { Method [ public method getDateFormat ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getFormattedDate ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } Method [ public method setDateFormat ] { - Parameters [1] { Parameter #0 [ string $format ] } - Return [ void ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ abstract public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } } } 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 = NULL ] } - Methods [5] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ ?string $eventName = ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments = [] ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ bool ] } Method [ public method notify ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } } } Class [ abstract class Phalcon\Mvc\Model\Resultset implements Phalcon\Mvc\Model\ResultsetInterface, Iterator, Traversable, SeekableIterator, Countable, ArrayAccess, Serializable, JsonSerializable ] { - Constants [5] { Constant [ public int HYDRATE_ARRAYS ] { 1 } Constant [ public int HYDRATE_OBJECTS ] { 2 } Constant [ public int HYDRATE_RECORDS ] { 0 } Constant [ public int TYPE_RESULT_FULL ] { 0 } Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $activeRow = NULL ] Property [ protected $cache = NULL ] Property [ protected $count = 0 ] Property [ protected $errorMessages = NULL ] Property [ protected $hydrateMode = 0 ] Property [ protected $isFresh = true ] Property [ protected $pointer = 0 ] Property [ protected $row = NULL ] Property [ protected $rows = NULL ] Property [ protected $result = NULL ] } - Methods [28] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $result ] Parameter #1 [ $cache = ] } } Method [ final public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ ?Closure $conditionCallback = ] } - Return [ bool ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ public method getCache ] { - Parameters [0] { } - Return [ ?Phalcon\Cache\CacheInterface ] } Method [ public method getFirst ] { - Parameters [0] { } } Method [ public method getHydrateMode ] { - Parameters [0] { } - Return [ int ] } Method [ public method getLast ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\ModelInterface ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method isFresh ] { - Parameters [0] { } - Return [ bool ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method key ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ mixed ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ bool ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ final public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } - Return [ void ] } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ int $hydrateMode ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ bool $isFresh ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ ?Closure $conditionCallback = ] } - Return [ bool ] } Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method current ] { - Parameters [0] { } } Method [ abstract public method serialize ] { - Parameters [0] { } } Method [ abstract public method unserialize ] { - Parameters [1] { Parameter #0 [ string $data ] } } } } 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 = NULL ] Property [ protected $view = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getView ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ViewBaseInterface ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params = ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $params ] Parameter #2 [ bool $mustClean = ] } } } } Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapter = NULL ] } - Methods [7] { Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ bool ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ int $maxlifetime ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ string ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ bool ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ abstract class Phalcon\Acl\Adapter\AbstractAdapter extends Phalcon\Events\AbstractEventsAware implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $eventsManager = NULL ] Property [ protected $accessGranted = false ] Property [ protected $activeAccess = NULL ] Property [ protected $activeComponent = NULL ] Property [ protected $activeRole = NULL ] Property [ protected $defaultAccess = 0 ] } - Methods [23] { Method [ public method getActiveAccess ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getActiveComponent ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getActiveRole ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getDefaultAction ] { - Parameters [0] { } - Return [ int ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ int $defaultAccess ] } - Return [ void ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ protected method fireManagerEvent ] { - Parameters [3] { Parameter #0 [ string $eventName ] Parameter #1 [ $data = ] Parameter #2 [ bool $cancellable = ] } } Method [ abstract public method addInherit ] { - Parameters [2] { Parameter #0 [ string $roleName ] Parameter #1 [ $roleToInherits ] } - Return [ bool ] } Method [ abstract public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits = ] } - Return [ bool ] } Method [ abstract public method addComponent ] { - Parameters [2] { Parameter #0 [ $componentValue ] Parameter #1 [ $accessList ] } - Return [ bool ] } Method [ abstract public method addComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ bool ] } Method [ abstract public method allow ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func = ] } - Return [ void ] } Method [ abstract public method deny ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func = ] } - Return [ void ] } Method [ abstract public method dropComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ void ] } Method [ abstract public method getComponents ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getInheritedRoles ] { - Parameters [1] { Parameter #0 [ string $roleName = ] } - Return [ array ] } Method [ abstract public method getNoArgumentsDefaultAction ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getRoles ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $componentName ] Parameter #2 [ string $access ] Parameter #3 [ ?array $parameters = [] ] } - Return [ bool ] } Method [ abstract public method isComponent ] { - Parameters [1] { Parameter #0 [ string $componentName ] } - Return [ bool ] } Method [ abstract public method isRole ] { - Parameters [1] { Parameter #0 [ string $roleName ] } - Return [ bool ] } Method [ abstract public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ int $defaultAccess ] } - Return [ void ] } } } Class [ abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapter = NULL ] } - Methods [21] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] } } Method [ public method getAdapter ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ protected method checkKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ protected method checkKeys ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ void ] } Method [ protected method doClear ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method doDelete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ protected method doDeleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ bool ] } Method [ protected method doGet ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ protected method doGetMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ $defaultValue = ] } } Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ protected method doSetMultiple ] { - Parameters [2] { Parameter #0 [ $values ] Parameter #1 [ $ttl = ] } - Return [ bool ] } Method [ abstract protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ bool ] } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method getMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ $defaultValue = ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ abstract public method setMultiple ] { - Parameters [2] { Parameter #0 [ $values ] Parameter #1 [ $ttl = ] } - Return [ bool ] } } } Class [ class Phalcon\Di\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $defaultDi = NULL ] } - Static methods [3] { Method [ static public method getDefault ] { - Parameters [0] { } - Return [ ?Phalcon\Di\DiInterface ] } 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 = NULL ] Property [ protected $sharedInstances = NULL ] Property [ protected $eventsManager = NULL ] } - Methods [23] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments = [] ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters = ] } } Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters = ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config\ConfigInterface $config ] } - Return [ void ] } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ string $filePath ] } - Return [ void ] } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ ?array $callbacks = [] ] } - Return [ void ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ mixed ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ bool ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method setService ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Di\ServiceInterface ] } } } Class [ class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ abstract class Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $algorithm = '' ] } - Methods [4] { Method [ public method getAlgorithm ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAlgHeader ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method sign ] { - Parameters [2] { Parameter #0 [ string $payload ] Parameter #1 [ string $passphrase ] } - Return [ string ] } Method [ abstract public method verify ] { - Parameters [3] { Parameter #0 [ string $source ] Parameter #1 [ string $payload ] Parameter #2 [ string $passphrase ] } - Return [ bool ] } } } Class [ abstract class Phalcon\Filter\Validation\AbstractCombinedFieldsValidator extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $template = NULL ] Property [ protected $templates = NULL ] Property [ protected $options = NULL ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $label = NULL ] Property [ protected $type = 'checkbox' ] } - Methods [16] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\Checkbox ] } Method [ private method processChecked ] { - Parameters [0] { } - Return [ void ] } Method [ private method processUnchecked ] { - Parameters [0] { } - Return [ string ] } Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Ol extends Phalcon\Html\Helper\AbstractList implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $elementTag = 'li' ] Property [ protected $store = NULL ] } - Methods [14] { Method [ public method add ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ bool $raw = ] } - Return [ Phalcon\Html\Helper\AbstractList ] } Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\AbstractList ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Style extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $store = NULL ] Property [ private $isStyle = false ] } - Methods [16] { Method [ public method add ] { - Parameters [2] { Parameter #0 [ string $url ] Parameter #1 [ array $attributes = [] ] } } Method [ public method setStyle ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - Return [ Phalcon\Html\Helper\Style ] } Method [ protected method getAttributes ] { - Parameters [2] { Parameter #0 [ string $url ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Link\Link extends Phalcon\Html\Link\AbstractLink implements Phalcon\Html\Link\Interfaces\LinkInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes = NULL ] Property [ protected $href = '' ] Property [ protected $rels = NULL ] Property [ protected $templated = false ] } - Methods [15] { Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getHref ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRels ] { - Parameters [0] { } - Return [ array ] } Method [ public method isTemplated ] { - Parameters [0] { } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $rel = ] Parameter #1 [ string $href = ] Parameter #2 [ array $attributes = [] ] } } Method [ protected method doGetAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doGetHref ] { - Parameters [0] { } - Return [ string ] } Method [ protected method doGetRels ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doIsTemplated ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method hrefIsTemplated ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ bool ] } Method [ protected method doWithAttribute ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ protected method doWithHref ] { - Parameters [1] { Parameter #0 [ string $href ] } } Method [ protected method doWithRel ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method doWithoutAttribute ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method doWithoutRel ] { - Parameters [1] { Parameter #0 [ string $key ] } } } } Class [ class Phalcon\Html\Link\LinkProvider extends Phalcon\Html\Link\AbstractLinkProvider implements Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $links = NULL ] } - Methods [8] { Method [ public method getLinks ] { - Parameters [0] { } - Return [ array ] } Method [ public method getLinksByRel ] { - Parameters [1] { Parameter #0 [ $rel ] } - Return [ array ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $links = [] ] } } Method [ protected method doGetLinks ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doGetLinksByRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ array ] } Method [ protected method doWithLink ] { - Parameters [1] { Parameter #0 [ $link ] } } Method [ protected method doWithoutLink ] { - Parameters [1] { Parameter #0 [ $link ] } } Method [ protected method getKey ] { - Parameters [1] { Parameter #0 [ $link ] } - Return [ string ] } } } Class [ abstract class Phalcon\Logger\AbstractLogger ] { - Constants [9] { Constant [ public int ALERT ] { 2 } Constant [ public int CRITICAL ] { 1 } Constant [ public int CUSTOM ] { 8 } Constant [ public int DEBUG ] { 7 } Constant [ public int EMERGENCY ] { 0 } Constant [ public int ERROR ] { 3 } Constant [ public int INFO ] { 6 } Constant [ public int NOTICE ] { 5 } Constant [ public int WARNING ] { 4 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapters = NULL ] Property [ protected $excluded = NULL ] Property [ protected $logLevel = 8 ] Property [ protected $name = '' ] Property [ protected $timezone = NULL ] } - Methods [13] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ array $adapters = [] ] Parameter #2 [ ?DateTimeZone $timezone = ] } } Method [ public method addAdapter ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] } - Return [ Phalcon\Logger\AbstractLogger ] } Method [ public method excludeAdapters ] { - Parameters [1] { Parameter #0 [ array $adapters = [] ] } - Return [ Phalcon\Logger\AbstractLogger ] } 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 getLogLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method removeAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Logger\AbstractLogger ] } Method [ public method setAdapters ] { - Parameters [1] { Parameter #0 [ array $adapters ] } - Return [ Phalcon\Logger\AbstractLogger ] } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ int $level ] } - Return [ Phalcon\Logger\AbstractLogger ] } Method [ protected method addMessage ] { - Parameters [3] { Parameter #0 [ int $level ] Parameter #1 [ string $message ] Parameter #2 [ array $context = [] ] } - Return [ bool ] } Method [ protected method getLevelNumber ] { - Parameters [1] { Parameter #0 [ $level ] } - Return [ int ] } Method [ protected method getLevels ] { - Parameters [0] { } - Return [ array ] } } } Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [2] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [20] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] Property [ protected $defaultAction = '' ] Property [ protected $defaultController = '' ] Property [ protected $defaultModule = '' ] Property [ protected $defaultNamespace = '' ] Property [ protected $defaultParams = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $keyRouteNames = NULL ] Property [ protected $keyRouteIds = NULL ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] Property [ protected $module = '' ] Property [ protected $namespaceName = '' ] Property [ protected $notFoundPaths = NULL ] Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] Property [ protected $wasMatched = false ] } - Methods [44] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ bool $defaultRoutes = ] } } Method [ public method add ] { - Parameters [4] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ $httpMethods = ] Parameter #3 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addConnect ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addDelete ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addGet ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addHead ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addOptions ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPatch ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPost ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPurge ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPut ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addTrace ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method attach ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] Parameter #1 [ int $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 getDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method getKeyRouteNames ] { - Parameters [0] { } - Return [ array ] } Method [ public method getKeyRouteIds ] { - Parameters [0] { } - Return [ array ] } Method [ public method getMatchedRoute ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\Router\RouteInterface ] } Method [ public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } - Return [ void ] } Method [ public method isExactControllerName ] { - Parameters [0] { } - Return [ bool ] } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $paths ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method removeExtraSlashes ] { - Parameters [1] { Parameter #0 [ bool $remove ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setKeyRouteNames ] { - Parameters [1] { Parameter #0 [ array $routeNames ] } - Return [ Phalcon\Mvc\Router ] } Method [ public method setKeyRouteIds ] { - Parameters [1] { Parameter #0 [ array $routeIds ] } - Return [ Phalcon\Mvc\Router ] } Method [ public method wasMatched ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $connection = NULL ] Property [ protected $options = NULL ] Property [ protected $prefix = '' ] Property [ protected $ttl = 8600 ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ bool ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ int $maxlifetime ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ string ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ bool ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] } Method [ protected method getPrefixedName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } } } Class [ class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $prefix = 'ph-apcu-' ] } - Methods [29] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method phpApcuDec ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ int $step = ] Parameter #2 [ $success = ] Parameter #3 [ int $ttl = ] } } Method [ protected method phpApcuDelete ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ protected method phpApcuExists ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ protected method phpApcuInc ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ int $step = ] Parameter #2 [ $success = ] Parameter #3 [ int $ttl = ] } } Method [ protected method phpApcuFetch ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $success = ] } } Method [ protected method phpApcuIterator ] { - Parameters [1] { Parameter #0 [ string $pattern ] } } Method [ protected method phpApcuStore ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $payload ] Parameter #2 [ int $ttl = ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } 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 = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $prefix = 'ph-memc-' ] } - Methods [26] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ private method setOptions ] { - Parameters [2] { Parameter #0 [ Memcached $connection ] Parameter #1 [ array $client ] } - Return [ Phalcon\Storage\Adapter\Libmemcached ] } Method [ private method setSasl ] { - Parameters [3] { Parameter #0 [ Memcached $connection ] Parameter #1 [ string $saslUser ] Parameter #2 [ string $saslPass ] } - Return [ Phalcon\Storage\Adapter\Libmemcached ] } Method [ private method setSerializer ] { - Parameters [1] { Parameter #0 [ Memcached $connection ] } - Return [ void ] } Method [ private method setServers ] { - Parameters [2] { Parameter #0 [ Memcached $connection ] Parameter #1 [ array $servers ] } - Return [ Phalcon\Storage\Adapter\Libmemcached ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } 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 = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $data = NULL ] } - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } 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 = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $prefix = 'ph-reds-' ] } - Methods [26] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ private method checkAuth ] { - Parameters [1] { Parameter #0 [ Redis $connection ] } - Return [ Phalcon\Storage\Adapter\Redis ] } Method [ private method checkConnect ] { - Parameters [1] { Parameter #0 [ Redis $connection ] } - Return [ Phalcon\Storage\Adapter\Redis ] } Method [ private method checkIndex ] { - Parameters [1] { Parameter #0 [ Redis $connection ] } - Return [ Phalcon\Storage\Adapter\Redis ] } Method [ private method setSerializer ] { - Parameters [1] { Parameter #0 [ Redis $connection ] } - Return [ void ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } Class [ class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $prefix = 'ph-strm' ] Property [ protected $storageDir = '' ] } - Methods [35] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ private method getDir ] { - Parameters [1] { Parameter #0 [ string $key = ] } - Return [ string ] } Method [ private method getFilepath ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ string ] } Method [ private method getIterator ] { - Parameters [1] { Parameter #0 [ string $dir ] } - Return [ Iterator ] } Method [ private method getPayload ] { - Parameters [1] { Parameter #0 [ string $filepath ] } - Return [ array ] } Method [ private method isExpired ] { - Parameters [1] { Parameter #0 [ array $payload ] } - Return [ bool ] } Method [ private method storePayload ] { - Parameters [2] { Parameter #0 [ array $payload ] Parameter #1 [ string $key ] } - Return [ bool ] } Method [ protected method phpFileExists ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ bool ] } Method [ protected method phpFileGetContents ] { - Parameters [1] { Parameter #0 [ string $filename ] } } Method [ protected method phpFilePutContents ] { - Parameters [4] { Parameter #0 [ string $filename ] Parameter #1 [ $data ] Parameter #2 [ int $flags = ] Parameter #3 [ $context = ] } } Method [ protected method phpFopen ] { - Parameters [2] { Parameter #0 [ string $filename ] Parameter #1 [ string $mode ] } } Method [ protected method phpUnlink ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ bool ] } Method [ private method getDirFromFile ] { - Parameters [1] { Parameter #0 [ string $file ] } - Return [ string ] } Method [ private method getDirSeparator ] { - Parameters [1] { Parameter #0 [ string $directory ] } - Return [ string ] } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } 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 [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [12] { Method [ public method serialize ] { - Parameters [0] { } } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ protected method phpIgbinarySerialize ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ ?string ] } Method [ protected method doSerialize ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ ?string ] } Method [ protected method doUnserialize ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } 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 [17] { Property [ protected $eventsManager = NULL ] Property [ protected $accessGranted = false ] Property [ protected $activeAccess = NULL ] Property [ protected $activeComponent = NULL ] Property [ protected $activeRole = NULL ] Property [ protected $defaultAccess = 0 ] Property [ protected $access = NULL ] Property [ protected $accessList = NULL ] Property [ protected $activeFunction = NULL ] Property [ protected $activeFunctionCustomArgumentsCount = 0 ] Property [ protected $activeKey = NULL ] Property [ protected $components = NULL ] Property [ protected $componentsNames = NULL ] Property [ protected $func = NULL ] Property [ protected $noArgumentsDefaultAction = 0 ] Property [ protected $roles = NULL ] Property [ protected $roleInherits = NULL ] } - Methods [30] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method addComponent ] { - Parameters [2] { Parameter #0 [ $componentValue ] Parameter #1 [ $accessList ] } - Return [ bool ] } Method [ public method addComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ bool ] } Method [ public method addInherit ] { - Parameters [2] { Parameter #0 [ string $roleName ] Parameter #1 [ $roleToInherits ] } - Return [ bool ] } Method [ public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits = ] } - Return [ bool ] } Method [ public method allow ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func = ] } - Return [ void ] } Method [ public method deny ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func = ] } - Return [ void ] } Method [ public method dropComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ void ] } Method [ public method getActiveFunction ] { - Parameters [0] { } } Method [ public method getActiveFunctionCustomArgumentsCount ] { - Parameters [0] { } - Return [ int ] } Method [ public method getActiveKey ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getComponents ] { - Parameters [0] { } - Return [ array ] } Method [ public method getInheritedRoles ] { - Parameters [1] { Parameter #0 [ string $roleName = ] } - Return [ array ] } Method [ public method getNoArgumentsDefaultAction ] { - Parameters [0] { } - Return [ int ] } Method [ public method getRoles ] { - Parameters [0] { } - Return [ array ] } Method [ public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $componentName ] Parameter #2 [ string $access ] Parameter #3 [ ?array $parameters = [] ] } - Return [ bool ] } Method [ public method isRole ] { - Parameters [1] { Parameter #0 [ string $roleName ] } - Return [ bool ] } Method [ public method isComponent ] { - Parameters [1] { Parameter #0 [ string $componentName ] } - Return [ bool ] } Method [ public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ int $defaultAccess ] } - Return [ void ] } Method [ private method allowOrDeny ] { - Parameters [5] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $action ] Parameter #4 [ $func = ] } - Return [ void ] } Method [ private method canAccess ] { - Parameters [3] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ string $access ] } } Method [ private method checkExists ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ string $element ] Parameter #2 [ string $elementName ] Parameter #3 [ string $suffix = ] } - Return [ void ] } Method [ public method getActiveAccess ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getActiveComponent ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getActiveRole ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getDefaultAction ] { - Parameters [0] { } - Return [ int ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ int $defaultAccess ] } - Return [ void ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ protected method fireManagerEvent ] { - Parameters [3] { Parameter #0 [ string $eventName ] Parameter #1 [ $data = ] Parameter #2 [ bool $cancellable = ] } } } } Class [ class Phalcon\Acl\Component implements Stringable, Phalcon\Acl\ComponentInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $description = NULL ] Property [ private $name = NULL ] } - Methods [4] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ ?string $description = ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDescription ] { - Parameters [0] { } - Return [ string ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Acl\Enum ] { - Constants [2] { Constant [ public int ALLOW ] { 1 } Constant [ public int DENY ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Acl\Role implements Stringable, Phalcon\Acl\RoleInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $description = NULL ] Property [ private $name = NULL ] } - Methods [4] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ ?string $description = ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDescription ] { - Parameters [0] { } - Return [ string ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] Property [ protected $reader = NULL ] Property [ protected $prefix = '' ] Property [ protected $ttl = 172800 ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } - Return [ bool ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } - Return [ Phalcon\Annotations\Reflection ] } Method [ public method getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getConstants ] { - 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 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 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 = NULL ] Property [ protected $reader = NULL ] Property [ protected $data = NULL ] } - Methods [11] { 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 getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getConstants ] { - 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 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 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 = NULL ] Property [ protected $reader = NULL ] Property [ protected $annotationsDir = './' ] } - Methods [12] { 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 getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getConstants ] { - 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 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 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 = NULL ] Property [ protected $exprArguments = NULL ] Property [ protected $name = NULL ] } - 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 [ bool ] } Method [ public method numberArguments ] { - Parameters [0] { } - Return [ int ] } } } Class [ class Phalcon\Annotations\AnnotationsFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [10] { 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 getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $annotations = NULL ] Property [ protected $position = 0 ] } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $reflectionData = [] ] } } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method current ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Annotations\Annotation ] } Method [ public method getAll ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ array ] } Method [ public method getAnnotations ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method key ] { - Parameters [0] { } - Return [ int ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } } } Class [ class Phalcon\Annotations\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 [5] { Property [ protected $classAnnotations = NULL ] Property [ protected $constantAnnotations = NULL ] Property [ protected $propertyAnnotations = NULL ] Property [ protected $methodAnnotations = NULL ] Property [ protected $reflectionData = NULL ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $reflectionData = [] ] } } Method [ public method getClassAnnotations ] { - Parameters [0] { } - Return [ ?Phalcon\Annotations\Collection ] } Method [ public method getConstantsAnnotations ] { - Parameters [0] { } - Return [ array ] } Method [ public method getPropertiesAnnotations ] { - Parameters [0] { } - Return [ array ] } Method [ public method getMethodsAnnotations ] { - Parameters [0] { } - Return [ array ] } 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 = NULL ] Property [ protected $isAutoVersion = false ] Property [ protected $filter = NULL ] Property [ protected $isLocal = NULL ] Property [ protected $path = NULL ] Property [ protected $sourcePath = NULL ] Property [ protected $targetPath = NULL ] Property [ protected $targetUri = NULL ] Property [ protected $type = NULL ] Property [ protected $version = NULL ] } - Methods [28] { Method [ public method __construct ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ bool $local = ] Parameter #2 [ bool $filter = ] Parameter #3 [ array $attributes = [] ] Parameter #4 [ ?string $version = ] Parameter #5 [ bool $autoVersion = ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getRealTargetUri ] { - 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 isAutoVersion ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isLocal ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setAutoVersion ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setIsLocal ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - 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 ] } Method [ public method setVersion ] { - Parameters [1] { Parameter #0 [ string $version ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ protected method phpFileExists ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ bool ] } Method [ protected method phpFileGetContents ] { - Parameters [1] { Parameter #0 [ string $filename ] } } } } 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 = NULL ] Property [ protected $isAutoVersion = false ] Property [ protected $filter = NULL ] Property [ protected $isLocal = NULL ] Property [ protected $path = NULL ] Property [ protected $sourcePath = NULL ] Property [ protected $targetPath = NULL ] Property [ protected $targetUri = NULL ] Property [ protected $type = NULL ] Property [ protected $version = NULL ] } - Methods [28] { Method [ public method __construct ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ bool $local = ] Parameter #2 [ bool $filter = ] Parameter #3 [ array $attributes = [] ] Parameter #4 [ ?string $version = ] Parameter #5 [ bool $autoVersion = ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ ?string $basePath = ] } - Return [ string ] } Method [ public method getRealTargetUri ] { - 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 isAutoVersion ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isLocal ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setAutoVersion ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setIsLocal ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - 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 ] } Method [ public method setVersion ] { - Parameters [1] { Parameter #0 [ string $version ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ protected method phpFileExists ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ bool ] } Method [ protected method phpFileGetContents ] { - Parameters [1] { Parameter #0 [ string $filename ] } } } } Class [ class Phalcon\Assets\Collection implements Countable, IteratorAggregate, Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ protected $assets = NULL ] Property [ protected $attributes = NULL ] Property [ protected $autoVersion = false ] Property [ protected $codes = NULL ] Property [ protected $filters = NULL ] Property [ protected $isLocal = true ] Property [ protected $join = true ] Property [ protected $prefix = '' ] Property [ protected $sourcePath = '' ] Property [ protected $targetIsLocal = true ] Property [ protected $targetPath = '' ] Property [ protected $targetUri = '' ] Property [ protected $version = '' ] } - Methods [39] { 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 [ $isLocal = ] Parameter #2 [ bool $filter = ] Parameter #3 [ array $attributes = [] ] Parameter #4 [ ?string $version = ] Parameter #5 [ bool $autoVersion = ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addInline ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Inline $code ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addInlineCss ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ bool $filter = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addInlineJs ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ bool $filter = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addJs ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ $isLocal = ] Parameter #2 [ bool $filter = ] Parameter #3 [ array $attributes = [] ] Parameter #4 [ ?string $version = ] Parameter #5 [ bool $autoVersion = ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method getAssets ] { - Parameters [0] { } - Return [ array ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCodes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFilters ] { - Parameters [0] { } - Return [ array ] } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getJoin ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ string $basePath ] } - Return [ string ] } Method [ public method getSourcePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetIsLocal ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getTargetPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } - Return [ bool ] } Method [ public method isAutoVersion ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isLocal ] { - Parameters [0] { } - Return [ bool ] } Method [ public method join ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setAutoVersion ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ array $filters ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setIsLocal ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setTargetIsLocal ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - 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 setVersion ] { - Parameters [1] { Parameter #0 [ string $version ] } - Return [ Phalcon\Assets\Collection ] } Method [ final protected method addAsset ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } - Return [ bool ] } Method [ private method processAdd ] { - Parameters [7] { Parameter #0 [ string $className ] Parameter #1 [ string $path ] Parameter #2 [ $isLocal = ] Parameter #3 [ bool $filter = ] Parameter #4 [ array $attributes = [] ] Parameter #5 [ ?string $version = ] Parameter #6 [ bool $autoVersion = ] } - Return [ Phalcon\Assets\Collection ] } Method [ private method processAddInline ] { - Parameters [4] { Parameter #0 [ string $className ] Parameter #1 [ string $content ] Parameter #2 [ bool $filter = ] Parameter #3 [ array $attributes = [] ] } - Return [ Phalcon\Assets\Collection ] } Method [ private method processAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ array ] } } } Class [ class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] Property [ protected $content = NULL ] Property [ protected $filter = NULL ] Property [ protected $type = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ bool $filter = ] Parameter #2 [ array $attributes = [] ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes = NULL ] Property [ protected $content = NULL ] Property [ protected $filter = NULL ] Property [ protected $type = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ bool $filter = ] Parameter #2 [ array $attributes = [] ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ class Phalcon\Assets\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $container = NULL ] Property [ protected $collections = NULL ] Property [ protected $implicitOutput = true ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] } - Methods [35] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] Parameter #1 [ 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 [ bool $local = ] Parameter #2 [ bool $filter = ] Parameter #3 [ array $attributes = [] ] Parameter #4 [ ?string $version = ] Parameter #5 [ bool $autoVersion = ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addInlineCode ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Inline $code ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addInlineCodeByType ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ Phalcon\Assets\Inline $code ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addInlineCss ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ bool $filter = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addInlineJs ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ bool $filter = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addJs ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ bool $local = ] Parameter #2 [ bool $filter = ] Parameter #3 [ array $attributes = [] ] Parameter #4 [ ?string $version = ] Parameter #5 [ bool $autoVersion = ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method collection ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method collectionAssetsByType ] { - Parameters [2] { Parameter #0 [ array $assets ] Parameter #1 [ string $type ] } - Return [ array ] } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - 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 has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method output ] { - Parameters [2] { Parameter #0 [ Phalcon\Assets\Collection $collection ] Parameter #1 [ string $type ] } - Return [ ?string ] } Method [ public method outputCss ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - 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 $name = ] } - Return [ string ] } Method [ public method outputInlineJs ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - Return [ string ] } Method [ public method outputJs ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - Return [ string ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Assets\Collection $collection ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method useImplicitOutput ] { - Parameters [1] { Parameter #0 [ bool $implicitOutput ] } - Return [ Phalcon\Assets\Manager ] } Method [ private method calculatePrefixedPath ] { - Parameters [3] { Parameter #0 [ Phalcon\Assets\Collection $collection ] Parameter #1 [ string $path ] Parameter #2 [ string $filePath ] } - Return [ string ] } Method [ private method checkAndCreateCollection ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\Collection ] } Method [ private method cssLink ] { - Parameters [2] { Parameter #0 [ $parameters = ] Parameter #1 [ bool $local = ] } - Return [ string ] } Method [ private method doCallback ] { - Parameters [4] { Parameter #0 [ $callback ] Parameter #1 [ array $attributes ] Parameter #2 [ string $prefixedPath ] Parameter #3 [ bool $local ] } - Return [ string ] } Method [ private method jsLink ] { - Parameters [2] { Parameter #0 [ $parameters = ] Parameter #1 [ bool $local = ] } - Return [ string ] } Method [ private method processParameters ] { - Parameters [5] { Parameter #0 [ $parameters ] Parameter #1 [ bool $local ] Parameter #2 [ string $helperClass ] Parameter #3 [ string $type ] Parameter #4 [ string $name ] } - 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\Autoload\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Autoload\Loader extends Phalcon\Events\AbstractEventsAware ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $eventsManager = NULL ] Property [ protected $checkedPath = NULL ] Property [ protected $classes = NULL ] Property [ protected $debug = NULL ] Property [ protected $directories = NULL ] Property [ protected $extensions = NULL ] Property [ protected $fileCheckingCallback = 'is_file' ] Property [ protected $files = NULL ] Property [ protected $foundPath = NULL ] Property [ protected $isDebug = false ] Property [ protected $isRegistered = false ] Property [ protected $namespaces = NULL ] } - Methods [34] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ bool $isDebug = ] } } Method [ public method addClass ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $file ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method addDirectory ] { - Parameters [1] { Parameter #0 [ string $directory ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method addExtension ] { - Parameters [1] { Parameter #0 [ string $extension ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method addFile ] { - Parameters [1] { Parameter #0 [ string $file ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method addNamespace ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $directories ] Parameter #2 [ bool $prepend = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method autoload ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ bool ] } Method [ public method getCheckedPath ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDebug ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDirectories ] { - Parameters [0] { } - Return [ array ] } Method [ public method getExtensions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFiles ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFoundPath ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getNamespaces ] { - Parameters [0] { } - Return [ array ] } Method [ public method loadFiles ] { - Parameters [0] { } - Return [ void ] } Method [ public method register ] { - Parameters [1] { Parameter #0 [ bool $prepend = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method setClasses ] { - Parameters [2] { Parameter #0 [ array $classes ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method setDirectories ] { - Parameters [2] { Parameter #0 [ array $directories ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method setExtensions ] { - Parameters [2] { Parameter #0 [ array $extensions ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method setFileCheckingCallback ] { - Parameters [1] { Parameter #0 [ $method = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method setFiles ] { - Parameters [2] { Parameter #0 [ array $files ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method setNamespaces ] { - Parameters [2] { Parameter #0 [ array $namespaces ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ public method unregister ] { - Parameters [0] { } - Return [ Phalcon\Autoload\Loader ] } Method [ protected method requireFile ] { - Parameters [1] { Parameter #0 [ string $file ] } - Return [ bool ] } Method [ private method addDebug ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ private method addToCollection ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ string $collectionName ] Parameter #2 [ string $method ] Parameter #3 [ bool $merge = ] } - Return [ Phalcon\Autoload\Loader ] } Method [ private method autoloadCheckClasses ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ bool ] } Method [ private method autoloadCheckDirectories ] { - Parameters [3] { Parameter #0 [ array $directories ] Parameter #1 [ string $className ] Parameter #2 [ bool $isDirectory = ] } - Return [ bool ] } Method [ private method autoloadCheckNamespaces ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ bool ] } Method [ private method checkDirectories ] { - Parameters [2] { Parameter #0 [ $directories ] Parameter #1 [ string $dirSeparator ] } - Return [ array ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ protected method fireManagerEvent ] { - Parameters [3] { Parameter #0 [ string $eventName ] Parameter #1 [ $data = ] Parameter #2 [ bool $cancellable = ] } } } } Class [ class Phalcon\Cache\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] Property [ private $serializerFactory = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $services = [] ] } } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options = [] ] } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } 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 = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $prefix = 'ph-apcu-' ] } - Methods [29] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method phpApcuDec ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ int $step = ] Parameter #2 [ $success = ] Parameter #3 [ int $ttl = ] } } Method [ protected method phpApcuDelete ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ protected method phpApcuExists ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ protected method phpApcuInc ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ int $step = ] Parameter #2 [ $success = ] Parameter #3 [ int $ttl = ] } } Method [ protected method phpApcuFetch ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $success = ] } } Method [ protected method phpApcuIterator ] { - Parameters [1] { Parameter #0 [ string $pattern ] } } Method [ protected method phpApcuStore ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $payload ] Parameter #2 [ int $ttl = ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } 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 = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $prefix = 'ph-memc-' ] } - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } 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 = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $data = NULL ] } - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } 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 = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $prefix = 'ph-reds-' ] } - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } 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 = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] Property [ protected $prefix = 'ph-strm' ] Property [ protected $storageDir = '' ] } - Methods [27] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $value = ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ protected method phpFileExists ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ bool ] } Method [ protected method phpFileGetContents ] { - Parameters [1] { Parameter #0 [ string $filename ] } } Method [ protected method phpFilePutContents ] { - Parameters [4] { Parameter #0 [ string $filename ] Parameter #1 [ $data ] Parameter #2 [ int $flags = ] Parameter #3 [ $context = ] } } Method [ protected method phpFopen ] { - Parameters [2] { Parameter #0 [ string $filename ] Parameter #1 [ string $mode ] } } Method [ protected method phpUnlink ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ bool ] } Method [ public method getAdapter ] { - Parameters [0] { } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $serializer ] } - Return [ void ] } Method [ protected method doGet ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method getFilteredKeys ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ string $prefix ] } - Return [ array ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ int ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue = ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } Class [ class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapter = NULL ] } - Methods [21] { Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ bool ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method getMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ $defaultValue = ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ public method setMultiple ] { - Parameters [2] { Parameter #0 [ $values ] Parameter #1 [ $ttl = ] } - Return [ bool ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] } } Method [ public method getAdapter ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ protected method checkKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ protected method checkKeys ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ void ] } Method [ protected method doClear ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method doDelete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ protected method doDeleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ bool ] } Method [ protected method doGet ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ protected method doGetMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ $defaultValue = ] } } Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } Method [ protected method doSetMultiple ] { - Parameters [2] { Parameter #0 [ $values ] Parameter #1 [ $ttl = ] } - Return [ bool ] } } } Class [ class Phalcon\Cache\CacheFactory extends Phalcon\Factory\AbstractConfigFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapterFactory = NULL ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ Phalcon\Cache\CacheInterface ] } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options = [] ] } - Return [ Phalcon\Cache\CacheInterface ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] Property [ protected $defaultModule = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $modules = NULL ] Property [ protected $arguments = NULL ] Property [ protected $options = NULL ] } - Methods [14] { Method [ public method handle ] { - Parameters [1] { Parameter #0 [ ?array $arguments = [] ] } } Method [ public method setArgument ] { - Parameters [3] { Parameter #0 [ ?array $arguments = [] ] Parameter #1 [ bool $str = ] Parameter #2 [ bool $shift = ] } - Return [ Phalcon\Cli\Console ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method getDefaultModule ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getModules ] { - Parameters [0] { } - Return [ array ] } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $defaultModule ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] Property [ protected $activeHandler = NULL ] Property [ protected $activeMethodMap = NULL ] Property [ protected $actionName = NULL ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $camelCaseMap = NULL ] Property [ protected $defaultNamespace = NULL ] Property [ protected $handlerHashes = NULL ] Property [ protected $handlerName = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $finished = false ] Property [ protected $forwarded = false ] Property [ protected $isControllerInitialize = false ] Property [ protected $lastHandler = NULL ] Property [ protected $modelBinder = NULL ] Property [ protected $modelBinding = false ] Property [ protected $moduleName = NULL ] Property [ protected $namespaceName = NULL ] Property [ protected $params = NULL ] Property [ protected $previousActionName = NULL ] Property [ protected $previousHandlerName = NULL ] Property [ protected $previousNamespaceName = NULL ] Property [ protected $returnedValue = NULL ] Property [ protected $defaultHandler = 'main' ] Property [ protected $defaultAction = 'main' ] Property [ protected $handlerSuffix = 'Task' ] Property [ protected $options = NULL ] } - Methods [49] { Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ string $actionMethod ] Parameter #2 [ array $params = [] ] } } Method [ public method getActiveTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } Method [ public method getLastTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } Method [ public method getOption ] { - Parameters [3] { Parameter #0 [ $option ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] } } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getTaskName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTaskSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $option ] } - Return [ bool ] } Method [ public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ public method setTaskName ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ public method setTaskSuffix ] { - Parameters [1] { Parameter #0 [ string $taskSuffix ] } - Return [ void ] } Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ protected method throwDispatchException ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ int $exceptionCode = ] } } Method [ public method dispatch ] { - Parameters [0] { } } 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 ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] } } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ bool ] } Method [ public method isFinished ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - 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 ] { - Parameters [0] { } } Method [ public method wasForwarded ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method resolveEmptyProperties ] { - Parameters [0] { } - Return [ void ] } Method [ protected method toCamelCase ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] { - Constants [6] { Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } Constant [ public int EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] Property [ protected $action = NULL ] Property [ protected $defaultAction = NULL ] Property [ protected $defaultModule = '' ] Property [ protected $defaultParams = NULL ] Property [ protected $defaultTask = NULL ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] Property [ protected $module = '' ] Property [ protected $params = NULL ] Property [ protected $routes = NULL ] Property [ protected $task = NULL ] Property [ protected $wasMatched = false ] } - Methods [19] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ bool $defaultRoutes = ] } } Method [ public method add ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMatchedRoute ] { - Parameters [0] { } - Return [ ?Phalcon\Cli\Router\RouteInterface ] } Method [ public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getTaskName ] { - Parameters [0] { } - Return [ string ] } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ $arguments = ] } } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ Phalcon\Cli\Router ] } Method [ public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ public method wasMatched ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = 0 ] } - Static methods [3] { Method [ static public method delimiter ] { - Parameters [1] { Parameter #0 [ ?string $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 = NULL ] Property [ protected $compiledPattern = NULL ] Property [ protected $converters = NULL ] Property [ protected $delimiter = NULL ] Property [ protected $description = NULL ] Property [ protected $id = NULL ] Property [ protected $name = NULL ] Property [ protected $paths = NULL ] Property [ protected $pattern = NULL ] } - 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 ] { - Parameters [0] { } } 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 = NULL ] Property [ protected $eventsManager = NULL ] } - Methods [7] { Method [ final public method __construct ] { - Parameters [0] { } } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] Property [ protected $pathDelimiter = '.' ] } - Methods [34] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $arrayConfig ] Parameter #1 [ string $defaultAdapter = ] } } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $delimiter = ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ ?string $delimiter = ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] Property [ protected $pathDelimiter = '.' ] } - Methods [38] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ int $mode = ] } } Method [ protected method cast ] { - Parameters [1] { Parameter #0 [ $ini ] } } Method [ protected method castArray ] { - Parameters [1] { Parameter #0 [ array $ini ] } - Return [ array ] } Method [ protected method parseIniString ] { - Parameters [2] { Parameter #0 [ string $path ] Parameter #1 [ $value ] } - Return [ array ] } Method [ protected method phpParseIniFile ] { - Parameters [3] { Parameter #0 [ string $filename ] Parameter #1 [ bool $processSections = ] Parameter #2 [ int $scannerMode = ] } } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $delimiter = ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ ?string $delimiter = ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] Property [ protected $pathDelimiter = '.' ] } - Methods [35] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $filePath ] } } Method [ private method decode ] { - Parameters [4] { Parameter #0 [ string $data ] Parameter #1 [ bool $associative = ] Parameter #2 [ int $depth = ] Parameter #3 [ int $options = ] } } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $delimiter = ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ ?string $delimiter = ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] Property [ protected $pathDelimiter = '.' ] } - Methods [34] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $filePath ] } } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $delimiter = ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ ?string $delimiter = ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] Property [ protected $pathDelimiter = '.' ] } - Methods [36] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ ?array $callbacks = [] ] } } Method [ protected method phpYamlParseFile ] { - Parameters [4] { Parameter #0 [ $filename ] Parameter #1 [ $pos = ] Parameter #2 [ $ndocs = ] Parameter #3 [ $callbacks = ] } } Method [ protected method phpExtensionLoaded ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $delimiter = ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ ?string $delimiter = ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Config\ConfigFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ public method newInstance ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ string $fileName ] Parameter #2 [ $params = ] } - Return [ Phalcon\Config\ConfigInterface ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method parseConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ private method checkConfigArray ] { - Parameters [1] { Parameter #0 [ array $config ] } - Return [ void ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\DataMapper\Pdo\Connection extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method getAvailableDrivers ] { - Parameters [0] { } - Return [ array ] } } - Properties [3] { Property [ protected $pdo = NULL ] Property [ protected $profiler = NULL ] Property [ protected $arguments = NULL ] } - Methods [37] { Method [ public method __construct ] { - Parameters [6] { Parameter #0 [ string $dsn ] Parameter #1 [ ?string $username = ] Parameter #2 [ ?string $password = ] Parameter #3 [ array $options = [] ] Parameter #4 [ array $queries = [] ] Parameter #5 [ ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = ] } } Method [ public method __debugInfo ] { - Parameters [0] { } - Return [ array ] } Method [ public method connect ] { - Parameters [0] { } - Return [ void ] } Method [ public method disconnect ] { - Parameters [0] { } - Return [ void ] } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array $arguments ] } } Method [ public method beginTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method commit ] { - Parameters [0] { } - Return [ bool ] } Method [ public method errorCode ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method errorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ public method exec ] { - Parameters [1] { Parameter #0 [ string $statement ] } - Return [ int ] } Method [ public method fetchAffected ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ int ] } Method [ public method fetchAll ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchAssoc ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ int $column = ] } - Return [ array ] } Method [ public method fetchGroup ] { - Parameters [3] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ int $flags = ] } - Return [ array ] } Method [ public method fetchObject ] { - Parameters [4] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ string $className = ] Parameter #3 [ array $arguments = [] ] } - Return [ object ] } Method [ public method fetchObjects ] { - Parameters [4] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ string $className = ] Parameter #3 [ array $arguments = [] ] } - Return [ array ] } Method [ public method fetchOne ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchPairs ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchValue ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } } Method [ public method getAdapter ] { - Parameters [0] { } - Return [ PDO ] } Method [ public method getAttribute ] { - Parameters [1] { Parameter #0 [ int $attribute ] } } Method [ public method getDriverName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getProfiler ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ public method getQuoteNames ] { - Parameters [1] { Parameter #0 [ string $driver = ] } - Return [ array ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isConnected ] { - Parameters [0] { } - Return [ bool ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - Return [ string ] } Method [ public method perform ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ PDOStatement ] } Method [ public method prepare ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $options = [] ] } } Method [ public method query ] { - Parameters [1] { Parameter #0 [ string $statement ] } } Method [ public method quote ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method rollBack ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ int $attribute ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method setProfiler ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } } Method [ protected method performBind ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ $name ] Parameter #2 [ $arguments ] } - Return [ void ] } Method [ protected method fetchData ] { - Parameters [4] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] Parameter #2 [ string $statement ] Parameter #3 [ array $values = [] ] } - Return [ array ] } } } Class [ class Phalcon\DataMapper\Pdo\ConnectionLocator implements Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $master = NULL ] Property [ protected $read = NULL ] Property [ protected $write = NULL ] Property [ private $instances = NULL ] } - Methods [8] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $master ] Parameter #1 [ array $read = [] ] Parameter #2 [ array $write = [] ] } } Method [ public method getMaster ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } Method [ public method getRead ] { - Parameters [1] { Parameter #0 [ string $name = ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } Method [ public method getWrite ] { - Parameters [1] { Parameter #0 [ string $name = ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } Method [ public method setMaster ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] } - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } Method [ public method setRead ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $callableObject ] } - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } Method [ public method setWrite ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $callableObject ] } - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } Method [ protected method getConnection ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ string $name = ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } } } Class [ class Phalcon\DataMapper\Pdo\Connection\Decorated extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method getAvailableDrivers ] { - Parameters [0] { } - Return [ array ] } } - Properties [2] { Property [ protected $pdo = NULL ] Property [ protected $profiler = NULL ] } - Methods [36] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ PDO $pdo ] Parameter #1 [ ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = ] } } Method [ public method connect ] { - Parameters [0] { } - Return [ void ] } Method [ public method disconnect ] { - Parameters [0] { } - Return [ void ] } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array $arguments ] } } Method [ public method beginTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method commit ] { - Parameters [0] { } - Return [ bool ] } Method [ public method errorCode ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method errorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ public method exec ] { - Parameters [1] { Parameter #0 [ string $statement ] } - Return [ int ] } Method [ public method fetchAffected ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ int ] } Method [ public method fetchAll ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchAssoc ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ int $column = ] } - Return [ array ] } Method [ public method fetchGroup ] { - Parameters [3] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ int $flags = ] } - Return [ array ] } Method [ public method fetchObject ] { - Parameters [4] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ string $className = ] Parameter #3 [ array $arguments = [] ] } - Return [ object ] } Method [ public method fetchObjects ] { - Parameters [4] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] Parameter #2 [ string $className = ] Parameter #3 [ array $arguments = [] ] } - Return [ array ] } Method [ public method fetchOne ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchPairs ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ array ] } Method [ public method fetchValue ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } } Method [ public method getAdapter ] { - Parameters [0] { } - Return [ PDO ] } Method [ public method getAttribute ] { - Parameters [1] { Parameter #0 [ int $attribute ] } } Method [ public method getDriverName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getProfiler ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ public method getQuoteNames ] { - Parameters [1] { Parameter #0 [ string $driver = ] } - Return [ array ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isConnected ] { - Parameters [0] { } - Return [ bool ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - Return [ string ] } Method [ public method perform ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $values = [] ] } - Return [ PDOStatement ] } Method [ public method prepare ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $options = [] ] } } Method [ public method query ] { - Parameters [1] { Parameter #0 [ string $statement ] } } Method [ public method quote ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method rollBack ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ int $attribute ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method setProfiler ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } } Method [ protected method performBind ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ $name ] Parameter #2 [ $arguments ] } - Return [ void ] } Method [ protected method fetchData ] { - Parameters [4] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] Parameter #2 [ string $statement ] Parameter #3 [ array $values = [] ] } - Return [ array ] } } } Class [ class Phalcon\DataMapper\Pdo\Exception\CannotDisconnect extends Phalcon\DataMapper\Pdo\Exception\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\DataMapper\Pdo\Exception\ConnectionNotFound extends Phalcon\DataMapper\Pdo\Exception\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $messages = NULL ] } - Methods [14] { Method [ public method alert ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method error ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } 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 getLogLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method info ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $level ] Parameter #1 [ string $message ] Parameter #2 [ array $context = [] ] } - Return [ void ] } } } Class [ class Phalcon\DataMapper\Pdo\Profiler\Profiler implements Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $active = false ] Property [ protected $context = NULL ] Property [ protected $logFormat = '' ] Property [ protected $logLevel = 0 ] Property [ protected $logger = NULL ] } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Logger\LoggerInterface $logger = ] } } Method [ public method finish ] { - Parameters [2] { Parameter #0 [ ?string $statement = ] Parameter #1 [ array $values = [] ] } - Return [ void ] } Method [ public method getLogFormat ] { - Parameters [0] { } - Return [ string ] } Method [ public method getLogger ] { - Parameters [0] { } - Return [ Phalcon\Logger\LoggerInterface ] } Method [ public method getLogLevel ] { - Parameters [0] { } - Return [ string ] } Method [ public method isActive ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setActive ] { - Parameters [1] { Parameter #0 [ bool $active ] } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ public method setLogFormat ] { - Parameters [1] { Parameter #0 [ string $logFormat ] } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ string $logLevel ] } - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } Method [ public method start ] { - Parameters [1] { Parameter #0 [ string $method ] } - Return [ void ] } Method [ private method encode ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ int $options = ] Parameter #2 [ int $depth = ] } - Return [ string ] } } } Class [ class Phalcon\DataMapper\Query\Bind ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $inlineCount = 0 ] Property [ protected $store = NULL ] } - Methods [7] { Method [ public method bindInline ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ public method setValue ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ int $type = ] } - Return [ void ] } Method [ public method setValues ] { - Parameters [2] { Parameter #0 [ array $values ] Parameter #1 [ int $type = ] } - Return [ void ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getType ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ int ] } Method [ protected method inlineArray ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ int $type ] } - Return [ string ] } } } Class [ class Phalcon\DataMapper\Query\Delete extends Phalcon\DataMapper\Query\AbstractConditions ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $bind = NULL ] Property [ protected $connection = NULL ] Property [ protected $store = NULL ] } - Methods [32] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } } Method [ public method from ] { - Parameters [1] { Parameter #0 [ string $table ] } - Return [ Phalcon\DataMapper\Query\Delete ] } Method [ public method returning ] { - Parameters [1] { Parameter #0 [ array $columns ] } - Return [ Phalcon\DataMapper\Query\Delete ] } Method [ public method getStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method limit ] { - Parameters [1] { Parameter #0 [ int $limit ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method offset ] { - Parameters [1] { Parameter #0 [ int $offset ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method appendWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderBy ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method where ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method whereEquals ] { - Parameters [1] { Parameter #0 [ array $columnsValues ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ protected method addCondition ] { - Parameters [5] { Parameter #0 [ string $store ] Parameter #1 [ string $andor ] Parameter #2 [ string $condition ] Parameter #3 [ $value = ] Parameter #4 [ int $type = ] } - Return [ void ] } Method [ protected method buildBy ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method buildCondition ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method buildLimitEarly ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimit ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimitCommon ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimitSqlsrv ] { - Parameters [0] { } - Return [ string ] } Method [ protected method appendCondition ] { - Parameters [4] { Parameter #0 [ string $store ] Parameter #1 [ string $condition ] Parameter #2 [ $value = ] Parameter #3 [ int $type = ] } - Return [ void ] } Method [ protected method processValue ] { - Parameters [2] { Parameter #0 [ string $store ] Parameter #1 [ $data ] } - Return [ void ] } Method [ public method bindInline ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method bindValue ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method bindValues ] { - Parameters [1] { Parameter #0 [ array $values ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method getBindValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method perform ] { - Parameters [0] { } } Method [ public method setFlag ] { - Parameters [2] { Parameter #0 [ string $flag ] Parameter #1 [ bool $enable = ] } - Return [ void ] } Method [ public method quoteIdentifier ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ protected method buildFlags ] { - Parameters [0] { } } Method [ protected method buildReturning ] { - Parameters [0] { } - Return [ string ] } Method [ protected method indent ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $glue = ] } - Return [ string ] } } } Class [ class Phalcon\DataMapper\Query\Insert extends Phalcon\DataMapper\Query\AbstractQuery ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $bind = NULL ] Property [ protected $connection = NULL ] Property [ protected $store = NULL ] } - Methods [20] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } } Method [ public method column ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\Insert ] } Method [ public method columns ] { - Parameters [1] { Parameter #0 [ array $columns ] } - Return [ Phalcon\DataMapper\Query\Insert ] } Method [ public method into ] { - Parameters [1] { Parameter #0 [ string $table ] } - Return [ Phalcon\DataMapper\Query\Insert ] } Method [ public method getLastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } - Return [ string ] } Method [ public method getStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method returning ] { - Parameters [1] { Parameter #0 [ array $columns ] } - Return [ Phalcon\DataMapper\Query\Insert ] } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $column ] Parameter #1 [ $value = ] } - Return [ Phalcon\DataMapper\Query\Insert ] } Method [ private method buildColumns ] { - Parameters [0] { } - Return [ string ] } Method [ public method bindInline ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method bindValue ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method bindValues ] { - Parameters [1] { Parameter #0 [ array $values ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method getBindValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method perform ] { - Parameters [0] { } } Method [ public method setFlag ] { - Parameters [2] { Parameter #0 [ string $flag ] Parameter #1 [ bool $enable = ] } - Return [ void ] } Method [ public method quoteIdentifier ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ protected method buildFlags ] { - Parameters [0] { } } Method [ protected method buildReturning ] { - Parameters [0] { } - Return [ string ] } Method [ protected method indent ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $glue = ] } - Return [ string ] } } } Class [ class Phalcon\DataMapper\Query\QueryFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $selectClass = '' ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $selectClass = ] } } Method [ public method newBind ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Query\Bind ] } Method [ public method newDelete ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - Return [ Phalcon\DataMapper\Query\Delete ] } Method [ public method newInsert ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - Return [ Phalcon\DataMapper\Query\Insert ] } Method [ public method newSelect ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method newUpdate ] { - Parameters [1] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - Return [ Phalcon\DataMapper\Query\Update ] } } } Class [ class Phalcon\DataMapper\Query\Select extends Phalcon\DataMapper\Query\AbstractConditions ] { - Constants [4] { Constant [ public string JOIN_INNER ] { INNER } Constant [ public string JOIN_LEFT ] { LEFT } Constant [ public string JOIN_NATURAL ] { NATURAL } Constant [ public string JOIN_RIGHT ] { RIGHT } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $bind = NULL ] Property [ protected $connection = NULL ] Property [ protected $store = NULL ] Property [ protected $asAlias = '' ] Property [ protected $forUpdate = false ] } - Methods [50] { Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $params ] } } Method [ public method andHaving ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method asAlias ] { - Parameters [1] { Parameter #0 [ string $asAlias ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method appendHaving ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method appendJoin ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method columns ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method distinct ] { - Parameters [1] { Parameter #0 [ bool $enable = ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method from ] { - Parameters [1] { Parameter #0 [ string $table ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ bool $enable = ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method getStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method groupBy ] { - Parameters [1] { Parameter #0 [ $groupBy ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method hasColumns ] { - Parameters [0] { } - Return [ bool ] } Method [ public method having ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method join ] { - Parameters [5] { Parameter #0 [ string $join ] Parameter #1 [ string $table ] Parameter #2 [ string $condition ] Parameter #3 [ $value = ] Parameter #4 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method orHaving ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method reset ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method subSelect ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method union ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ public method unionAll ] { - Parameters [0] { } - Return [ Phalcon\DataMapper\Query\Select ] } Method [ protected method getCurrentStatement ] { - Parameters [1] { Parameter #0 [ string $suffix = ] } - Return [ string ] } Method [ private method buildColumns ] { - Parameters [0] { } - Return [ string ] } Method [ private method buildFrom ] { - Parameters [0] { } - Return [ string ] } Method [ public method limit ] { - Parameters [1] { Parameter #0 [ int $limit ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method offset ] { - Parameters [1] { Parameter #0 [ int $offset ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method appendWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderBy ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method where ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method whereEquals ] { - Parameters [1] { Parameter #0 [ array $columnsValues ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ protected method addCondition ] { - Parameters [5] { Parameter #0 [ string $store ] Parameter #1 [ string $andor ] Parameter #2 [ string $condition ] Parameter #3 [ $value = ] Parameter #4 [ int $type = ] } - Return [ void ] } Method [ protected method buildBy ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method buildCondition ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method buildLimitEarly ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimit ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimitCommon ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimitSqlsrv ] { - Parameters [0] { } - Return [ string ] } Method [ protected method appendCondition ] { - Parameters [4] { Parameter #0 [ string $store ] Parameter #1 [ string $condition ] Parameter #2 [ $value = ] Parameter #3 [ int $type = ] } - Return [ void ] } Method [ protected method processValue ] { - Parameters [2] { Parameter #0 [ string $store ] Parameter #1 [ $data ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } } Method [ public method bindInline ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method bindValue ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method bindValues ] { - Parameters [1] { Parameter #0 [ array $values ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method getBindValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method perform ] { - Parameters [0] { } } Method [ public method setFlag ] { - Parameters [2] { Parameter #0 [ string $flag ] Parameter #1 [ bool $enable = ] } - Return [ void ] } Method [ public method quoteIdentifier ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ protected method buildFlags ] { - Parameters [0] { } } Method [ protected method buildReturning ] { - Parameters [0] { } - Return [ string ] } Method [ protected method indent ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $glue = ] } - Return [ string ] } } } Class [ class Phalcon\DataMapper\Query\Update extends Phalcon\DataMapper\Query\AbstractConditions ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $bind = NULL ] Property [ protected $connection = NULL ] Property [ protected $store = NULL ] } - Methods [37] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } } Method [ public method column ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\Update ] } Method [ public method columns ] { - Parameters [1] { Parameter #0 [ array $columns ] } - Return [ Phalcon\DataMapper\Query\Update ] } Method [ public method from ] { - Parameters [1] { Parameter #0 [ string $table ] } - Return [ Phalcon\DataMapper\Query\Update ] } Method [ public method getStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method hasColumns ] { - Parameters [0] { } - Return [ bool ] } Method [ public method returning ] { - Parameters [1] { Parameter #0 [ array $columns ] } - Return [ Phalcon\DataMapper\Query\Update ] } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $column ] Parameter #1 [ $value = ] } - Return [ Phalcon\DataMapper\Query\Update ] } Method [ private method buildColumns ] { - Parameters [0] { } - Return [ string ] } Method [ public method limit ] { - Parameters [1] { Parameter #0 [ int $limit ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method offset ] { - Parameters [1] { Parameter #0 [ int $offset ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method appendWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderBy ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method where ] { - Parameters [3] { Parameter #0 [ string $condition ] Parameter #1 [ $value = ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ public method whereEquals ] { - Parameters [1] { Parameter #0 [ array $columnsValues ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } Method [ protected method addCondition ] { - Parameters [5] { Parameter #0 [ string $store ] Parameter #1 [ string $andor ] Parameter #2 [ string $condition ] Parameter #3 [ $value = ] Parameter #4 [ int $type = ] } - Return [ void ] } Method [ protected method buildBy ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method buildCondition ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method buildLimitEarly ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimit ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimitCommon ] { - Parameters [0] { } - Return [ string ] } Method [ protected method buildLimitSqlsrv ] { - Parameters [0] { } - Return [ string ] } Method [ protected method appendCondition ] { - Parameters [4] { Parameter #0 [ string $store ] Parameter #1 [ string $condition ] Parameter #2 [ $value = ] Parameter #3 [ int $type = ] } - Return [ void ] } Method [ protected method processValue ] { - Parameters [2] { Parameter #0 [ string $store ] Parameter #1 [ $data ] } - Return [ void ] } Method [ public method bindInline ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ public method bindValue ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ int $type = ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method bindValues ] { - Parameters [1] { Parameter #0 [ array $values ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } Method [ public method getBindValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method perform ] { - Parameters [0] { } } Method [ public method setFlag ] { - Parameters [2] { Parameter #0 [ string $flag ] Parameter #1 [ bool $enable = ] } - Return [ void ] } Method [ public method quoteIdentifier ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ int $type = ] } - Return [ string ] } Method [ protected method buildFlags ] { - Parameters [0] { } } Method [ protected method buildReturning ] { - Parameters [0] { } - Return [ string ] } Method [ protected method indent ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $glue = ] } - Return [ string ] } } } Class [ abstract class Phalcon\Db\AbstractDb ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method setup ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Db\Adapter\PdoFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [10] { 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 getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } 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 = 0 ] } - Static methods [0] { } - Properties [14] { Property [ protected $connectionId = NULL ] Property [ protected $descriptor = NULL ] Property [ protected $dialect = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $realSqlStatement = NULL ] Property [ protected $sqlBindTypes = NULL ] Property [ protected $sqlStatement = NULL ] Property [ protected $sqlVariables = NULL ] Property [ protected $transactionLevel = 0 ] Property [ protected $transactionsWithSavepoints = false ] Property [ protected $affectedRows = 0 ] Property [ protected $pdo = NULL ] Property [ protected $dialectType = 'mysql' ] Property [ protected $type = 'mysql' ] } - Methods [78] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ bool ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method affectedRows ] { - Parameters [0] { } - Return [ int ] } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array $descriptor = [] ] } - Return [ void ] } 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 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ bool ] } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ PDOStatement ] } Method [ public method getErrorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ public method getInternalHandler ] { - Parameters [0] { } } Method [ public method getTransactionLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ PDOStatement ] } Method [ public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ protected method prepareRealSql ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $parameters ] } - Return [ void ] } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ bool ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ bool ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ ?string $whereCondition = ] Parameter #2 [ array $placeholders = [] ] Parameter #3 [ array $dataTypes = [] ] } - Return [ bool ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ bool ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ bool ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ bool ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ bool ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $fetchMode = ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $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 [ array $bindParams = [] ] Parameter #3 [ array $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 getDialectType ] { - Parameters [0] { } - Return [ string ] } 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 getSQLVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes = ] } - Return [ bool ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $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 $currentColumn = ] } - Return [ bool ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition = ] Parameter #4 [ $dataTypes = ] } - Return [ bool ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } Method [ public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } } } Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive = 0 ] } - Static methods [0] { } - Properties [14] { Property [ protected $connectionId = NULL ] Property [ protected $descriptor = NULL ] Property [ protected $dialect = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $realSqlStatement = NULL ] Property [ protected $sqlBindTypes = NULL ] Property [ protected $sqlStatement = NULL ] Property [ protected $sqlVariables = NULL ] Property [ protected $transactionLevel = 0 ] Property [ protected $transactionsWithSavepoints = false ] Property [ protected $affectedRows = 0 ] Property [ protected $pdo = NULL ] Property [ protected $dialectType = 'postgresql' ] Property [ protected $type = 'pgsql' ] } - Methods [78] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array $descriptor = [] ] } - Return [ void ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ bool ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $currentColumn = ] } - Return [ bool ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method affectedRows ] { - Parameters [0] { } - Return [ int ] } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } 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 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ bool ] } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ PDOStatement ] } Method [ public method getErrorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ public method getInternalHandler ] { - Parameters [0] { } } Method [ public method getTransactionLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ PDOStatement ] } Method [ public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ protected method prepareRealSql ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $parameters ] } - Return [ void ] } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ bool ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ bool ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ ?string $whereCondition = ] Parameter #2 [ array $placeholders = [] ] Parameter #3 [ array $dataTypes = [] ] } - Return [ bool ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ bool ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ bool ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ bool ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ bool ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $fetchMode = ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $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 [ array $bindParams = [] ] Parameter #3 [ array $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 getDialectType ] { - Parameters [0] { } - Return [ string ] } 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 getSQLVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes = ] } - Return [ bool ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition = ] Parameter #4 [ $dataTypes = ] } - Return [ bool ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } } } Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive = 0 ] } - Static methods [0] { } - Properties [14] { Property [ protected $connectionId = NULL ] Property [ protected $descriptor = NULL ] Property [ protected $dialect = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $realSqlStatement = NULL ] Property [ protected $sqlBindTypes = NULL ] Property [ protected $sqlStatement = NULL ] Property [ protected $sqlVariables = NULL ] Property [ protected $transactionLevel = 0 ] Property [ protected $transactionsWithSavepoints = false ] Property [ protected $affectedRows = 0 ] Property [ protected $pdo = NULL ] Property [ protected $dialectType = 'sqlite' ] Property [ protected $type = 'sqlite' ] } - Methods [78] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array $descriptor = [] ] } - Return [ void ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ array ] } Method [ public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } Method [ public method supportsDefaultValue ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method affectedRows ] { - Parameters [0] { } - Return [ int ] } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } 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 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ bool ] } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ PDOStatement ] } Method [ public method getErrorInfo ] { - Parameters [0] { } - Return [ array ] } Method [ public method getInternalHandler ] { - Parameters [0] { } } Method [ public method getTransactionLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ ?string $name = ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ PDOStatement ] } Method [ public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ bool $nesting = ] } - Return [ bool ] } Method [ protected method prepareRealSql ] { - Parameters [2] { Parameter #0 [ string $statement ] Parameter #1 [ array $parameters ] } - Return [ void ] } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ bool ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ bool ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ bool ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ ?string $whereCondition = ] Parameter #2 [ array $placeholders = [] ] Parameter #3 [ array $dataTypes = [] ] } - Return [ bool ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ bool ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ bool ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ bool ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ bool ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ bool ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $fetchMode = ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $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 [ array $bindParams = [] ] Parameter #3 [ array $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 getDialectType ] { - Parameters [0] { } - Return [ string ] } 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 getSQLVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes = ] } - Return [ bool ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ int $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $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 $currentColumn = ] } - Return [ bool ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ ?string $schemaName = ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition = ] Parameter #4 [ $dataTypes = ] } - Return [ bool ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition = ] Parameter #3 [ $dataTypes = ] } - Return [ bool ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] } - Return [ bool ] } } } Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - Constants [36] { Constant [ public int BIND_PARAM_BLOB ] { 3 } Constant [ public int BIND_PARAM_BOOL ] { 5 } Constant [ public int BIND_PARAM_DECIMAL ] { 32 } Constant [ public int BIND_PARAM_INT ] { 1 } Constant [ public int BIND_PARAM_NULL ] { 0 } Constant [ public int BIND_PARAM_STR ] { 2 } Constant [ public int BIND_SKIP ] { 1024 } Constant [ public int TYPE_BIGINTEGER ] { 14 } Constant [ public int TYPE_BIT ] { 19 } Constant [ public int TYPE_BINARY ] { 26 } Constant [ public int TYPE_BLOB ] { 11 } Constant [ public int TYPE_BOOLEAN ] { 8 } Constant [ public int TYPE_CHAR ] { 5 } Constant [ public int TYPE_DATE ] { 1 } Constant [ public int TYPE_DATETIME ] { 4 } Constant [ public int TYPE_DECIMAL ] { 3 } Constant [ public int TYPE_DOUBLE ] { 9 } Constant [ public int TYPE_ENUM ] { 18 } Constant [ public int TYPE_FLOAT ] { 7 } Constant [ public int TYPE_INTEGER ] { 0 } Constant [ public int TYPE_JSON ] { 15 } Constant [ public int TYPE_JSONB ] { 16 } Constant [ public int TYPE_LONGBLOB ] { 13 } Constant [ public int TYPE_LONGTEXT ] { 24 } Constant [ public int TYPE_MEDIUMBLOB ] { 12 } Constant [ public int TYPE_MEDIUMINTEGER ] { 21 } Constant [ public int TYPE_MEDIUMTEXT ] { 23 } Constant [ public int TYPE_SMALLINTEGER ] { 22 } Constant [ public int TYPE_TEXT ] { 6 } Constant [ public int TYPE_TIME ] { 20 } Constant [ public int TYPE_TIMESTAMP ] { 17 } Constant [ public int TYPE_TINYBLOB ] { 10 } Constant [ public int TYPE_TINYINTEGER ] { 26 } Constant [ public int TYPE_TINYTEXT ] { 25 } Constant [ public int TYPE_VARBINARY ] { 27 } Constant [ public int TYPE_VARCHAR ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [16] { Property [ protected $after = NULL ] Property [ protected $autoIncrement = false ] Property [ protected $bindType = 2 ] Property [ protected $comment = NULL ] Property [ protected $defaultValue = NULL ] Property [ protected $first = false ] Property [ protected $isNumeric = false ] Property [ protected $name = NULL ] Property [ protected $notNull = true ] Property [ protected $primary = false ] Property [ protected $scale = 0 ] Property [ protected $size = 0 ] Property [ protected $type = NULL ] Property [ protected $typeReference = -1 ] Property [ protected $typeValues = NULL ] Property [ protected $unsigned = false ] } - Methods [18] { 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 [ int ] } Method [ public method getComment ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getScale ] { - Parameters [0] { } - Return [ int ] } Method [ public method getSize ] { - Parameters [0] { } } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method getTypeReference ] { - Parameters [0] { } - Return [ int ] } Method [ public method getTypeValues ] { - Parameters [0] { } } Method [ public method hasDefault ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isAutoIncrement ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isFirst ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isNotNull ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isNumeric ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isPrimary ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isUnsigned ] { - Parameters [0] { } - Return [ bool ] } } } Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $customFunctions = NULL ] 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 $schemaName = ] } - Return [ string ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ string ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method getForeignKeyChecks ] { - Parameters [0] { } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ string ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $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 $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 $schemaName = ] } - Return [ string ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $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 $escapeChar = ] } - Return [ string ] } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ ?string $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 $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method getColumnSize ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnType ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnTypeSql ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ string $qualified ] Parameter #1 [ ?string $alias = ] Parameter #2 [ ?string $escapeChar = ] } - Return [ string ] } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] Parameter #2 [ ?string $alias = ] Parameter #3 [ ?string $escapeChar = ] } - Return [ string ] } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ ?string $domain = ] Parameter #2 [ ?string $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 = NULL ] 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 $schemaName = ] } - Return [ string ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] } - Return [ string ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ string ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ string ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $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 $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 $schemaName = ] } - Return [ string ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $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 $escapeChar = ] } - Return [ string ] } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ ?string $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 $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method getColumnSize ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnType ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnTypeSql ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ string $qualified ] Parameter #1 [ ?string $alias = ] Parameter #2 [ ?string $escapeChar = ] } - Return [ string ] } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] Parameter #2 [ ?string $alias = ] Parameter #3 [ ?string $escapeChar = ] } - Return [ string ] } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ ?string $domain = ] Parameter #2 [ ?string $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 = NULL ] 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 $schemaName = ] } - Return [ string ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $schema = ] } - Return [ string ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ string ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ ?string $schemaName = ] Parameter #2 [ bool $ifExists = ] } - Return [ string ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method listIndexesSql ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] Parameter #2 [ ?string $keyName = ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ ?string $schemaName = ] } - Return [ string ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ ?string $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 $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 $schemaName = ] } - Return [ string ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ ?string $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 $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 $escapeChar = ] } - Return [ string ] } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method getColumnSize ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnType ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnTypeSql ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] } - Return [ string ] } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ ?string $escapeChar = ] Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ string $qualified ] Parameter #1 [ ?string $alias = ] Parameter #2 [ ?string $escapeChar = ] } - Return [ string ] } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ ?string $schema = ] Parameter #2 [ ?string $alias = ] Parameter #3 [ ?string $escapeChar = ] } - Return [ string ] } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ ?string $domain = ] Parameter #2 [ ?string $escapeChar = ] } - Return [ string ] } } } Class [ class Phalcon\Db\Enum ] { - Constants [18] { Constant [ public int FETCH_ASSOC ] { 2 } Constant [ public int FETCH_BOTH ] { 4 } Constant [ public int FETCH_BOUND ] { 6 } Constant [ public int FETCH_CLASS ] { 8 } Constant [ public int FETCH_CLASSTYPE ] { 262144 } Constant [ public int FETCH_COLUMN ] { 7 } Constant [ public int FETCH_FUNC ] { 10 } Constant [ public int FETCH_GROUP ] { 65536 } Constant [ public int FETCH_INTO ] { 9 } Constant [ public int FETCH_KEY_PAIR ] { 12 } Constant [ public int FETCH_LAZY ] { 1 } Constant [ public int FETCH_NAMED ] { 11 } Constant [ public int FETCH_NUM ] { 3 } Constant [ public int FETCH_OBJ ] { 5 } Constant [ public int FETCH_PROPS_LATE ] { 1048576 } Constant [ public int FETCH_SERIALIZE ] { 524288 } Constant [ public int FETCH_UNIQUE ] { 196608 } Constant [ public int FETCH_DEFAULT ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Db\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $columns = NULL ] Property [ protected $name = NULL ] Property [ protected $type = NULL ] } - Methods [4] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ array $columns ] Parameter #2 [ string $type = ] } } Method [ public method getColumns ] { - Parameters [0] { } - Return [ array ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Db\Profiler ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $activeProfile = NULL ] Property [ protected $allProfiles = NULL ] Property [ protected $totalSeconds = 0 ] } - Methods [7] { Method [ public method getLastProfile ] { - Parameters [0] { } - Return [ Phalcon\Db\Profiler\Item ] } Method [ public method getNumberTotalStatements ] { - Parameters [0] { } - Return [ int ] } Method [ public method getTotalElapsedSeconds ] { - Parameters [0] { } - Return [ float ] } Method [ public method getProfiles ] { - Parameters [0] { } - Return [ array ] } Method [ public method reset ] { - Parameters [0] { } - Return [ Phalcon\Db\Profiler ] } Method [ public method startProfile ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $sqlVariables = ] Parameter #2 [ $sqlBindTypes = ] } - Return [ Phalcon\Db\Profiler ] } Method [ public method stopProfile ] { - Parameters [0] { } - Return [ Phalcon\Db\Profiler ] } } } Class [ class Phalcon\Db\Profiler\Item ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $finalTime = NULL ] Property [ protected $initialTime = NULL ] Property [ protected $sqlBindTypes = NULL ] Property [ protected $sqlStatement = NULL ] Property [ protected $sqlVariables = NULL ] } - Methods [11] { Method [ public method getFinalTime ] { - Parameters [0] { } - Return [ float ] } Method [ public method getInitialTime ] { - Parameters [0] { } - Return [ float ] } Method [ public method getSqlBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getSqlStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSqlVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getTotalElapsedSeconds ] { - Parameters [0] { } - Return [ float ] } Method [ public method setFinalTime ] { - Parameters [1] { Parameter #0 [ float $finalTime ] } - Return [ Phalcon\Db\Profiler\Item ] } Method [ public method setInitialTime ] { - Parameters [1] { Parameter #0 [ float $initialTime ] } - Return [ Phalcon\Db\Profiler\Item ] } Method [ public method setSqlBindTypes ] { - Parameters [1] { Parameter #0 [ array $sqlBindTypes ] } - Return [ Phalcon\Db\Profiler\Item ] } Method [ public method setSqlStatement ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ Phalcon\Db\Profiler\Item ] } Method [ public method setSqlVariables ] { - Parameters [1] { Parameter #0 [ array $sqlVariables ] } - Return [ Phalcon\Db\Profiler\Item ] } } } Class [ class Phalcon\Db\RawValue implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $value = NULL ] } - Methods [3] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method getValue ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $columns = NULL ] Property [ protected $name = NULL ] Property [ protected $referencedColumns = NULL ] Property [ protected $referencedSchema = NULL ] Property [ protected $referencedTable = NULL ] Property [ protected $schemaName = NULL ] Property [ protected $onDelete = NULL ] Property [ protected $onUpdate = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $definition ] } } 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 ] } } } Class [ class Phalcon\Db\Result\PdoResult implements Phalcon\Db\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $bindParams = NULL ] Property [ protected $bindTypes = NULL ] Property [ protected $connection = NULL ] Property [ protected $fetchMode = 0 ] Property [ protected $pdoStatement = NULL ] Property [ protected $result = NULL ] Property [ protected $rowCount = false ] Property [ protected $sqlStatement = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #1 [ PDOStatement $result ] Parameter #2 [ $sqlStatement = ] Parameter #3 [ $bindParams = ] Parameter #4 [ $bindTypes = ] } } Method [ public method dataSeek ] { - Parameters [1] { Parameter #0 [ int $number ] } - Return [ void ] } Method [ public method execute ] { - Parameters [0] { } - Return [ bool ] } Method [ public method fetch ] { - Parameters [3] { Parameter #0 [ ?int $fetchStyle = ] Parameter #1 [ int $cursorOrientation = ] Parameter #2 [ int $cursorOffset = ] } } Method [ public method fetchAll ] { - Parameters [3] { Parameter #0 [ ?int $fetchStyle = ] Parameter #1 [ int $fetchArgument = ] Parameter #2 [ int $ctorArgs = ] } - Return [ array ] } Method [ public method fetchArray ] { - Parameters [0] { } } Method [ public method getInternalResult ] { - Parameters [0] { } - Return [ PDOStatement ] } Method [ public method numRows ] { - Parameters [0] { } - Return [ int ] } Method [ public method setFetchMode ] { - Parameters [3] { Parameter #0 [ int $fetchMode ] Parameter #1 [ $colNoOrClassNameOrObject = ] Parameter #2 [ $ctorargs = ] } - Return [ bool ] } } } Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { } - Static properties [1] { Property [ protected static $defaultDi = NULL ] } - Static methods [3] { Method [ static public method getDefault ] { - Parameters [0] { } - Return [ ?Phalcon\Di\DiInterface ] } 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 = NULL ] Property [ protected $sharedInstances = NULL ] Property [ protected $eventsManager = NULL ] } - Methods [23] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments = [] ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters = ] } } Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters = ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config\ConfigInterface $config ] } - Return [ void ] } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ string $filePath ] } - Return [ void ] } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ ?array $callbacks = [] ] } - Return [ void ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ mixed ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ bool ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method setService ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Di\ServiceInterface ] } } } Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $definition = NULL ] Property [ protected $resolved = false ] Property [ protected $shared = false ] Property [ protected $sharedInstance = NULL ] } - Methods [10] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ $definition ] Parameter #1 [ bool $shared = ] } } Method [ public method getDefinition ] { - Parameters [0] { } } Method [ public method getParameter ] { - Parameters [1] { Parameter #0 [ int $position ] } } Method [ public method isResolved ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isShared ] { - Parameters [0] { } - Return [ bool ] } Method [ public method resolve ] { - Parameters [2] { Parameter #0 [ $parameters = ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method setDefinition ] { - Parameters [1] { Parameter #0 [ $definition ] } - Return [ void ] } Method [ public method setParameter ] { - Parameters [2] { Parameter #0 [ int $position ] Parameter #1 [ array $parameter ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setShared ] { - Parameters [1] { Parameter #0 [ bool $shared ] } - Return [ void ] } Method [ public method setSharedInstance ] { - Parameters [1] { Parameter #0 [ $sharedInstance ] } - Return [ void ] } } } Class [ class Phalcon\Di\Service\Builder ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method build ] { - Parameters [3] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ array $definition ] Parameter #2 [ $parameters = ] } } Method [ private method buildParameter ] { - Parameters [3] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ int $position ] Parameter #2 [ array $argument ] } } Method [ private method buildParameters ] { - Parameters [2] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ array $arguments ] } - Return [ array ] } } } Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $exception = NULL ] Property [ protected $extras = NULL ] Property [ protected $input = NULL ] Property [ protected $messages = NULL ] Property [ protected $status = NULL ] Property [ protected $output = NULL ] } - Methods [12] { Method [ public method getException ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ public method getExtras ] { - Parameters [0] { } } Method [ public method getInput ] { - Parameters [0] { } } Method [ public method getMessages ] { - Parameters [0] { } } Method [ public method getStatus ] { - Parameters [0] { } } Method [ public method getOutput ] { - Parameters [0] { } } Method [ public method setException ] { - Parameters [1] { Parameter #0 [ Throwable $exception ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } Class [ class Phalcon\Domain\Payload\PayloadFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method newInstance ] { - Parameters [0] { } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } Class [ class Phalcon\Domain\Payload\Status ] { - Constants [20] { Constant [ public string ACCEPTED ] { ACCEPTED } Constant [ public string AUTHENTICATED ] { AUTHENTICATED } Constant [ public string AUTHORIZED ] { AUTHORIZED } Constant [ public string CREATED ] { CREATED } Constant [ public string DELETED ] { DELETED } Constant [ public string ERROR ] { ERROR } Constant [ public string FAILURE ] { FAILURE } Constant [ public string FOUND ] { FOUND } Constant [ public string NOT_ACCEPTED ] { NOT_ACCEPTED } Constant [ public string NOT_AUTHENTICATED ] { NOT_AUTHENTICATED } Constant [ public string NOT_AUTHORIZED ] { NOT_AUTHORIZED } Constant [ public string NOT_CREATED ] { NOT_CREATED } Constant [ public string NOT_DELETED ] { NOT_DELETED } Constant [ public string NOT_FOUND ] { NOT_FOUND } Constant [ public string NOT_UPDATED ] { NOT_UPDATED } Constant [ public string NOT_VALID ] { NOT_VALID } Constant [ public string PROCESSING ] { PROCESSING } Constant [ public string SUCCESS ] { SUCCESS } Constant [ public string UPDATED ] { UPDATED } Constant [ public string VALID ] { VALID } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final private method __construct ] { - Parameters [0] { } } } } Class [ class Phalcon\Encryption\Crypt implements Phalcon\Encryption\Crypt\CryptInterface ] { - Constants [9] { Constant [ public string DEFAULT_ALGORITHM ] { sha256 } Constant [ public string DEFAULT_CIPHER ] { aes-256-cfb } Constant [ public int PADDING_ANSI_X_923 ] { 1 } Constant [ public int PADDING_DEFAULT ] { 0 } Constant [ public int PADDING_ISO_10126 ] { 3 } Constant [ public int PADDING_ISO_IEC_7816_4 ] { 4 } Constant [ public int PADDING_PKCS7 ] { 2 } Constant [ public int PADDING_SPACE ] { 6 } Constant [ public int PADDING_ZERO ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $authData = '' ] Property [ protected $authTag = '' ] Property [ protected $authTagLength = 16 ] Property [ protected $availableCiphers = NULL ] Property [ protected $cipher = 'aes-256-cfb' ] Property [ protected $hashAlgorithm = 'sha256' ] Property [ protected $ivLength = 16 ] Property [ protected $key = '' ] Property [ protected $padding = 0 ] Property [ protected $padFactory = NULL ] Property [ protected $useSigning = true ] } - Methods [37] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $cipher = ] Parameter #1 [ bool $useSigning = ] Parameter #2 [ ?Phalcon\Encryption\Crypt\PadFactory $padFactory = ] } } Method [ public method decrypt ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ ?string $key = ] } - Return [ string ] } Method [ public method decryptBase64 ] { - Parameters [3] { Parameter #0 [ string $input ] Parameter #1 [ ?string $key = ] Parameter #2 [ bool $safe = ] } - Return [ string ] } Method [ public method encrypt ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ ?string $key = ] } - Return [ string ] } Method [ public method encryptBase64 ] { - Parameters [3] { Parameter #0 [ string $input ] Parameter #1 [ ?string $key = ] Parameter #2 [ bool $safe = ] } - Return [ string ] } Method [ public method getAvailableCiphers ] { - Parameters [0] { } - Return [ array ] } Method [ public method getAuthData ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAuthTag ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAuthTagLength ] { - Parameters [0] { } - Return [ int ] } Method [ public method getAvailableHashAlgorithms ] { - Parameters [0] { } - Return [ array ] } Method [ public method getHashAlgorithm ] { - Parameters [0] { } - Return [ string ] } Method [ public method getCipher ] { - Parameters [0] { } - Return [ string ] } Method [ public method getKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method isValidDecryptLength ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ bool ] } Method [ public method setAuthData ] { - Parameters [1] { Parameter #0 [ string $data ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ public method setAuthTag ] { - Parameters [1] { Parameter #0 [ string $tag ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ public method setAuthTagLength ] { - Parameters [1] { Parameter #0 [ int $length ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ public method setCipher ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ public method setKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ public method setHashAlgorithm ] { - Parameters [1] { Parameter #0 [ string $hashAlgorithm ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ public method setPadding ] { - Parameters [1] { Parameter #0 [ int $scheme ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ public method useSigning ] { - Parameters [1] { Parameter #0 [ bool $useSigning ] } - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ protected method checkCipherHashIsAvailable ] { - Parameters [2] { Parameter #0 [ string $cipher ] Parameter #1 [ string $type ] } - Return [ void ] } Method [ protected method cryptPadText ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ string $mode ] Parameter #2 [ int $blockSize ] Parameter #3 [ int $paddingType ] } - Return [ string ] } Method [ protected method cryptUnpadText ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ string $mode ] Parameter #2 [ int $blockSize ] Parameter #3 [ int $paddingType ] } - Return [ string ] } Method [ protected method decryptGetUnpadded ] { - Parameters [3] { Parameter #0 [ string $mode ] Parameter #1 [ int $blockSize ] Parameter #2 [ string $decrypted ] } - Return [ string ] } Method [ protected method decryptGcmCcmAuth ] { - Parameters [4] { Parameter #0 [ string $mode ] Parameter #1 [ string $cipherText ] Parameter #2 [ string $decryptKey ] Parameter #3 [ string $iv ] } - Return [ string ] } Method [ protected method encryptGetPadded ] { - Parameters [3] { Parameter #0 [ string $mode ] Parameter #1 [ string $input ] Parameter #2 [ int $blockSize ] } - Return [ string ] } Method [ protected method encryptGcmCcm ] { - Parameters [4] { Parameter #0 [ string $mode ] Parameter #1 [ string $padded ] Parameter #2 [ string $encryptKey ] Parameter #3 [ string $iv ] } - Return [ string ] } Method [ protected method initializeAvailableCiphers ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Crypt ] } Method [ private method checkIsMode ] { - Parameters [2] { Parameter #0 [ array $modes ] Parameter #1 [ string $mode ] } - Return [ bool ] } Method [ private method getBlockSize ] { - Parameters [1] { Parameter #0 [ string $mode ] } - Return [ int ] } Method [ private method getIvLength ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - Return [ int ] } Method [ private method getMode ] { - Parameters [0] { } - Return [ string ] } Method [ protected method phpFunctionExists ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ protected method phpOpensslCipherIvLength ] { - Parameters [1] { Parameter #0 [ string $cipher ] } } Method [ protected method phpOpensslRandomPseudoBytes ] { - Parameters [1] { Parameter #0 [ int $length ] } } } } Class [ class Phalcon\Encryption\Crypt\Exception\Mismatch extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Encryption\Crypt\PadFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] Property [ protected $exception = 'Phalcon\Encrypt...' ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Encryption\Crypt\Padding\PadInterface ] } Method [ public method padNumberToService ] { - Parameters [1] { Parameter #0 [ int $number ] } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Encryption\Crypt\Padding\Ansi implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] } - Return [ string ] } Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ int $blockSize ] } - Return [ int ] } } } Class [ class Phalcon\Encryption\Crypt\Padding\Iso10126 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] } - Return [ string ] } Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ int $blockSize ] } - Return [ int ] } } } Class [ class Phalcon\Encryption\Crypt\Padding\IsoIek implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] } - Return [ string ] } Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ int $blockSize ] } - Return [ int ] } } } Class [ class Phalcon\Encryption\Crypt\Padding\Noop implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] } - Return [ string ] } Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ int $blockSize ] } - Return [ int ] } } } Class [ class Phalcon\Encryption\Crypt\Padding\Pkcs7 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] } - Return [ string ] } Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ int $blockSize ] } - Return [ int ] } } } Class [ class Phalcon\Encryption\Crypt\Padding\Space implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] } - Return [ string ] } Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ int $blockSize ] } - Return [ int ] } } } Class [ class Phalcon\Encryption\Crypt\Padding\Zero implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] } - Return [ string ] } Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ int $blockSize ] } - Return [ int ] } } } Class [ class Phalcon\Encryption\Security extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - Constants [13] { Constant [ public int CRYPT_ARGON2I ] { 10 } Constant [ public int CRYPT_ARGON2ID ] { 11 } Constant [ public int CRYPT_BCRYPT ] { 0 } Constant [ public int CRYPT_DEFAULT ] { 0 } Constant [ public int CRYPT_BLOWFISH ] { 4 } Constant [ public int CRYPT_BLOWFISH_A ] { 5 } Constant [ public int CRYPT_BLOWFISH_X ] { 6 } Constant [ public int CRYPT_BLOWFISH_Y ] { 7 } Constant [ public int CRYPT_EXT_DES ] { 2 } Constant [ public int CRYPT_MD5 ] { 3 } Constant [ public int CRYPT_SHA256 ] { 8 } Constant [ public int CRYPT_SHA512 ] { 9 } Constant [ public int CRYPT_STD_DES ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $container = NULL ] Property [ protected $defaultHash = 0 ] Property [ protected $numberBytes = 16 ] Property [ protected $random = NULL ] Property [ protected $requestToken = NULL ] Property [ protected $token = NULL ] Property [ protected $tokenKey = NULL ] Property [ protected $tokenKeySessionId = '$PHALCON/CSRF/K...' ] Property [ protected $tokenValueSessionId = '$PHALCON/CSRF$' ] Property [ protected $workFactor = 10 ] Property [ private $localSession = NULL ] Property [ private $localRequest = NULL ] } - Methods [28] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ ?Phalcon\Session\ManagerInterface $session = ] Parameter #1 [ ?Phalcon\Http\RequestInterface $request = ] } } Method [ public method checkHash ] { - Parameters [3] { Parameter #0 [ string $password ] Parameter #1 [ string $passwordHash ] Parameter #2 [ int $maxPassLength = ] } - Return [ bool ] } Method [ public method checkToken ] { - Parameters [3] { Parameter #0 [ ?string $tokenKey = ] Parameter #1 [ $tokenValue = ] Parameter #2 [ bool $destroyIfValid = ] } - Return [ bool ] } Method [ public method computeHmac ] { - Parameters [4] { Parameter #0 [ string $data ] Parameter #1 [ string $key ] Parameter #2 [ string $algo ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ public method destroyToken ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security ] } Method [ public method getDefaultHash ] { - Parameters [0] { } - Return [ int ] } Method [ public method getHashInformation ] { - Parameters [1] { Parameter #0 [ string $hash ] } - Return [ array ] } Method [ public method getRandom ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security\Random ] } Method [ public method getRandomBytes ] { - Parameters [0] { } - Return [ int ] } Method [ public method getRequestToken ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getSessionToken ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getSaltBytes ] { - Parameters [1] { Parameter #0 [ int $numberBytes = ] } - Return [ string ] } Method [ public method getToken ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getTokenKey ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getWorkFactor ] { - Parameters [0] { } - Return [ int ] } Method [ public method hash ] { - Parameters [2] { Parameter #0 [ string $password ] Parameter #1 [ array $options = [] ] } - Return [ string ] } Method [ public method isLegacyHash ] { - Parameters [1] { Parameter #0 [ string $passwordHash ] } - Return [ bool ] } Method [ public method setDefaultHash ] { - Parameters [1] { Parameter #0 [ int $defaultHash ] } - Return [ Phalcon\Encryption\Security ] } Method [ public method setRandomBytes ] { - Parameters [1] { Parameter #0 [ int $randomBytes ] } - Return [ Phalcon\Encryption\Security ] } Method [ public method setWorkFactor ] { - Parameters [1] { Parameter #0 [ int $workFactor ] } - Return [ Phalcon\Encryption\Security ] } Method [ protected method getLocalService ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $property ] } } Method [ private method processAlgorithm ] { - Parameters [0] { } - Return [ string ] } Method [ private method processArgonOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ array ] } Method [ private method processCost ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } - Return [ int ] } Method [ private method processTokenKey ] { - Parameters [1] { Parameter #0 [ ?string $tokenKey = ] } - Return [ ?string ] } Method [ private method processUserToken ] { - Parameters [2] { Parameter #0 [ string $tokenKey ] Parameter #1 [ ?string $tokenValue = ] } - 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\Encryption\Security\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Encryption\Security\JWT\Builder ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ private $claims = NULL ] Property [ private $jose = NULL ] Property [ private $passphrase = NULL ] Property [ private $signer = NULL ] } - Methods [27] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] } } Method [ public method init ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method addClaim ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $value ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method getAudience ] { - Parameters [0] { } } Method [ public method getClaims ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContentType ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getExpirationTime ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method getId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getIssuedAt ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method getIssuer ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getNotBefore ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method getSubject ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getToken ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security\JWT\Token\Token ] } Method [ public method getPassphrase ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAudience ] { - Parameters [1] { Parameter #0 [ $audience ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method setContentType ] { - Parameters [1] { Parameter #0 [ string $contentType ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method setExpirationTime ] { - Parameters [1] { Parameter #0 [ int $timestamp ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method setId ] { - Parameters [1] { Parameter #0 [ string $id ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method setIssuedAt ] { - Parameters [1] { Parameter #0 [ int $timestamp ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method setIssuer ] { - Parameters [1] { Parameter #0 [ string $issuer ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method setNotBefore ] { - Parameters [1] { Parameter #0 [ int $timestamp ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method setSubject ] { - Parameters [1] { Parameter #0 [ string $subject ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ public method setPassphrase ] { - Parameters [1] { Parameter #0 [ string $passphrase ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ protected method setClaim ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $value ] } - Return [ Phalcon\Encryption\Security\JWT\Builder ] } Method [ private method encodeUrl ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ private method encode ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ int $options = ] Parameter #2 [ int $depth = ] } - Return [ string ] } } } Class [ class Phalcon\Encryption\Security\JWT\Exceptions\UnsupportedAlgorithmException extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Encryption\Security\JWT\Signer\Hmac extends Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $algorithm = '' ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $algo = ] } } Method [ public method getAlgHeader ] { - Parameters [0] { } - Return [ string ] } Method [ public method sign ] { - Parameters [2] { Parameter #0 [ string $payload ] Parameter #1 [ string $passphrase ] } - Return [ string ] } Method [ public method verify ] { - Parameters [3] { Parameter #0 [ string $source ] Parameter #1 [ string $payload ] Parameter #2 [ string $passphrase ] } - Return [ bool ] } Method [ private method getHash ] { - Parameters [2] { Parameter #0 [ string $payload ] Parameter #1 [ string $passphrase ] } - Return [ string ] } Method [ public method getAlgorithm ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Encryption\Security\JWT\Signer\None implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ public method getAlgHeader ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAlgorithm ] { - Parameters [0] { } - Return [ string ] } Method [ public method sign ] { - Parameters [2] { Parameter #0 [ string $payload ] Parameter #1 [ string $passphrase ] } - Return [ string ] } Method [ public method verify ] { - Parameters [3] { Parameter #0 [ string $source ] Parameter #1 [ string $payload ] Parameter #2 [ string $passphrase ] } - Return [ bool ] } } } Class [ class Phalcon\Encryption\Security\JWT\Token\Enum ] { - Constants [10] { Constant [ public string TYPE ] { typ } Constant [ public string ALGO ] { alg } Constant [ public string CONTENT_TYPE ] { cty } Constant [ public string AUDIENCE ] { aud } Constant [ public string EXPIRATION_TIME ] { exp } Constant [ public string ID ] { jti } Constant [ public string ISSUED_AT ] { iat } Constant [ public string ISSUER ] { iss } Constant [ public string NOT_BEFORE ] { nbf } Constant [ public string SUBJECT ] { sub } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Encryption\Security\JWT\Token\Item extends Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data = NULL ] } - Methods [5] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $payload ] Parameter #1 [ string $encoded ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $defaultValue = ] } } Method [ public method getPayload ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getEncoded ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Encryption\Security\JWT\Token\Parser ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method parse ] { - Parameters [1] { Parameter #0 [ string $token ] } - Return [ Phalcon\Encryption\Security\JWT\Token\Token ] } Method [ private method decodeClaims ] { - Parameters [1] { Parameter #0 [ string $claims ] } - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } Method [ private method decodeHeaders ] { - Parameters [1] { Parameter #0 [ string $headers ] } - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } Method [ private method decodeSignature ] { - Parameters [2] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Item $headers ] Parameter #1 [ string $signature ] } - Return [ Phalcon\Encryption\Security\JWT\Token\Signature ] } Method [ private method parseToken ] { - Parameters [1] { Parameter #0 [ string $token ] } - Return [ array ] } Method [ private method decode ] { - Parameters [4] { Parameter #0 [ string $data ] Parameter #1 [ bool $associative = ] Parameter #2 [ int $depth = ] Parameter #3 [ int $options = ] } } Method [ private method decodeUrl ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } } } Class [ class Phalcon\Encryption\Security\JWT\Token\Signature extends Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data = NULL ] } - Methods [3] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $hash = ] Parameter #1 [ string $encoded = ] } } Method [ public method getHash ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEncoded ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Encryption\Security\JWT\Token\Token ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ private $claims = NULL ] Property [ private $headers = NULL ] Property [ private $signature = NULL ] } - Methods [8] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Item $headers ] Parameter #1 [ Phalcon\Encryption\Security\JWT\Token\Item $claims ] Parameter #2 [ Phalcon\Encryption\Security\JWT\Token\Signature $signature ] } } Method [ public method getClaims ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } Method [ public method getPayload ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSignature ] { - Parameters [0] { } - Return [ Phalcon\Encryption\Security\JWT\Token\Signature ] } Method [ public method getToken ] { - Parameters [0] { } - Return [ string ] } Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Validator $validator ] } - Return [ array ] } Method [ public method verify ] { - Parameters [2] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] Parameter #1 [ string $key ] } - Return [ bool ] } } } Class [ class Phalcon\Encryption\Security\JWT\Validator ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ private $errors = NULL ] Property [ private $timeShift = 0 ] Property [ private $token = NULL ] } - Methods [11] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Token $token ] Parameter #1 [ int $timeShift = ] } } Method [ public method getErrors ] { - Parameters [0] { } - Return [ array ] } Method [ public method setToken ] { - Parameters [1] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Token $token ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } Method [ public method validateAudience ] { - Parameters [1] { Parameter #0 [ $audience ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } Method [ public method validateExpiration ] { - Parameters [1] { Parameter #0 [ int $timestamp ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } Method [ public method validateId ] { - Parameters [1] { Parameter #0 [ string $id ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } Method [ public method validateIssuedAt ] { - Parameters [1] { Parameter #0 [ int $timestamp ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } Method [ public method validateIssuer ] { - Parameters [1] { Parameter #0 [ string $issuer ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } Method [ public method validateNotBefore ] { - Parameters [1] { Parameter #0 [ int $timestamp ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } Method [ public method validateSignature ] { - Parameters [2] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] Parameter #1 [ string $passphrase ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } Method [ private method getTimestamp ] { - Parameters [1] { Parameter #0 [ int $timestamp ] } - Return [ int ] } } } Class [ class Phalcon\Encryption\Security\Random ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method base58 ] { - Parameters [1] { Parameter #0 [ ?int $len = ] } - Return [ string ] } Method [ public method base62 ] { - Parameters [1] { Parameter #0 [ ?int $len = ] } - Return [ string ] } Method [ public method base64 ] { - Parameters [1] { Parameter #0 [ ?int $len = ] } - Return [ string ] } Method [ public method base64Safe ] { - Parameters [2] { Parameter #0 [ ?int $len = ] Parameter #1 [ bool $padding = ] } - Return [ string ] } Method [ public method bytes ] { - Parameters [1] { Parameter #0 [ int $len = ] } - Return [ string ] } Method [ public method hex ] { - Parameters [1] { Parameter #0 [ ?int $len = ] } - Return [ string ] } Method [ public method number ] { - Parameters [1] { Parameter #0 [ int $len ] } - Return [ int ] } Method [ public method uuid ] { - Parameters [0] { } - Return [ string ] } Method [ protected method base ] { - Parameters [3] { Parameter #0 [ string $alphabet ] Parameter #1 [ int $base ] Parameter #2 [ $n = ] } - Return [ string ] } } } Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $cancelable = NULL ] Property [ protected $data = NULL ] Property [ protected $source = NULL ] Property [ protected $stopped = false ] Property [ protected $type = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ string $type ] Parameter #1 [ $source = ] Parameter #2 [ $data = ] Parameter #3 [ bool $cancelable = ] } } Method [ public method getData ] { - Parameters [0] { } } Method [ public method getSource ] { - Parameters [0] { } - Return [ ?object ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method isCancelable ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isStopped ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data = ] } - Return [ Phalcon\Events\EventInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Events\EventInterface ] } Method [ public method stop ] { - Parameters [0] { } - Return [ Phalcon\Events\EventInterface ] } } } Class [ class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { - Constants [1] { Constant [ public int DEFAULT_PRIORITY ] { 100 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $collect = false ] Property [ protected $enablePriorities = false ] Property [ protected $events = NULL ] Property [ protected $responses = NULL ] } - Methods [13] { Method [ public method attach ] { - Parameters [3] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] Parameter #2 [ int $priority = ] } - Return [ void ] } Method [ public method arePrioritiesEnabled ] { - Parameters [0] { } - Return [ bool ] } Method [ public method collectResponses ] { - Parameters [1] { Parameter #0 [ bool $collect ] } - Return [ void ] } Method [ public method detach ] { - Parameters [2] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] } - Return [ void ] } Method [ public method detachAll ] { - Parameters [1] { Parameter #0 [ ?string $type = ] } - Return [ void ] } Method [ public method enablePriorities ] { - Parameters [1] { Parameter #0 [ bool $enablePriorities ] } - Return [ void ] } Method [ public method fire ] { - Parameters [4] { Parameter #0 [ string $eventType ] Parameter #1 [ $source ] Parameter #2 [ $data = ] Parameter #3 [ bool $cancelable = ] } } Method [ final public method fireQueue ] { - Parameters [2] { Parameter #0 [ SplPriorityQueue $queue ] Parameter #1 [ Phalcon\Events\EventInterface $event ] } } Method [ public method getListeners ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ array ] } Method [ public method getResponses ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasListeners ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ bool ] } Method [ public method isCollecting ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isValidHandler ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ bool ] } } } Class [ class Phalcon\Factory\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Filter\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Filter\Filter implements Phalcon\Filter\FilterInterface ] { - Constants [22] { 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_STRING_LEGACY ] { stringlegacy } 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 = NULL ] Property [ protected $services = NULL ] } - Methods [14] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $mapper = [] ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $args ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method sanitize ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ $sanitizers ] Parameter #2 [ bool $noRecursive = ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $service ] } - Return [ void ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $mapper ] } - Return [ void ] } Method [ private method createInstance ] { - Parameters [1] { Parameter #0 [ $definition ] } } Method [ private method processArraySanitizers ] { - Parameters [3] { Parameter #0 [ array $sanitizers ] Parameter #1 [ $value ] Parameter #2 [ bool $noRecursive ] } } 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 = [] ] } } Method [ private method processValueIsArray ] { - Parameters [4] { Parameter #0 [ $value ] Parameter #1 [ string $sanitizerName ] Parameter #2 [ array $sanitizerParams ] Parameter #3 [ bool $noRecursive ] } } Method [ private method processValueIsNotArray ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ string $sanitizerName ] Parameter #2 [ array $sanitizerParams ] } } Method [ private method splitSanitizerParameters ] { - Parameters [2] { Parameter #0 [ $sanitizerKey ] Parameter #1 [ $sanitizer ] } - Return [ array ] } } } 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 getServices ] { - 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 [ string $input ] } - Return [ string ] } } } Class [ class Phalcon\Filter\Sanitize\StringValLegacy ] { - 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\Filter\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Filter\Validation\ValidationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $container = NULL ] Property [ protected $combinedFieldsValidators = NULL ] Property [ protected $data = NULL ] Property [ protected $entity = NULL ] Property [ protected $filters = NULL ] Property [ protected $labels = NULL ] Property [ protected $messages = NULL ] Property [ protected $validators = NULL ] Property [ protected $values = NULL ] } - Methods [25] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $validators = [] ] } } Method [ public method add ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ $data ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method getEntity ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [1] { Parameter #0 [ ?string $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 getValueByEntity ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ string $field ] } } Method [ public method getValueByData ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ string $field ] } } Method [ public method getValue ] { - Parameters [1] { Parameter #0 [ string $field ] } } Method [ public method rule ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } Method [ public method rules ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ array $validators ] } - Return [ Phalcon\Filter\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\Filter\Validation\ValidationInterface ] } Method [ public method setLabels ] { - Parameters [1] { Parameter #0 [ array $labels ] } - Return [ void ] } Method [ public method setValidators ] { - Parameters [1] { Parameter #0 [ array $validators ] } - Return [ Phalcon\Filter\Validation ] } 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ bool ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Filter\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Filter\Validation\Validator\Alnum extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Alpha extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Between extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Callback extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Confirmation extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [14] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ final protected method compare ] { - Parameters [2] { Parameter #0 [ string $a ] Parameter #1 [ string $b ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\CreditCard extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field is...' ] } - Methods [14] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ private method verifyByLuhnAlgorithm ] { - Parameters [1] { Parameter #0 [ string $number ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Date extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field is...' ] } - Methods [14] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ private method checkDate ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $format ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Digit extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Email extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Filter\Validation\Validator\ExclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\File extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $template = NULL ] Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $validators = NULL ] } - Methods [14] { 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\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\File\MimeType extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $messageFileEmpty = 'Field :field mu...' ] Property [ protected $messageIniSize = 'File :field exc...' ] Property [ protected $messageValid = 'Field :field is...' ] Property [ protected $template = 'File :field mus...' ] } - Methods [26] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $messageFileEmpty = 'Field :field mu...' ] Property [ protected $messageIniSize = 'File :field exc...' ] Property [ protected $messageValid = 'Field :field is...' ] Property [ protected $template = 'The resolution ...' ] } - Methods [26] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Max extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $messageFileEmpty = 'Field :field mu...' ] Property [ protected $messageIniSize = 'File :field exc...' ] Property [ protected $messageValid = 'Field :field is...' ] Property [ protected $template = 'File :field exc...' ] } - Methods [26] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Min extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $messageFileEmpty = 'Field :field mu...' ] Property [ protected $messageIniSize = 'File :field exc...' ] Property [ protected $messageValid = 'Field :field is...' ] Property [ protected $template = 'File :field can...' ] } - Methods [26] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\File\Size\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $messageFileEmpty = 'Field :field mu...' ] Property [ protected $messageIniSize = 'File :field exc...' ] Property [ protected $messageValid = 'Field :field is...' ] Property [ protected $template = 'File :field doe...' ] } - Methods [26] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\File\Size\Max extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $messageFileEmpty = 'Field :field mu...' ] Property [ protected $messageIniSize = 'File :field exc...' ] Property [ protected $messageValid = 'Field :field is...' ] Property [ protected $template = 'File :field exc...' ] } - Methods [26] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $messageFileEmpty = 'Field :field mu...' ] Property [ protected $messageIniSize = 'File :field exc...' ] Property [ protected $messageValid = 'Field :field is...' ] Property [ protected $template = 'File :field can...' ] } - Methods [26] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ void ] } Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Identical extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field do...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\InclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Ip extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [2] { Constant [ public int VERSION_4 ] { 1048576 } Constant [ public int VERSION_6 ] { 2097152 } } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Numericality extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field do...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\PresenceOf extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field is...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Regex extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field do...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\StringLength extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $template = NULL ] Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $validators = NULL ] } - Methods [14] { 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\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\StringLength\Max extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\StringLength\Min extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Uniqueness extends Phalcon\Filter\Validation\AbstractCombinedFieldsValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] Property [ private $columnMap = NULL ] } - Methods [16] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ protected method getColumnNameReal ] { - Parameters [2] { Parameter #0 [ $record ] Parameter #1 [ string $field ] } - Return [ string ] } Method [ protected method isUniqueness ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ protected method isUniquenessModel ] { - Parameters [3] { Parameter #0 [ $record ] Parameter #1 [ array $field ] Parameter #2 [ array $values ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Filter\Validation\Validator\Url extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] Property [ protected $template = 'Field :field mu...' ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ int ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } - Return [ Phalcon\Messages\Message ] } } } 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 [11] { Property [ protected $container = NULL ] Property [ protected $autoescape = true ] Property [ protected $automaticHtml = true ] Property [ protected $cssClasses = NULL ] Property [ protected $cssIconClasses = NULL ] Property [ protected $customTemplate = '' ] Property [ protected $escaperService = NULL ] Property [ protected $implicitFlush = true ] Property [ protected $interpolator = NULL ] Property [ protected $messages = NULL ] Property [ protected $sessionService = NULL ] } - Methods [24] { Method [ public method message ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ $message ] } - Return [ ?string ] } Method [ public method output ] { - Parameters [1] { Parameter #0 [ bool $remove = ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ ?string ] } Method [ public method getAutoescape ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getAutomaticHtml ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getCssClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCssIconClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCustomTemplate ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEscaperService ] { - Parameters [0] { } - Return [ Phalcon\Html\Escaper\EscaperInterface ] } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ ?string ] } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ bool $autoescape ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ bool $automaticHtml ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCssIconClasses ] { - Parameters [1] { Parameter #0 [ array $cssIconClasses ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCustomTemplate ] { - Parameters [1] { Parameter #0 [ string $customTemplate ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ bool $implicitFlush ] } - Return [ Phalcon\Flash\AbstractFlash ] } 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 ] } - Return [ ?string ] } 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 Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [1] { Constant [ public string SESSION_KEY ] { _flashMessages } } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $container = NULL ] Property [ protected $autoescape = true ] Property [ protected $automaticHtml = true ] Property [ protected $cssClasses = NULL ] Property [ protected $cssIconClasses = NULL ] Property [ protected $customTemplate = '' ] Property [ protected $escaperService = NULL ] Property [ protected $implicitFlush = true ] Property [ protected $interpolator = NULL ] Property [ protected $messages = NULL ] Property [ protected $sessionService = NULL ] } - Methods [29] { Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method getMessages ] { - Parameters [2] { Parameter #0 [ $type = ] Parameter #1 [ bool $remove = ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ ?string $type = ] } - Return [ bool ] } Method [ public method message ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ $message ] } - Return [ ?string ] } Method [ public method output ] { - Parameters [1] { Parameter #0 [ bool $remove = ] } - Return [ void ] } Method [ protected method getSessionMessages ] { - Parameters [2] { Parameter #0 [ bool $remove ] Parameter #1 [ ?string $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 __construct ] { - Parameters [2] { Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] } } Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ ?string ] } Method [ public method getAutoescape ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getAutomaticHtml ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getCssClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCssIconClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCustomTemplate ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEscaperService ] { - Parameters [0] { } - Return [ Phalcon\Html\Escaper\EscaperInterface ] } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ ?string ] } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ bool $autoescape ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ bool $automaticHtml ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCssIconClasses ] { - Parameters [1] { Parameter #0 [ array $cssIconClasses ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setCustomTemplate ] { - Parameters [1] { Parameter #0 [ string $customTemplate ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] } - Return [ Phalcon\Flash\AbstractFlash ] } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ bool $implicitFlush ] } - Return [ Phalcon\Flash\AbstractFlash ] } 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 ] } - Return [ ?string ] } 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, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputCheckbox' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputDate' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputEmail' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputFile' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputHidden' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputNumeric' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputPassword' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputRadio' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $method = 'inputText' ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $optionsValues = NULL ] } - Methods [39] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $options = ] Parameter #2 [ array $attributes = [] ] } } Method [ public method addOption ] { - Parameters [1] { Parameter #0 [ $option ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getOptions ] { - Parameters [0] { } } 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 [ protected method prepareAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ array ] } 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputSubmit' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $method = 'inputText' ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] Property [ protected $method = 'inputTextarea' ] } - Methods [35] { 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\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue = ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { - Parameters [0] { } } Method [ public method getFilters ] { - Parameters [0] { } } 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 getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 ] { - Parameters [0] { } } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ bool ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } 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 setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Element\AbstractElement ] } 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 [ protected method getLocalTagFactory ] { - Parameters [0] { } - Return [ Phalcon\Html\TagFactory ] } } } Class [ class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 [13] { Property [ protected $container = NULL ] Property [ protected $attributes = NULL ] Property [ protected $data = NULL ] Property [ protected $filteredData = NULL ] Property [ protected $elements = NULL ] Property [ protected $elementsIndexed = NULL ] Property [ protected $entity = NULL ] Property [ protected $messages = NULL ] Property [ protected $position = 0 ] Property [ protected $options = NULL ] Property [ protected $tagFactory = NULL ] Property [ protected $validation = NULL ] Property [ protected $whitelist = NULL ] } - Methods [43] { 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 $position = ] Parameter #2 [ ?bool $type = ] } - Return [ Phalcon\Forms\Form ] } Method [ public method bind ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $entity = ] Parameter #2 [ array $whitelist = [] ] } - Return [ Phalcon\Forms\Form ] } Method [ public method clear ] { - Parameters [1] { Parameter #0 [ $fields = ] } - Return [ Phalcon\Forms\Form ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method current ] { - Parameters [0] { } - Return [ mixed ] } 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 ] { - Parameters [0] { } } Method [ public method getFilteredValue ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getLabel ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } } Method [ public method getMessagesFor ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Messages\Messages ] } Method [ public method getTagFactory ] { - Parameters [0] { } - Return [ ?Phalcon\Html\TagFactory ] } 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 getValidation ] { - Parameters [0] { } - Return [ ?Phalcon\Filter\Validation\ValidationInterface ] } Method [ public method getWhitelist ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method hasMessagesFor ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method isValid ] { - Parameters [3] { Parameter #0 [ $data = ] Parameter #1 [ $entity = ] Parameter #2 [ array $whitelist = [] ] } - Return [ bool ] } Method [ public method key ] { - Parameters [0] { } - Return [ int ] } Method [ public method label ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ ?array $attributes = [] ] } - Return [ string ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAction ] { - Parameters [1] { Parameter #0 [ string $action ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Attributes $attributes ] } - Return [ Phalcon\Html\Attributes\AttributesInterface ] } Method [ public method setEntity ] { - Parameters [1] { Parameter #0 [ $entity ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setTagFactory ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setValidation ] { - Parameters [1] { Parameter #0 [ Phalcon\Filter\Validation\ValidationInterface $validation ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setWhitelist ] { - Parameters [1] { Parameter #0 [ array $whitelist ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Form ] } Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Forms\Manager ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $forms = NULL ] } - Methods [4] { Method [ public method create ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $entity = ] } - Return [ Phalcon\Forms\Form ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Form ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Manager ] } } } Class [ class Phalcon\Html\Attributes extends Phalcon\Support\Collection implements Stringable, Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] } - Methods [32] { Method [ public method render ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $data = [] ] Parameter #1 [ bool $insensitive = ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Html\Breadcrumbs ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ private $elements = NULL ] Property [ private $separator = ' / ' ] Property [ private $template = '
int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Html\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [12] { Method [ public method __invoke ] { - Parameters [4] { Parameter #0 [ string $href ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method processAttributes ] { - Parameters [2] { Parameter #0 [ string $href ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [11] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ ?string $href = ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [11] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [11] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ bool $raw = ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [11] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Doctype implements Stringable ] { - Constants [11] { Constant [ public int HTML32 ] { 1 } Constant [ public int HTML401_STRICT ] { 2 } Constant [ public int HTML401_TRANSITIONAL ] { 3 } Constant [ public int HTML401_FRAMESET ] { 4 } Constant [ public int HTML5 ] { 5 } Constant [ public int XHTML10_STRICT ] { 6 } Constant [ public int XHTML10_TRANSITIONAL ] { 7 } Constant [ public int XHTML10_FRAMESET ] { 8 } Constant [ public int XHTML11 ] { 9 } Constant [ public int XHTML20 ] { 10 } Constant [ public int XHTML5 ] { 11 } } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $delimiter = NULL ] Property [ private $flag = NULL ] } - Methods [3] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ int $flag = ] Parameter #1 [ string $delimiter = ] } - Return [ Phalcon\Html\Helper\Doctype ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [11] { Method [ public method __invoke ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [11] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [11] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $src ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Color extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'color' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Date extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'date' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\DateTime extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'datetime' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\DateTimeLocal extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'datetime-local' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Email extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'email' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\File extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'file' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Hidden extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'hidden' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Image extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'image' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Input extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $type = 'text' ] Property [ protected $attributes = NULL ] } - Methods [14] { Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Month extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'month' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Numeric extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'number' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Password extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'password' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\Checkbox implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $label = NULL ] Property [ protected $type = 'radio' ] } - Methods [14] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\Checkbox ] } Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Range extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'range' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Search extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'search' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Select extends Phalcon\Html\Helper\AbstractList implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $store = NULL ] Property [ protected $elementTag = 'option' ] Property [ protected $inOptGroup = false ] Property [ protected $selected = '' ] } - Methods [20] { Method [ public method add ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ Phalcon\Html\Helper\Input\Select ] } Method [ public method addPlaceholder ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ $value = ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ Phalcon\Html\Helper\Input\Select ] } Method [ public method optGroup ] { - Parameters [2] { Parameter #0 [ ?string $label = ] Parameter #1 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\Select ] } Method [ public method selected ] { - Parameters [1] { Parameter #0 [ string $selected ] } - Return [ Phalcon\Html\Helper\Input\Select ] } Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ protected method optGroupEnd ] { - Parameters [0] { } - Return [ string ] } Method [ protected method optGroupStart ] { - Parameters [2] { Parameter #0 [ string $label ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ private method processValue ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ $value = ] } - Return [ array ] } Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\AbstractList ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'submit' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Tel extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'tel' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Text extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $type = 'text' ] Property [ protected $attributes = NULL ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'textarea' ] } - Methods [13] { Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Time extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'time' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Url extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'url' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Input\Week extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $type = 'week' ] } - Methods [13] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ ?string $value = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ ?string $value = ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] } - Methods [11] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $label ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ bool $raw = ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\Style implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $store = NULL ] } - Methods [16] { Method [ public method add ] { - Parameters [2] { Parameter #0 [ string $url ] Parameter #1 [ array $attributes = [] ] } } Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getAttributes ] { - Parameters [2] { Parameter #0 [ string $url ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ public method setStyle ] { - Parameters [1] { Parameter #0 [ bool $flag ] } - Return [ Phalcon\Html\Helper\Style ] } Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $store = NULL ] } - Methods [18] { Method [ public method add ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Meta ] } Method [ public method addHttp ] { - Parameters [2] { Parameter #0 [ string $httpEquiv ] Parameter #1 [ string $content ] } - Return [ Phalcon\Html\Helper\Meta ] } Method [ public method addName ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $content ] } - Return [ Phalcon\Html\Helper\Meta ] } Method [ public method addProperty ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $content ] } - Return [ Phalcon\Html\Helper\Meta ] } Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ private method addElement ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ string $value ] Parameter #2 [ string $content ] } - Return [ Phalcon\Html\Helper\Meta ] } Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $store = NULL ] } - Methods [15] { Method [ public method add ] { - Parameters [2] { Parameter #0 [ string $url ] Parameter #1 [ array $attributes = [] ] } } Method [ protected method getAttributes ] { - Parameters [2] { Parameter #0 [ string $url ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $append = NULL ] Property [ protected $prepend = NULL ] Property [ protected $title = '' ] Property [ protected $separator = '' ] } - Methods [17] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] } - Return [ Phalcon\Html\Helper\Title ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method append ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ bool $raw = ] } - Return [ Phalcon\Html\Helper\Title ] } Method [ public method get ] { - Parameters [0] { } - Return [ string ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ bool $raw = ] } - Return [ Phalcon\Html\Helper\Title ] } Method [ public method setSeparator ] { - Parameters [2] { Parameter #0 [ string $separator ] Parameter #1 [ bool $raw = ] } - Return [ Phalcon\Html\Helper\Title ] } Method [ public method prepend ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ bool $raw = ] } - Return [ Phalcon\Html\Helper\Title ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $delimiter = '' ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] Property [ protected $elementTag = 'li' ] Property [ protected $store = NULL ] } - Methods [14] { Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } Method [ public method add ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ bool $raw = ] } - Return [ Phalcon\Html\Helper\AbstractList ] } Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $indent = ] Parameter #1 [ ?string $delimiter = ] Parameter #2 [ array $attributes = [] ] } - Return [ Phalcon\Html\Helper\AbstractList ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } Method [ protected method close ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ bool $raw = ] } - Return [ string ] } Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderArrayElements ] { - Parameters [2] { Parameter #0 [ array $elements ] Parameter #1 [ string $delimiter ] } - Return [ string ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes = [] ] Parameter #3 [ bool $raw = ] } - Return [ string ] } Method [ protected method renderTag ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] Parameter #2 [ string $close = ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements Phalcon\Html\Link\Interfaces\LinkInterface, Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes = NULL ] Property [ protected $href = '' ] Property [ protected $rels = NULL ] Property [ protected $templated = false ] } - Methods [20] { Method [ public method withAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ public method withHref ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ public method withRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ public method withoutAttribute ] { - Parameters [1] { Parameter #0 [ string $attribute ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ public method withoutRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getHref ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRels ] { - Parameters [0] { } - Return [ array ] } Method [ public method isTemplated ] { - Parameters [0] { } - Return [ bool ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $rel = ] Parameter #1 [ string $href = ] Parameter #2 [ array $attributes = [] ] } } Method [ protected method doGetAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doGetHref ] { - Parameters [0] { } - Return [ string ] } Method [ protected method doGetRels ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doIsTemplated ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method hrefIsTemplated ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ bool ] } Method [ protected method doWithAttribute ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ protected method doWithHref ] { - Parameters [1] { Parameter #0 [ string $href ] } } Method [ protected method doWithRel ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method doWithoutAttribute ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ protected method doWithoutRel ] { - Parameters [1] { Parameter #0 [ string $key ] } } } } Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements Phalcon\Html\Link\Interfaces\LinkProviderInterface, Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $links = NULL ] } - Methods [10] { Method [ public method withLink ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } Method [ public method withoutLink ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] } - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } Method [ public method getLinks ] { - Parameters [0] { } - Return [ array ] } Method [ public method getLinksByRel ] { - Parameters [1] { Parameter #0 [ $rel ] } - Return [ array ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $links = [] ] } } Method [ protected method doGetLinks ] { - Parameters [0] { } - Return [ array ] } Method [ protected method doGetLinksByRel ] { - Parameters [1] { Parameter #0 [ string $rel ] } - Return [ array ] } Method [ protected method doWithLink ] { - Parameters [1] { Parameter #0 [ $link ] } } Method [ protected method doWithoutLink ] { - Parameters [1] { Parameter #0 [ $link ] } } Method [ protected method getKey ] { - Parameters [1] { Parameter #0 [ $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 ] } } } Class [ class Phalcon\Html\TagFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $mapper = NULL ] Property [ private $escaper = NULL ] Property [ protected $services = NULL ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] Parameter #1 [ array $services = [] ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $arguments ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $method ] } - Return [ void ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Http\Cookie extends Phalcon\Di\AbstractInjectionAware implements Stringable, Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Cookie\CookieInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [14] { Property [ protected $container = NULL ] Property [ protected $domain = NULL ] Property [ protected $expire = NULL ] Property [ protected $filter = NULL ] Property [ protected $httpOnly = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $path = NULL ] Property [ protected $read = false ] Property [ protected $restored = false ] Property [ protected $secure = true ] Property [ protected $signKey = NULL ] Property [ protected $useEncryption = false ] Property [ protected $value = NULL ] } - Methods [27] { Method [ public method __construct ] { - Parameters [8] { Parameter #0 [ string $name ] Parameter #1 [ $value = ] Parameter #2 [ int $expire = ] Parameter #3 [ string $path = ] Parameter #4 [ ?bool $secure = ] Parameter #5 [ ?string $domain = ] Parameter #6 [ ?bool $httpOnly = ] Parameter #7 [ array $options = [] ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method delete ] { - Parameters [0] { } } Method [ public method getDomain ] { - Parameters [0] { } - Return [ string ] } Method [ public method getExpiration ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHttpOnly ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSecure ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getValue ] { - Parameters [2] { Parameter #0 [ $filters = ] Parameter #1 [ $defaultValue = ] } } Method [ public method isUsingEncryption ] { - Parameters [0] { } - Return [ bool ] } Method [ public method restore ] { - Parameters [0] { } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method send ] { - Parameters [0] { } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method setDomain ] { - Parameters [1] { Parameter #0 [ string $domain ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method setExpiration ] { - Parameters [1] { Parameter #0 [ int $expire ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method setHttpOnly ] { - Parameters [1] { Parameter #0 [ bool $httpOnly ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ string $path ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method setSecure ] { - Parameters [1] { Parameter #0 [ bool $secure ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method setSignKey ] { - Parameters [1] { Parameter #0 [ ?string $signKey = ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method useEncryption ] { - Parameters [1] { Parameter #0 [ bool $useEncryption ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ protected method assertSignKeyIsLongEnough ] { - Parameters [1] { Parameter #0 [ string $signKey ] } - Return [ void ] } Method [ private method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } 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 Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Http\Request extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\RequestInterface, Phalcon\Http\Message\RequestMethodInterface ] { - Constants [10] { Constant [ public string METHOD_CONNECT ] { CONNECT } Constant [ public string METHOD_DELETE ] { DELETE } Constant [ public string METHOD_GET ] { GET } Constant [ public string METHOD_HEAD ] { HEAD } Constant [ public string METHOD_OPTIONS ] { OPTIONS } Constant [ public string METHOD_PATCH ] { PATCH } Constant [ public string METHOD_POST ] { POST } Constant [ public string METHOD_PURGE ] { PURGE } Constant [ public string METHOD_PUT ] { PUT } Constant [ public string METHOD_TRACE ] { TRACE } } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $container = NULL ] Property [ private $filterService = NULL ] Property [ private $httpMethodParameterOverride = false ] Property [ private $queryFilters = NULL ] Property [ private $putCache = NULL ] Property [ private $rawBody = '' ] Property [ private $strictHostCheck = false ] } - Methods [71] { Method [ public method get ] { - Parameters [5] { Parameter #0 [ ?string $name = ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] Parameter #3 [ bool $notAllowEmpty = ] Parameter #4 [ bool $noRecursive = ] } } Method [ public method getAcceptableContent ] { - Parameters [0] { } - Return [ array ] } Method [ public method getBasicAuth ] { - Parameters [0] { } - Return [ ?array ] } 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 getHttpMethodParameterOverride ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getPreferredIsoLocaleVariant ] { - Parameters [0] { } - Return [ string ] } Method [ public method getClientAddress ] { - Parameters [1] { Parameter #0 [ bool $trustForwardedHeader = ] } } Method [ public method getClientCharsets ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContentType ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getDigestAuth ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFilteredQuery ] { - Parameters [4] { Parameter #0 [ ?string $name = ] Parameter #1 [ $defaultValue = ] Parameter #2 [ bool $notAllowEmpty = ] Parameter #3 [ bool $noRecursive = ] } } Method [ public method getFilteredPost ] { - Parameters [4] { Parameter #0 [ ?string $name = ] Parameter #1 [ $defaultValue = ] Parameter #2 [ bool $notAllowEmpty = ] Parameter #3 [ bool $noRecursive = ] } } Method [ public method getFilteredPut ] { - Parameters [4] { Parameter #0 [ ?string $name = ] Parameter #1 [ $defaultValue = ] Parameter #2 [ bool $notAllowEmpty = ] Parameter #3 [ bool $noRecursive = ] } } Method [ final public method getHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method getHttpHost ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHTTPReferer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getJsonRawBody ] { - Parameters [1] { Parameter #0 [ bool $associative = ] } } Method [ public method getLanguages ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getMethod ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPort ] { - Parameters [0] { } - Return [ int ] } Method [ public method getPost ] { - Parameters [5] { Parameter #0 [ ?string $name = ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] Parameter #3 [ bool $notAllowEmpty = ] Parameter #4 [ bool $noRecursive = ] } } Method [ public method getPut ] { - Parameters [5] { Parameter #0 [ ?string $name = ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] Parameter #3 [ bool $notAllowEmpty = ] Parameter #4 [ bool $noRecursive = ] } } Method [ public method getQuery ] { - Parameters [5] { Parameter #0 [ ?string $name = ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] Parameter #3 [ bool $notAllowEmpty = ] Parameter #4 [ bool $noRecursive = ] } } Method [ public method getRawBody ] { - Parameters [0] { } - Return [ string ] } Method [ public method getScheme ] { - Parameters [0] { } - Return [ string ] } Method [ public method getServer ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ ?string ] } Method [ public method getServerAddress ] { - Parameters [0] { } - Return [ string ] } Method [ public method getServerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUploadedFiles ] { - Parameters [2] { Parameter #0 [ bool $onlySuccessful = ] Parameter #1 [ bool $namedKeys = ] } - Return [ array ] } Method [ final public method getURI ] { - Parameters [1] { Parameter #0 [ bool $onlyPath = ] } - Return [ string ] } Method [ public method getUserAgent ] { - Parameters [0] { } - Return [ string ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method hasFiles ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ bool ] } Method [ public method hasPost ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method hasPut ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method hasQuery ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ final public method hasServer ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method isAjax ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isConnect ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isDelete ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isGet ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isHead ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isMethod ] { - Parameters [2] { Parameter #0 [ $methods ] Parameter #1 [ bool $strict = ] } - Return [ bool ] } Method [ public method isOptions ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isPatch ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isPost ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isPut ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isPurge ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isSecure ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isStrictHostCheck ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isSoap ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isTrace ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isValidHttpMethod ] { - Parameters [1] { Parameter #0 [ string $method ] } - Return [ bool ] } Method [ public method numFiles ] { - Parameters [1] { Parameter #0 [ bool $onlySuccessful = ] } - Return [ int ] } Method [ public method setHttpMethodParameterOverride ] { - Parameters [1] { Parameter #0 [ bool $override ] } - Return [ Phalcon\Http\Request ] } Method [ public method setParameterFilters ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ array $filters = [] ] Parameter #2 [ array $scope = [] ] } - Return [ Phalcon\Http\RequestInterface ] } Method [ public method setStrictHostCheck ] { - Parameters [1] { Parameter #0 [ bool $flag = ] } - Return [ Phalcon\Http\RequestInterface ] } Method [ final protected method getBestQuality ] { - Parameters [2] { Parameter #0 [ array $qualityParts ] Parameter #1 [ string $name ] } - Return [ string ] } Method [ final protected method getHelper ] { - Parameters [6] { Parameter #0 [ array $source ] Parameter #1 [ ?string $name = ] Parameter #2 [ $filters = ] Parameter #3 [ $defaultValue = ] Parameter #4 [ bool $notAllowEmpty = ] Parameter #5 [ bool $noRecursive = ] } } Method [ final protected method hasFileHelper ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ bool $onlySuccessful ] } - Return [ int ] } Method [ final protected method getQualityHeader ] { - Parameters [2] { Parameter #0 [ string $serverIndex ] Parameter #1 [ string $name ] } - Return [ array ] } Method [ protected method resolveAuthorizationHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method smoothFiles ] { - Parameters [6] { Parameter #0 [ array $names ] Parameter #1 [ array $types ] Parameter #2 [ array $tmp_names ] Parameter #3 [ array $sizes ] Parameter #4 [ array $errors ] Parameter #5 [ string $prefix ] } - Return [ array ] } Method [ private method getFilterService ] { - Parameters [0] { } - Return [ Phalcon\Filter\FilterInterface ] } Method [ private method getServerArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Http\Request\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $error = NULL ] Property [ protected $extension = NULL ] Property [ protected $key = NULL ] Property [ protected $name = NULL ] Property [ protected $realType = NULL ] Property [ protected $size = 0 ] Property [ protected $tmp = NULL ] Property [ protected $type = NULL ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $file ] Parameter #1 [ $key = ] } } Method [ public method getError ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getExtension ] { - Parameters [0] { } - Return [ string ] } Method [ public method getKey ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSize ] { - Parameters [0] { } - Return [ int ] } Method [ public method getTempName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method isUploadedFile ] { - Parameters [0] { } - Return [ bool ] } Method [ public method moveTo ] { - Parameters [1] { Parameter #0 [ string $destination ] } - Return [ bool ] } Method [ private method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Http\Message\ResponseStatusCodeInterface ] { - Constants [88] { Constant [ public int STATUS_CONTINUE ] { 100 } Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } Constant [ public int STATUS_PROCESSING ] { 102 } Constant [ public int STATUS_EARLY_HINTS ] { 103 } Constant [ public int STATUS_OK ] { 200 } Constant [ public int STATUS_CREATED ] { 201 } Constant [ public int STATUS_ACCEPTED ] { 202 } Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } Constant [ public int STATUS_NO_CONTENT ] { 204 } Constant [ public int STATUS_RESET_CONTENT ] { 205 } Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } Constant [ public int STATUS_MULTI_STATUS ] { 207 } Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } Constant [ public int STATUS_IM_USED ] { 226 } Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } Constant [ public int STATUS_FOUND ] { 302 } Constant [ public int STATUS_SEE_OTHER ] { 303 } Constant [ public int STATUS_NOT_MODIFIED ] { 304 } Constant [ public int STATUS_USE_PROXY ] { 305 } Constant [ public int STATUS_RESERVED ] { 306 } Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } Constant [ public int STATUS_BAD_REQUEST ] { 400 } Constant [ public int STATUS_UNAUTHORIZED ] { 401 } Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } Constant [ public int STATUS_FORBIDDEN ] { 403 } Constant [ public int STATUS_NOT_FOUND ] { 404 } Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } Constant [ public int STATUS_CONFLICT ] { 409 } Constant [ public int STATUS_GONE ] { 410 } Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } Constant [ public int STATUS_URI_TOO_LONG ] { 414 } Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } Constant [ public int STATUS_LOCKED ] { 423 } Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } Constant [ public int STATUS_TOO_EARLY ] { 425 } Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } Constant [ public int STATUS_BAD_GATEWAY ] { 502 } Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } Constant [ public int STATUS_LOOP_DETECTED ] { 508 } Constant [ public int STATUS_NOT_EXTENDED ] { 510 } Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } Constant [ public int STATUS_THIS_IS_FINE ] { 218 } Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } Constant [ public int STATUS_METHOD_FAILURE ] { 420 } Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } Constant [ public int STATUS_NO_RESPONSE ] { 444 } Constant [ public int STATUS_RETRY_WITH ] { 449 } Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $container = NULL ] Property [ protected $content = NULL ] Property [ protected $cookies = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $file = NULL ] Property [ protected $headers = NULL ] Property [ protected $sent = false ] Property [ protected $statusCodes = NULL ] } - Methods [36] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ ?string $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 ] } Method [ public method getStatusCode ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method isSent ] { - Parameters [0] { } - Return [ bool ] } Method [ public method redirect ] { - Parameters [3] { Parameter #0 [ $location = ] Parameter #1 [ bool $externalRedirect = ] Parameter #2 [ int $statusCode = ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method removeHeader ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method resetHeaders ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method send ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method sendCookies ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method sendHeaders ] { - Parameters [0] { } } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ int $minutes ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setContentLength ] { - Parameters [1] { Parameter #0 [ int $contentLength ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setContentType ] { - Parameters [2] { Parameter #0 [ string $contentType ] Parameter #1 [ $charset = ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setCookies ] { - Parameters [1] { Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setEtag ] { - Parameters [1] { Parameter #0 [ string $etag ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setExpires ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setFileToSend ] { - Parameters [3] { Parameter #0 [ string $filePath ] Parameter #1 [ $attachmentName = ] Parameter #2 [ $attachment = ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setHeader ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $value ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setHeaders ] { - Parameters [1] { Parameter #0 [ Phalcon\Http\Response\HeadersInterface $headers ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setJsonContent ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ int $jsonOptions = ] Parameter #2 [ int $depth = ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setLastModified ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setNotModified ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setStatusCode ] { - Parameters [2] { Parameter #0 [ int $code ] Parameter #1 [ ?string $message = ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setRawHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ private method getBasename ] { - Parameters [2] { Parameter #0 [ string $uri ] Parameter #1 [ $suffix = ] } - Return [ string ] } Method [ private method encode ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ int $options = ] Parameter #2 [ int $depth = ] } - Return [ string ] } } } 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 [6] { Property [ protected $container = NULL ] Property [ protected $cookies = NULL ] Property [ protected $isSent = false ] Property [ protected $registered = false ] Property [ protected $signKey = NULL ] Property [ protected $useEncryption = true ] } - Methods [14] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ bool $useEncryption = ] Parameter #1 [ ?string $signKey = ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } Method [ public method getCookies ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method isSent ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isUsingEncryption ] { - Parameters [0] { } - Return [ bool ] } Method [ public method reset ] { - Parameters [0] { } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ public method send ] { - Parameters [0] { } - Return [ bool ] } Method [ public method set ] { - Parameters [8] { Parameter #0 [ string $name ] Parameter #1 [ $value = ] Parameter #2 [ int $expire = ] Parameter #3 [ string $path = ] Parameter #4 [ ?bool $secure = ] Parameter #5 [ ?string $domain = ] Parameter #6 [ ?bool $httpOnly = ] Parameter #7 [ array $options = [] ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ public method setSignKey ] { - Parameters [1] { Parameter #0 [ ?string $signKey = ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ public method useEncryption ] { - Parameters [1] { Parameter #0 [ bool $useEncryption ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Http\Response\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $headers = NULL ] Property [ protected $isSent = false ] } - Methods [9] { Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method isSent ] { - Parameters [0] { } - Return [ bool ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ public method reset ] { - Parameters [0] { } } Method [ public method send ] { - Parameters [0] { } - Return [ bool ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $value ] } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ public method setRaw ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } } } Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $file = NULL ] Property [ protected $height = NULL ] Property [ protected $image = NULL ] Property [ protected $mime = NULL ] Property [ protected $realpath = NULL ] Property [ protected $type = NULL ] Property [ protected $width = NULL ] } - Methods [40] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $file ] Parameter #1 [ ?int $width = ] Parameter #2 [ ?int $height = ] } } Method [ public method __destruct ] { - Parameters [0] { } } Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } Method [ protected method processBackground ] { - Parameters [4] { Parameter #0 [ int $red ] Parameter #1 [ int $green ] Parameter #2 [ int $blue ] Parameter #3 [ int $opacity ] } - Return [ void ] } Method [ protected method processBlur ] { - Parameters [1] { Parameter #0 [ int $radius ] } - Return [ void ] } Method [ protected method processCreate ] { - Parameters [2] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] } } Method [ protected method processCrop ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $offsetX ] Parameter #3 [ int $offsetY ] } - Return [ void ] } Method [ protected method processFlip ] { - Parameters [1] { Parameter #0 [ int $direction ] } - Return [ void ] } Method [ protected method processMask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } } Method [ protected method processPixelate ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ void ] } Method [ protected method processReflection ] { - Parameters [3] { Parameter #0 [ int $height ] Parameter #1 [ int $opacity ] Parameter #2 [ bool $fadeIn ] } - Return [ void ] } Method [ protected method processRender ] { - Parameters [2] { Parameter #0 [ string $extension ] Parameter #1 [ int $quality ] } } Method [ protected method processResize ] { - Parameters [2] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] } - Return [ void ] } Method [ protected method processRotate ] { - Parameters [1] { Parameter #0 [ int $degrees ] } - Return [ void ] } Method [ protected method processSave ] { - Parameters [2] { Parameter #0 [ string $file ] Parameter #1 [ int $quality ] } - Return [ bool ] } Method [ protected method processSharpen ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ void ] } Method [ protected method processText ] { - Parameters [9] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ int $opacity ] Parameter #4 [ int $red ] Parameter #5 [ int $green ] Parameter #6 [ int $blue ] Parameter #7 [ int $size ] Parameter #8 [ ?string $fontFile = ] } - Return [ void ] } Method [ protected method processWatermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ int $offsetX ] Parameter #2 [ int $offsetY ] Parameter #3 [ int $opacity ] } - Return [ void ] } Method [ private method check ] { - Parameters [0] { } - Return [ void ] } Method [ public method background ] { - Parameters [2] { Parameter #0 [ string $color ] Parameter #1 [ int $opacity = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ int $radius ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ ?int $offsetX = ] Parameter #3 [ ?int $offsetY = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ int $direction ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method getHeight ] { - Parameters [0] { } - Return [ int ] } Method [ public method getImage ] { - Parameters [0] { } } Method [ public method getMime ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealpath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method getWidth ] { - Parameters [0] { } - Return [ int ] } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ int $height ] Parameter #1 [ int $opacity = ] Parameter #2 [ bool $fadeIn = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ ?string $extension = ] Parameter #1 [ int $quality = ] } - Return [ string ] } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ ?int $width = ] Parameter #1 [ ?int $height = ] Parameter #2 [ int $master = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ int $degrees ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method save ] { - Parameters [2] { Parameter #0 [ ?string $file = ] Parameter #1 [ int $quality = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method text ] { - Parameters [7] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX = ] Parameter #2 [ $offsetY = ] Parameter #3 [ int $opacity = ] Parameter #4 [ string $color = ] Parameter #5 [ int $size = ] Parameter #6 [ ?string $fontFile = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ int $offsetX = ] Parameter #2 [ int $offsetY = ] Parameter #3 [ int $opacity = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ protected method checkHighLow ] { - Parameters [3] { Parameter #0 [ int $value ] Parameter #1 [ int $min = ] Parameter #2 [ int $max = ] } - Return [ int ] } } } Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $file = NULL ] Property [ protected $height = NULL ] Property [ protected $image = NULL ] Property [ protected $mime = NULL ] Property [ protected $realpath = NULL ] Property [ protected $type = NULL ] Property [ protected $width = NULL ] Property [ protected $version = 0 ] } - Methods [40] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $file ] Parameter #1 [ ?int $width = ] Parameter #2 [ ?int $height = ] } } Method [ public method __destruct ] { - Parameters [0] { } } Method [ public method liquidRescale ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $deltaX = ] Parameter #3 [ int $rigidity = ] } - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } Method [ public method setResourceLimit ] { - Parameters [2] { Parameter #0 [ int $type ] Parameter #1 [ int $limit ] } - Return [ void ] } Method [ protected method processBackground ] { - Parameters [4] { Parameter #0 [ int $red ] Parameter #1 [ int $green ] Parameter #2 [ int $blue ] Parameter #3 [ int $opacity ] } - Return [ void ] } Method [ protected method processBlur ] { - Parameters [1] { Parameter #0 [ int $radius ] } - Return [ void ] } Method [ protected method processCrop ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $offsetX ] Parameter #3 [ int $offsetY ] } - Return [ void ] } Method [ protected method processFlip ] { - Parameters [1] { Parameter #0 [ int $direction ] } - Return [ void ] } Method [ protected method processMask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] } - Return [ void ] } Method [ protected method processPixelate ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ void ] } Method [ protected method processReflection ] { - Parameters [3] { Parameter #0 [ int $height ] Parameter #1 [ int $opacity ] Parameter #2 [ bool $fadeIn ] } - Return [ void ] } Method [ protected method processRender ] { - Parameters [2] { Parameter #0 [ string $extension ] Parameter #1 [ int $quality ] } - Return [ string ] } Method [ protected method processResize ] { - Parameters [2] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] } - Return [ void ] } Method [ protected method processRotate ] { - Parameters [1] { Parameter #0 [ int $degrees ] } - Return [ void ] } Method [ protected method processSave ] { - Parameters [2] { Parameter #0 [ string $file ] Parameter #1 [ int $quality ] } - Return [ void ] } Method [ protected method processSharpen ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ void ] } Method [ protected method processText ] { - Parameters [9] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ int $opacity ] Parameter #4 [ int $red ] Parameter #5 [ int $green ] Parameter #6 [ int $blue ] Parameter #7 [ int $size ] Parameter #8 [ ?string $fontFile = ] } - Return [ void ] } Method [ protected method processWatermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] Parameter #1 [ int $offsetX ] Parameter #2 [ int $offsetY ] Parameter #3 [ int $opacity ] } - Return [ void ] } Method [ private method check ] { - Parameters [0] { } - Return [ void ] } Method [ public method background ] { - Parameters [2] { Parameter #0 [ string $color ] Parameter #1 [ int $opacity = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ int $radius ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ ?int $offsetX = ] Parameter #3 [ ?int $offsetY = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ int $direction ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method getHeight ] { - Parameters [0] { } - Return [ int ] } Method [ public method getImage ] { - Parameters [0] { } } Method [ public method getMime ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealpath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method getWidth ] { - Parameters [0] { } - Return [ int ] } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ int $height ] Parameter #1 [ int $opacity = ] Parameter #2 [ bool $fadeIn = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ ?string $extension = ] Parameter #1 [ int $quality = ] } - Return [ string ] } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ ?int $width = ] Parameter #1 [ ?int $height = ] Parameter #2 [ int $master = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ int $degrees ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method save ] { - Parameters [2] { Parameter #0 [ ?string $file = ] Parameter #1 [ int $quality = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ int $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method text ] { - Parameters [7] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX = ] Parameter #2 [ $offsetY = ] Parameter #3 [ int $opacity = ] Parameter #4 [ string $color = ] Parameter #5 [ int $size = ] Parameter #6 [ ?string $fontFile = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ int $offsetX = ] Parameter #2 [ int $offsetY = ] Parameter #3 [ int $opacity = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ protected method checkHighLow ] { - Parameters [3] { Parameter #0 [ int $value ] Parameter #1 [ int $min = ] Parameter #2 [ int $max = ] } - Return [ int ] } } } Class [ class Phalcon\Image\Enum ] { - Constants [9] { Constant [ public int AUTO ] { 4 } Constant [ public int HEIGHT ] { 3 } Constant [ public int INVERSE ] { 5 } Constant [ public int NONE ] { 1 } Constant [ public int PRECISE ] { 6 } Constant [ public int TENSILE ] { 7 } Constant [ public int WIDTH ] { 2 } Constant [ public int HORIZONTAL ] { 11 } Constant [ public int VERTICAL ] { 12 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Image\ImageFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method newInstance ] { - Parameters [4] { Parameter #0 [ string $name ] Parameter #1 [ string $file ] Parameter #2 [ ?int $width = ] Parameter #3 [ ?int $height = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ private method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Logger\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [9] { 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 getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } 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 = 'Phalcon\Logger\...' ] Property [ protected $formatter = NULL ] Property [ protected $inTransaction = false ] Property [ protected $queue = NULL ] } - Methods [13] { Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ public method __destruct ] { - Parameters [0] { } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ protected method getFormattedItem ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } } } 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 [7] { Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] Property [ protected $formatter = NULL ] Property [ protected $inTransaction = false ] Property [ protected $queue = NULL ] Property [ protected $mode = 'ab' ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] } - Methods [16] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options = [] ] } } Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ protected method phpFopen ] { - Parameters [2] { Parameter #0 [ string $filename ] Parameter #1 [ string $mode ] } } Method [ public method __destruct ] { - Parameters [0] { } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ protected method getFormattedItem ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } } } 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 $defaultFormatter = 'Phalcon\Logger\...' ] Property [ protected $formatter = NULL ] Property [ protected $inTransaction = false ] Property [ protected $queue = NULL ] Property [ protected $facility = 0 ] Property [ protected $name = '' ] Property [ protected $opened = false ] Property [ protected $option = 0 ] } - Methods [16] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options = [] ] } } Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ protected method openlog ] { - Parameters [3] { Parameter #0 [ string $ident ] Parameter #1 [ int $option ] Parameter #2 [ int $facility ] } - Return [ bool ] } Method [ private method logLevelToSyslog ] { - Parameters [1] { Parameter #0 [ int $level ] } - Return [ int ] } Method [ public method __destruct ] { - Parameters [0] { } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ protected method getFormattedItem ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } } } Class [ class Phalcon\Logger\Enum ] { - Constants [9] { Constant [ public int ALERT ] { 2 } Constant [ public int CRITICAL ] { 1 } Constant [ public int CUSTOM ] { 8 } Constant [ public int DEBUG ] { 7 } Constant [ public int EMERGENCY ] { 0 } Constant [ public int ERROR ] { 3 } Constant [ public int INFO ] { 6 } Constant [ public int NOTICE ] { 5 } Constant [ public int WARNING ] { 4 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = 'c' ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $dateFormat = ] } } Method [ public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } Method [ public method getDateFormat ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getFormattedDate ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } Method [ public method setDateFormat ] { - Parameters [1] { Parameter #0 [ string $format ] } - Return [ void ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $dateFormat = 'c' ] Property [ protected $format = NULL ] } - Methods [12] { 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 getFormat ] { - Parameters [0] { } - Return [ string ] } Method [ public method setFormat ] { - Parameters [1] { Parameter #0 [ string $format ] } - Return [ Phalcon\Logger\Formatter\Line ] } Method [ public method getDateFormat ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getFormattedDate ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } Method [ public method setDateFormat ] { - Parameters [1] { Parameter #0 [ string $format ] } - Return [ void ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Logger\Item ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $context = NULL ] Property [ protected $dateTime = NULL ] Property [ protected $message = NULL ] Property [ protected $level = NULL ] Property [ protected $levelName = NULL ] } - Methods [6] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ string $message ] Parameter #1 [ string $levelName ] Parameter #2 [ int $level ] Parameter #3 [ DateTimeImmutable $dateTime ] Parameter #4 [ array $context = [] ] } } Method [ public method getContext ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDateTime ] { - Parameters [0] { } - Return [ DateTimeImmutable ] } Method [ public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ public method getLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method getLevelName ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Logger\Logger extends Phalcon\Logger\AbstractLogger implements Phalcon\Logger\LoggerInterface ] { - Constants [9] { Constant [ public int ALERT ] { 2 } Constant [ public int CRITICAL ] { 1 } Constant [ public int CUSTOM ] { 8 } Constant [ public int DEBUG ] { 7 } Constant [ public int EMERGENCY ] { 0 } Constant [ public int ERROR ] { 3 } Constant [ public int INFO ] { 6 } Constant [ public int NOTICE ] { 5 } Constant [ public int WARNING ] { 4 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapters = NULL ] Property [ protected $excluded = NULL ] Property [ protected $logLevel = 8 ] Property [ protected $name = '' ] Property [ protected $timezone = NULL ] } - Methods [22] { Method [ public method alert ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method error ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method info ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $level ] Parameter #1 [ string $message ] Parameter #2 [ array $context = [] ] } - Return [ void ] } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ array $adapters = [] ] Parameter #2 [ ?DateTimeZone $timezone = ] } } Method [ public method addAdapter ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] } - Return [ Phalcon\Logger\AbstractLogger ] } Method [ public method excludeAdapters ] { - Parameters [1] { Parameter #0 [ array $adapters = [] ] } - Return [ Phalcon\Logger\AbstractLogger ] } 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 getLogLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method removeAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Logger\AbstractLogger ] } Method [ public method setAdapters ] { - Parameters [1] { Parameter #0 [ array $adapters ] } - Return [ Phalcon\Logger\AbstractLogger ] } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ int $level ] } - Return [ Phalcon\Logger\AbstractLogger ] } Method [ protected method addMessage ] { - Parameters [3] { Parameter #0 [ int $level ] Parameter #1 [ string $message ] Parameter #2 [ array $context = [] ] } - Return [ bool ] } Method [ protected method getLevelNumber ] { - Parameters [1] { Parameter #0 [ $level ] } - Return [ int ] } Method [ protected method getLevels ] { - Parameters [0] { } - Return [ array ] } } } Class [ class Phalcon\Logger\LoggerFactory extends Phalcon\Factory\AbstractConfigFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $adapterFactory = NULL ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\AdapterFactory $factory ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ Phalcon\Logger\Logger ] } Method [ public method newInstance ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ array $adapters = [] ] Parameter #2 [ ?DateTimeZone $timezone = ] } - Return [ Phalcon\Logger\Logger ] } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Messages\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Messages\Message implements Stringable, Phalcon\Messages\MessageInterface, JsonSerializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $code = NULL ] Property [ protected $field = NULL ] Property [ protected $message = NULL ] Property [ protected $type = NULL ] Property [ protected $metaData = NULL ] } - Methods [13] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ string $message ] Parameter #1 [ $field = ] Parameter #2 [ string $type = ] Parameter #3 [ int $code = ] Parameter #4 [ array $metaData = [] ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method getCode ] { - Parameters [0] { } - Return [ int ] } Method [ public method getField ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMetaData ] { - Parameters [0] { } - Return [ array ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method setCode ] { - Parameters [1] { Parameter #0 [ int $code ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method setField ] { - Parameters [1] { Parameter #0 [ $field ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method setMessage ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method setMetaData ] { - Parameters [1] { Parameter #0 [ array $metaData ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Messages\MessageInterface ] } } } Class [ class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $position = 0 ] Property [ protected $messages = NULL ] } - Methods [15] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $messages = [] ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } } Method [ public method appendMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method current ] { - Parameters [0] { } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $fieldName ] } - Return [ array ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method key ] { - Parameters [0] { } - Return [ int ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $message ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ void ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } } } Class [ class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $container = NULL ] Property [ protected $defaultModule = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $modules = NULL ] Property [ protected $implicitView = true ] Property [ protected $sendCookies = true ] Property [ protected $sendHeaders = true ] } - Methods [16] { Method [ public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } } Method [ public method sendCookiesOnHandleRequest ] { - Parameters [1] { Parameter #0 [ bool $sendCookies ] } - Return [ Phalcon\Mvc\Application ] } Method [ public method sendHeadersOnHandleRequest ] { - Parameters [1] { Parameter #0 [ bool $sendHeaders ] } - Return [ Phalcon\Mvc\Application ] } Method [ public method useImplicitView ] { - Parameters [1] { Parameter #0 [ bool $implicitView ] } - Return [ Phalcon\Mvc\Application ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method getDefaultModule ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getModules ] { - Parameters [0] { } - Return [ array ] } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $defaultModule ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] } - Methods [5] { Method [ final public method __construct ] { - Parameters [0] { } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [26] { Property [ protected $container = NULL ] Property [ protected $activeHandler = NULL ] Property [ protected $activeMethodMap = NULL ] Property [ protected $actionName = NULL ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $camelCaseMap = NULL ] Property [ protected $defaultNamespace = NULL ] Property [ protected $handlerHashes = NULL ] Property [ protected $handlerName = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $finished = false ] Property [ protected $forwarded = false ] Property [ protected $isControllerInitialize = false ] Property [ protected $lastHandler = NULL ] Property [ protected $modelBinder = NULL ] Property [ protected $modelBinding = false ] Property [ protected $moduleName = NULL ] Property [ protected $namespaceName = NULL ] Property [ protected $params = NULL ] Property [ protected $previousActionName = NULL ] Property [ protected $previousHandlerName = NULL ] Property [ protected $previousNamespaceName = NULL ] Property [ protected $returnedValue = NULL ] Property [ protected $defaultAction = 'index' ] Property [ protected $defaultHandler = 'index' ] Property [ protected $handlerSuffix = 'Controller' ] } - Methods [48] { Method [ public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] } - Return [ void ] } Method [ public method getActiveController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } Method [ public method getControllerClass ] { - Parameters [0] { } - Return [ string ] } Method [ public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getLastController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } Method [ public method getPreviousActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPreviousControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPreviousNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method setControllerName ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } } Method [ public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ string $controllerSuffix ] } } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } } Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ protected method throwDispatchException ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ int $exceptionCode = ] } } Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ string $actionMethod ] Parameter #2 [ array $params = [] ] } } Method [ public method dispatch ] { - Parameters [0] { } } 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 ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters = ] Parameter #2 [ $defaultValue = ] } } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ bool ] } Method [ public method isFinished ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - 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 ] { - Parameters [0] { } } Method [ public method wasForwarded ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method resolveEmptyProperties ] { - Parameters [0] { } - Return [ void ] } Method [ protected method toCamelCase ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] { - Constants [6] { Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } Constant [ public int EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] Property [ protected $afterBindingHandlers = NULL ] Property [ protected $afterHandlers = NULL ] Property [ protected $beforeHandlers = NULL ] Property [ protected $container = NULL ] Property [ protected $errorHandler = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $finishHandlers = NULL ] Property [ protected $handlers = NULL ] Property [ protected $modelBinder = NULL ] Property [ protected $notFoundHandler = NULL ] Property [ protected $responseHandler = NULL ] Property [ protected $returnedValue = NULL ] Property [ protected $router = NULL ] Property [ protected $stopped = false ] } - Methods [41] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Di\DiInterface $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 ] { - Parameters [0] { } } Method [ public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } 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 ] } Method [ public method getReturnedValue ] { - Parameters [0] { } } Method [ public method getRouter ] { - Parameters [0] { } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $serviceName ] } } Method [ public method getSharedService ] { - Parameters [1] { Parameter #0 [ string $serviceName ] } } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } } Method [ public method hasService ] { - Parameters [1] { Parameter #0 [ string $serviceName ] } - Return [ bool ] } Method [ public method head ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method map ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ mixed ] } 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 options ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method patch ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method post ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method put ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method setActiveHandler ] { - Parameters [1] { Parameter #0 [ $activeHandler ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache = ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method setResponseHandler ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method setService ] { - Parameters [3] { Parameter #0 [ string $serviceName ] Parameter #1 [ $definition ] Parameter #2 [ bool $shared = ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method stop ] { - Parameters [0] { } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } } } Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $handler = NULL ] Property [ protected $handlers = NULL ] Property [ protected $lazy = false ] Property [ protected $prefix = '' ] } - Methods [17] { Method [ public method delete ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method getHandler ] { - Parameters [0] { } } 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 $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method isLazy ] { - Parameters [0] { } - Return [ bool ] } Method [ public method map ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $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 $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method options ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method patch ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method post ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method put ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ ?string $name = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method setHandler ] { - Parameters [2] { Parameter #0 [ $handler ] Parameter #1 [ bool $lazy = ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method setLazy ] { - Parameters [1] { Parameter #0 [ bool $lazy ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method setPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ protected method addMap ] { - Parameters [4] { Parameter #0 [ $method ] Parameter #1 [ string $routePattern ] Parameter #2 [ $handler ] Parameter #3 [ ?string $name = ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Mvc\Micro\LazyLoader ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $definition = NULL ] Property [ protected $handler = NULL ] } - Methods [4] { 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 $modelBinder = ] } } Method [ public method getDefinition ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHandler ] { - Parameters [0] { } - Return [ ?object ] } } } Class [ abstract class Phalcon\Mvc\Model extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Serializable, JsonSerializable ] { - Constants [8] { Constant [ public int DIRTY_STATE_DETACHED ] { 2 } Constant [ public int DIRTY_STATE_PERSISTENT ] { 0 } Constant [ public int DIRTY_STATE_TRANSIENT ] { 1 } Constant [ public int OP_CREATE ] { 1 } Constant [ public int OP_DELETE ] { 3 } Constant [ public int OP_NONE ] { 0 } Constant [ public int OP_UPDATE ] { 2 } Constant [ public string TRANSACTION_INDEX ] { transaction } } - Static properties [0] { } - Static methods [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 [ array $parameters = [] ] } } Method [ static public method cloneResult ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ array $data ] Parameter #2 [ int $dirtyState = ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ static public method cloneResultMap ] { - Parameters [5] { Parameter #0 [ $base ] Parameter #1 [ array $data ] Parameter #2 [ $columnMap ] Parameter #3 [ int $dirtyState = ] Parameter #4 [ ?bool $keepSnapshots = ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ static public method cloneResultMapHydrate ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] Parameter #2 [ int $hydrationMode ] } } Method [ static public method count ] { - Parameters [1] { Parameter #0 [ $parameters = ] } } Method [ static public method find ] { - Parameters [1] { Parameter #0 [ $parameters = ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ static public method findFirst ] { - Parameters [1] { Parameter #0 [ $parameters = ] } } 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 $container = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ static public method setup ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ static public method sum ] { - Parameters [1] { Parameter #0 [ $parameters = ] } } Method [ static protected method groupResult ] { - Parameters [3] { Parameter #0 [ string $functionName ] Parameter #1 [ string $alias ] Parameter #2 [ $parameters = ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ 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\QueryInterface ] } Method [ static private method caseInsensitiveColumnMap ] { - Parameters [2] { Parameter #0 [ $columnMap ] Parameter #1 [ $key ] } - Return [ string ] } } - Properties [15] { Property [ protected $container = NULL ] Property [ protected $dirtyState = 1 ] Property [ protected $dirtyRelated = NULL ] Property [ protected $errorMessages = NULL ] Property [ protected $modelsManager = NULL ] Property [ protected $modelsMetaData = NULL ] Property [ protected $related = NULL ] Property [ protected $operationMade = 0 ] Property [ protected $oldSnapshot = NULL ] Property [ protected $skipped = false ] Property [ protected $snapshot = NULL ] Property [ protected $transaction = NULL ] Property [ protected $uniqueKey = NULL ] Property [ protected $uniqueParams = NULL ] Property [ protected $uniqueTypes = NULL ] } - Methods [86] { Method [ final public method __construct ] { - Parameters [3] { Parameter #0 [ $data = ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] Parameter #2 [ ?Phalcon\Mvc\Model\ManagerInterface $modelsManager = ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $property ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $property ] } - Return [ bool ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $property ] Parameter #1 [ $value ] } } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method addBehavior ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - Return [ void ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method assign ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $whiteList = ] Parameter #2 [ $dataColumnMap = ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ protected method collectRelatedToSave ] { - Parameters [0] { } - Return [ array ] } Method [ public method create ] { - Parameters [0] { } - Return [ bool ] } Method [ public method delete ] { - Parameters [0] { } - Return [ bool ] } Method [ public method dump ] { - Parameters [0] { } - Return [ array ] } Method [ public method fireEvent ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ bool ] } Method [ public method fireEventCancel ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ bool ] } Method [ public method getChangedFields ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDirtyState ] { - Parameters [0] { } - Return [ int ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getMessages ] { - Parameters [1] { Parameter #0 [ $filter = ] } - Return [ array ] } Method [ public method getModelsManager ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\ManagerInterface ] } Method [ public method getModelsMetaData ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaDataInterface ] } Method [ public method getOperationMade ] { - Parameters [0] { } - Return [ int ] } Method [ public method getOldSnapshotData ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getReadConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ final public method getReadConnectionService ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRelated ] { - Parameters [2] { Parameter #0 [ string $alias ] Parameter #1 [ $arguments = ] } } Method [ public method isRelationshipLoaded ] { - Parameters [1] { Parameter #0 [ string $relationshipAlias ] } - Return [ bool ] } Method [ final public method getSchema ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getSnapshotData ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSource ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUpdatedFields ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getWriteConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ final public method getWriteConnectionService ] { - Parameters [0] { } - Return [ string ] } Method [ public method hasChanged ] { - Parameters [2] { Parameter #0 [ $fieldName = ] Parameter #1 [ bool $allFields = ] } - Return [ bool ] } Method [ public method hasSnapshotData ] { - Parameters [0] { } - Return [ bool ] } Method [ public method hasUpdated ] { - Parameters [2] { Parameter #0 [ $fieldName = ] Parameter #1 [ bool $allFields = ] } - Return [ bool ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ string $attribute ] } } Method [ public method refresh ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method save ] { - Parameters [0] { } - Return [ bool ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ final public method setConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ public method setDirtyState ] { - Parameters [1] { Parameter #0 [ int $dirtyState ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ final public method setReadConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ public method setOldSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap = ] } } Method [ public method setSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap = ] } - Return [ void ] } Method [ public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method getTransaction ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\Model\TransactionInterface ] } Method [ final public method setWriteConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ public method skipOperation ] { - Parameters [1] { Parameter #0 [ bool $skip ] } - Return [ void ] } Method [ public method toArray ] { - Parameters [1] { Parameter #0 [ $columns = ] } - Return [ array ] } Method [ public method update ] { - Parameters [0] { } - Return [ bool ] } Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ void ] } Method [ final protected method checkForeignKeysRestrict ] { - Parameters [0] { } - Return [ bool ] } Method [ final protected method checkForeignKeysReverseCascade ] { - Parameters [0] { } - Return [ bool ] } Method [ final protected method checkForeignKeysReverseRestrict ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method doLowInsert ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #2 [ $table ] Parameter #3 [ $identityField ] } - Return [ bool ] } Method [ protected method doLowUpdate ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #2 [ $table ] } - Return [ bool ] } Method [ protected method has ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] } - Return [ bool ] } Method [ protected method getRelatedRecords ] { - Parameters [3] { Parameter #0 [ string $modelName ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments ] } } Method [ final protected method possibleSetter ] { - Parameters [2] { Parameter #0 [ string $property ] Parameter #1 [ $value ] } - Return [ bool ] } Method [ protected method preSave ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ bool $exists ] Parameter #2 [ $identityField ] } - Return [ bool ] } Method [ protected method preSaveRelatedRecords ] { - Parameters [2] { Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #1 [ $related ] } - Return [ bool ] } Method [ protected method postSave ] { - Parameters [2] { Parameter #0 [ bool $success ] Parameter #1 [ bool $exists ] } - Return [ bool ] } Method [ protected method postSaveRelatedRecords ] { - Parameters [2] { Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #1 [ $related ] } - Return [ bool ] } Method [ protected method allowEmptyStringValues ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ void ] } Method [ protected method cancelOperation ] { - Parameters [0] { } } Method [ protected method belongsTo ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\Relation ] } Method [ protected method hasMany ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ array $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 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\Relation ] } Method [ protected method hasOne ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ array $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 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\Relation ] } Method [ protected method keepSnapshots ] { - Parameters [1] { Parameter #0 [ bool $keepSnapshot ] } - Return [ void ] } Method [ final protected method setSchema ] { - Parameters [1] { Parameter #0 [ string $schema ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ final protected method setSource ] { - Parameters [1] { Parameter #0 [ string $source ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ protected method skipAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ void ] } Method [ protected method skipAttributesOnCreate ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ void ] } Method [ protected method skipAttributesOnUpdate ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ void ] } Method [ protected method useDynamicUpdate ] { - Parameters [1] { Parameter #0 [ bool $dynamicUpdate ] } - Return [ void ] } Method [ protected method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Filter\Validation\ValidationInterface $validator ] } - Return [ bool ] } Method [ public method validationHasFailed ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Model\Behavior\SoftDelete extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $options = NULL ] } - 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 $eventName = ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments = [] ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ bool ] } } } Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $options = NULL ] } - 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 $eventName = ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments = [] ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ bool ] } } } Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $boundModels = NULL ] Property [ protected $cache = NULL ] Property [ protected $internalCache = NULL ] Property [ protected $originalValues = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Cache\Adapter\AdapterInterface $cache = ] } } Method [ public method bindToHandler ] { - Parameters [4] { Parameter #0 [ $handler ] Parameter #1 [ array $params ] Parameter #2 [ string $cacheKey ] Parameter #3 [ ?string $methodName = ] } - Return [ array ] } Method [ protected method findBoundModel ] { - Parameters [2] { Parameter #0 [ $paramValue ] Parameter #1 [ string $className ] } } Method [ public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ public method getOriginalValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ protected method getParamsFromCache ] { - Parameters [1] { Parameter #0 [ string $cacheKey ] } - Return [ ?array ] } 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 = NULL ] Property [ protected $bindTypes = NULL ] Property [ protected $hiddenParamNumber = 0 ] Property [ protected $model = NULL ] Property [ protected $params = NULL ] } - Methods [37] { Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams = ] Parameter #2 [ $bindTypes = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method betweenWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method bindTypes ] { - Parameters [1] { Parameter #0 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method cache ] { - Parameters [1] { Parameter #0 [ array $cache ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method conditions ] { - Parameters [1] { Parameter #0 [ string $conditions ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method createBuilder ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method execute ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ bool $forUpdate = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method getColumns ] { - Parameters [0] { } } Method [ public method getConditions ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getGroupBy ] { - Parameters [0] { } } Method [ public method getHaving ] { - Parameters [0] { } } Method [ public method getLimit ] { - Parameters [0] { } } Method [ public method getModelName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getOrderBy ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getWhere ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method having ] { - Parameters [1] { Parameter #0 [ $having ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method innerJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions = ] Parameter #2 [ $alias = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method inWhere ] { - Parameters [2] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method join ] { - Parameters [4] { Parameter #0 [ string $model ] Parameter #1 [ $conditions = ] Parameter #2 [ $alias = ] Parameter #3 [ $type = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method leftJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions = ] Parameter #2 [ $alias = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ int $limit ] Parameter #1 [ int $offset = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method notBetweenWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method notInWhere ] { - Parameters [2] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ string $orderColumns ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams = ] Parameter #2 [ $bindTypes = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method rightJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions = ] Parameter #2 [ $alias = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setModelName ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ bool $sharedLock = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method where ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams = ] Parameter #2 [ $bindTypes = ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } } } Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [28] { Property [ protected $aliases = NULL ] Property [ protected $behaviors = NULL ] Property [ protected $belongsTo = NULL ] Property [ protected $belongsToSingle = NULL ] Property [ protected $builder = NULL ] Property [ protected $container = NULL ] Property [ protected $customEventsManager = NULL ] Property [ protected $dynamicUpdate = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $hasMany = NULL ] Property [ protected $hasManySingle = NULL ] Property [ protected $hasManyToMany = NULL ] Property [ protected $hasManyToManySingle = NULL ] Property [ protected $hasOne = NULL ] Property [ protected $hasOneSingle = NULL ] Property [ protected $hasOneThrough = NULL ] Property [ protected $hasOneThroughSingle = NULL ] Property [ protected $initialized = NULL ] Property [ protected $keepSnapshots = NULL ] Property [ protected $lastInitialized = NULL ] Property [ protected $lastQuery = NULL ] Property [ protected $modelVisibility = NULL ] Property [ protected $prefix = '' ] Property [ protected $readConnectionServices = NULL ] Property [ protected $sources = NULL ] Property [ protected $schemas = NULL ] Property [ protected $writeConnectionServices = NULL ] Property [ protected $reusable = NULL ] } - Methods [72] { Method [ public method __destruct ] { - Parameters [0] { } } Method [ public method addBehavior ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - Return [ void ] } Method [ public method addBelongsTo ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ array $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 [ array $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 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ public method addHasOne ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ array $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 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ public method clearReusableObjects ] { - Parameters [0] { } - Return [ void ] } Method [ public method createBuilder ] { - Parameters [1] { Parameter #0 [ $params = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method createQuery ] { - Parameters [1] { Parameter #0 [ string $phql ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method executeQuery ] { - Parameters [3] { Parameter #0 [ string $phql ] Parameter #1 [ $placeholders = ] Parameter #2 [ $types = ] } } Method [ public method existsBelongsTo ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method existsHasMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method existsHasManyToMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method existsHasOne ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method existsHasOneThrough ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method getBelongsTo ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } 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 $method = ] } } Method [ public method getBuilder ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method getConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $connectionServices ] } - Return [ string ] } Method [ public method getCustomEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } Method [ public method getHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } 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 $method = ] } } Method [ public method getHasManyToMany ] { - 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 getHasOneAndHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } 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 $method = ] } } Method [ public method getHasOneThrough ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getLastInitialized ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method getLastQuery ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getModelPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getModelSchema ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?string ] } Method [ public method getModelSource ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ public method getReadConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method getReadConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ public method getRelationByAlias ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $alias ] } } 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 $method = ] } } 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 getReusableRecords ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $key ] } } Method [ public method getWriteConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method getWriteConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ public method hasBelongsTo ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method hasHasMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method hasHasManyToMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method hasHasOne ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method hasHasOneThrough ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ bool ] } Method [ public method initialize ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ bool ] } Method [ public method isInitialized ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ bool ] } Method [ public method isKeepingSnapshots ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ bool ] } Method [ public method isUsingDynamicUpdate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ bool ] } Method [ final public method isVisibleModelProperty ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $property ] } - Return [ bool ] } Method [ public method keepSnapshots ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ bool $keepSnapshots ] } - Return [ void ] } Method [ public method load ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ Phalcon\Mvc\ModelInterface ] } 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 setConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ public method setCustomEventsManager ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setModelPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ void ] } Method [ public method setModelSchema ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $schema ] } - Return [ void ] } Method [ public method setModelSource ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $source ] } - Return [ void ] } Method [ public method setReadConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ public method setReusableRecords ] { - Parameters [3] { Parameter #0 [ string $modelName ] Parameter #1 [ string $key ] Parameter #2 [ $records ] } - Return [ void ] } Method [ public method setWriteConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ public method useDynamicUpdate ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ bool $dynamicUpdate ] } - Return [ void ] } Method [ protected method getConnection ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $connectionServices ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ final protected method mergeFindParameters ] { - Parameters [2] { Parameter #0 [ $findParamsOne ] Parameter #1 [ $findParamsTwo ] } - Return [ array ] } Method [ private method checkHasRelationship ] { - Parameters [3] { Parameter #0 [ string $collection ] Parameter #1 [ string $modelName ] Parameter #2 [ string $modelRelation ] } - Return [ bool ] } } } Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public int MODELS_ATTRIBUTES ] { 0 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public int MODELS_COLUMN_MAP ] { 0 } Constant [ public int MODELS_DATE_AT ] { 6 } Constant [ public int MODELS_DATE_IN ] { 7 } Constant [ public int MODELS_DATA_TYPES ] { 4 } Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public int MODELS_NOT_NULL ] { 3 } Constant [ public int MODELS_PRIMARY_KEY ] { 1 } Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter = NULL ] Property [ protected $columnMap = NULL ] Property [ protected $container = NULL ] Property [ protected $metaData = NULL ] Property [ protected $strategy = NULL ] } - Methods [34] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] Parameter #1 [ ?array $options = [] ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?string ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ bool ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ ?array ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public int MODELS_ATTRIBUTES ] { 0 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public int MODELS_COLUMN_MAP ] { 0 } Constant [ public int MODELS_DATE_AT ] { 6 } Constant [ public int MODELS_DATE_IN ] { 7 } Constant [ public int MODELS_DATA_TYPES ] { 4 } Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public int MODELS_NOT_NULL ] { 3 } Constant [ public int MODELS_PRIMARY_KEY ] { 1 } Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter = NULL ] Property [ protected $columnMap = NULL ] Property [ protected $container = NULL ] Property [ protected $metaData = NULL ] Property [ protected $strategy = NULL ] } - Methods [34] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?string ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ bool ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ ?array ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public int MODELS_ATTRIBUTES ] { 0 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public int MODELS_COLUMN_MAP ] { 0 } Constant [ public int MODELS_DATE_AT ] { 6 } Constant [ public int MODELS_DATE_IN ] { 7 } Constant [ public int MODELS_DATA_TYPES ] { 4 } Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public int MODELS_NOT_NULL ] { 3 } Constant [ public int MODELS_PRIMARY_KEY ] { 1 } Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter = NULL ] Property [ protected $columnMap = NULL ] Property [ protected $container = NULL ] Property [ protected $metaData = NULL ] Property [ protected $strategy = NULL ] } - Methods [34] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options = ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ ?array ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?string ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ bool ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public int MODELS_ATTRIBUTES ] { 0 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public int MODELS_COLUMN_MAP ] { 0 } Constant [ public int MODELS_DATE_AT ] { 6 } Constant [ public int MODELS_DATE_IN ] { 7 } Constant [ public int MODELS_DATA_TYPES ] { 4 } Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public int MODELS_NOT_NULL ] { 3 } Constant [ public int MODELS_PRIMARY_KEY ] { 1 } Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter = NULL ] Property [ protected $columnMap = NULL ] Property [ protected $container = NULL ] Property [ protected $metaData = NULL ] Property [ protected $strategy = NULL ] } - Methods [34] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?string ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ bool ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ ?array ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ final public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } Method [ final public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } } } Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ final public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } Method [ final public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } } } Class [ class Phalcon\Mvc\Model\MetaData\Stream extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public int MODELS_ATTRIBUTES ] { 0 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public int MODELS_COLUMN_MAP ] { 0 } Constant [ public int MODELS_DATE_AT ] { 6 } Constant [ public int MODELS_DATE_IN ] { 7 } Constant [ public int MODELS_DATA_TYPES ] { 4 } Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public int MODELS_NOT_NULL ] { 3 } Constant [ public int MODELS_PRIMARY_KEY ] { 1 } Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $adapter = NULL ] Property [ protected $columnMap = NULL ] Property [ protected $container = NULL ] Property [ protected $metaData = NULL ] Property [ protected $strategy = NULL ] Property [ protected $metaDataDir = './' ] } - Methods [35] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ ?array ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ private method throwWriteException ] { - Parameters [1] { Parameter #0 [ $option ] } - Return [ void ] } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?string ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ bool ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?array ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ int $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [4] { Constant [ public int TYPE_DELETE ] { 303 } Constant [ public int TYPE_INSERT ] { 306 } Constant [ public int TYPE_SELECT ] { 309 } Constant [ public int TYPE_UPDATE ] { 300 } } - Static properties [1] { Property [ protected static $internalPhqlCache = NULL ] } - Static methods [1] { Method [ static public method clean ] { - Parameters [0] { } - Return [ void ] } } - Properties [23] { Property [ protected $ast = NULL ] Property [ protected $bindParams = NULL ] Property [ protected $bindTypes = NULL ] Property [ protected $cache = NULL ] Property [ protected $cacheOptions = NULL ] Property [ protected $container = NULL ] Property [ protected $enableImplicitJoins = NULL ] Property [ protected $intermediate = NULL ] Property [ protected $manager = NULL ] Property [ protected $metaData = NULL ] Property [ protected $models = NULL ] Property [ protected $modelsInstances = NULL ] Property [ protected $nestingLevel = -1 ] Property [ protected $phql = NULL ] Property [ protected $sharedLock = false ] Property [ protected $sqlAliases = NULL ] Property [ protected $sqlAliasesModels = NULL ] Property [ protected $sqlAliasesModelsInstances = NULL ] Property [ protected $sqlColumnAliases = NULL ] Property [ protected $sqlModelsAliases = NULL ] Property [ protected $type = NULL ] Property [ protected $uniqueRow = false ] Property [ protected $transaction = NULL ] } - Methods [49] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ ?string $phql = ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] Parameter #2 [ array $options = [] ] } } Method [ public method cache ] { - Parameters [1] { Parameter #0 [ array $cacheOptions ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method execute ] { - Parameters [2] { Parameter #0 [ array $bindParams = [] ] Parameter #1 [ array $bindTypes = [] ] } } Method [ public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method getCacheOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getBindParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getIntermediate ] { - Parameters [0] { } - Return [ array ] } Method [ public method getSingleResult ] { - Parameters [2] { Parameter #0 [ array $bindParams = [] ] Parameter #1 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method getSql ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method getUniqueRow ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getTransaction ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\Model\TransactionInterface ] } Method [ public method parse ] { - Parameters [0] { } - Return [ array ] } Method [ public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setIntermediate ] { - Parameters [1] { Parameter #0 [ array $intermediate ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method setSharedLock ] { - Parameters [1] { Parameter #0 [ bool $sharedLock = ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ int $type ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method setUniqueRow ] { - Parameters [1] { Parameter #0 [ bool $uniqueRow ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } 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 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 executeSelect ] { - Parameters [4] { Parameter #0 [ array $intermediate ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] Parameter #3 [ bool $simulate = ] } } 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 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 getExpression ] { - Parameters [2] { Parameter #0 [ array $expr ] Parameter #1 [ bool $quoting = ] } - Return [ array ] } Method [ final protected method getFunctionCall ] { - Parameters [1] { Parameter #0 [ array $expr ] } - 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 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 getJoins ] { - Parameters [1] { Parameter #0 [ array $select ] } - 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 getOrderClause ] { - Parameters [1] { Parameter #0 [ $order ] } - Return [ array ] } Method [ final protected method getQualified ] { - Parameters [1] { Parameter #0 [ array $expr ] } - Return [ array ] } Method [ protected method getReadConnection ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ ?array $intermediate = [] ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $bindTypes = [] ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ final protected method getRelatedRecords ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $intermediate ] Parameter #2 [ array $bindParams ] Parameter #3 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ final protected method getSelectColumn ] { - Parameters [1] { Parameter #0 [ array $column ] } - Return [ array ] } 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 getTable ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] Parameter #1 [ array $qualifiedName ] } } Method [ protected method getWriteConnection ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ ?array $intermediate = [] ] Parameter #2 [ array $bindParams = [] ] Parameter #3 [ array $bindTypes = [] ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ final protected method _prepareDelete ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method _prepareInsert ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method _prepareSelect ] { - Parameters [2] { Parameter #0 [ $ast = ] Parameter #1 [ bool $merge = ] } - Return [ array ] } Method [ final protected method _prepareUpdate ] { - Parameters [0] { } - Return [ array ] } } } 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 = NULL ] Property [ protected $bindTypes = NULL ] Property [ protected $columns = NULL ] Property [ protected $conditions = NULL ] Property [ protected $container = NULL ] Property [ protected $distinct = NULL ] Property [ protected $forUpdate = false ] Property [ protected $group = NULL ] Property [ protected $having = NULL ] Property [ protected $hiddenParamNumber = 0 ] Property [ protected $joins = NULL ] Property [ protected $limit = NULL ] Property [ protected $models = NULL ] Property [ protected $offset = 0 ] Property [ protected $order = NULL ] Property [ protected $sharedLock = false ] } - Methods [52] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $params = ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method addFrom ] { - Parameters [2] { Parameter #0 [ string $model ] Parameter #1 [ ?string $alias = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method andHaving ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ final public method autoescape ] { - Parameters [1] { Parameter #0 [ string $identifier ] } - Return [ string ] } Method [ public method betweenHaving ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method betweenWhere ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ bool $forUpdate ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method from ] { - Parameters [1] { Parameter #0 [ $models ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method getBindParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getColumns ] { - Parameters [0] { } } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getDistinct ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getFrom ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } Method [ public method getModels ] { - Parameters [0] { } } Method [ public method getOffset ] { - Parameters [0] { } - Return [ int ] } Method [ public method getOrderBy ] { - Parameters [0] { } } Method [ final public method getPhql ] { - Parameters [0] { } - Return [ string ] } Method [ public method getQuery ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getWhere ] { - Parameters [0] { } } Method [ public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method having ] { - Parameters [3] { Parameter #0 [ string $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 $conditions = ] Parameter #2 [ ?string $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 $conditions = ] Parameter #2 [ ?string $alias = ] Parameter #3 [ ?string $type = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method leftJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ ?string $conditions = ] Parameter #2 [ ?string $alias = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ int $limit ] Parameter #1 [ $offset = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method notBetweenHaving ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method notBetweenWhere ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method notInHaving ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method notInWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method offset ] { - Parameters [1] { Parameter #0 [ int $offset ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderBy ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method orHaving ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method rightJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ ?string $conditions = ] Parameter #2 [ ?string $alias = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method where ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams = [] ] Parameter #2 [ array $bindTypes = [] ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ protected method conditionBetween ] { - Parameters [5] { Parameter #0 [ string $clause ] Parameter #1 [ string $operator ] Parameter #2 [ string $expr ] Parameter #3 [ $minimum ] Parameter #4 [ $maximum ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ protected method conditionIn ] { - Parameters [4] { Parameter #0 [ string $clause ] Parameter #1 [ string $operator ] Parameter #2 [ string $expr ] Parameter #3 [ array $values ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ protected method conditionNotBetween ] { - Parameters [5] { Parameter #0 [ string $clause ] Parameter #1 [ string $operator ] Parameter #2 [ string $expr ] Parameter #3 [ $minimum ] Parameter #4 [ $maximum ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ protected method conditionNotIn ] { - Parameters [4] { Parameter #0 [ string $clause ] Parameter #1 [ string $operator ] Parameter #2 [ string $expr ] Parameter #3 [ array $values ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } } } Class [ abstract class Phalcon\Mvc\Model\Query\Lang ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method parsePHQL ] { - Parameters [1] { Parameter #0 [ string $phql ] } - Return [ array ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $model = NULL ] Property [ protected $success = NULL ] } - Methods [4] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ bool $success ] Parameter #1 [ ?Phalcon\Mvc\ModelInterface $model = ] } } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModel ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method success ] { - Parameters [0] { } - Return [ bool ] } } } Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { - Constants [8] { Constant [ public int ACTION_CASCADE ] { 2 } Constant [ public int ACTION_RESTRICT ] { 1 } Constant [ public int BELONGS_TO ] { 0 } Constant [ public int HAS_MANY ] { 2 } Constant [ public int HAS_MANY_THROUGH ] { 4 } Constant [ public int HAS_ONE ] { 1 } Constant [ public int HAS_ONE_THROUGH ] { 3 } Constant [ public int NO_ACTION ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $fields = NULL ] Property [ protected $intermediateFields = NULL ] Property [ protected $intermediateModel = NULL ] Property [ protected $intermediateReferencedFields = NULL ] Property [ protected $options = NULL ] Property [ protected $referencedFields = NULL ] Property [ protected $referencedModel = NULL ] Property [ protected $type = NULL ] } - Methods [16] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ int $type ] Parameter #1 [ string $referencedModel ] Parameter #2 [ $fields ] Parameter #3 [ $referencedFields ] Parameter #4 [ array $options = [] ] } } Method [ public method getFields ] { - Parameters [0] { } } Method [ public method getForeignKey ] { - Parameters [0] { } } Method [ public method getIntermediateFields ] { - Parameters [0] { } } Method [ public method getIntermediateModel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getIntermediateReferencedFields ] { - Parameters [0] { } } Method [ public method getOption ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getParams ] { - Parameters [0] { } } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method getReferencedFields ] { - Parameters [0] { } } Method [ public method getReferencedModel ] { - Parameters [0] { } - Return [ string ] } Method [ public method isForeignKey ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isThrough ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isReusable ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setIntermediateRelation ] { - Parameters [3] { Parameter #0 [ $intermediateFields ] Parameter #1 [ string $intermediateModel ] Parameter #2 [ $intermediateReferencedFields ] } } } } Class [ class Phalcon\Mvc\Model\Resultset\Complex extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [5] { Constant [ public int HYDRATE_ARRAYS ] { 1 } Constant [ public int HYDRATE_OBJECTS ] { 2 } Constant [ public int HYDRATE_RECORDS ] { 0 } Constant [ public int TYPE_RESULT_FULL ] { 0 } Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $activeRow = NULL ] Property [ protected $cache = NULL ] Property [ protected $count = 0 ] Property [ protected $errorMessages = NULL ] Property [ protected $hydrateMode = 0 ] Property [ protected $isFresh = true ] Property [ protected $pointer = 0 ] Property [ protected $row = NULL ] Property [ protected $rows = NULL ] Property [ protected $result = NULL ] Property [ protected $columnTypes = NULL ] Property [ protected $disableHydration = false ] } - Methods [30] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $columnTypes ] Parameter #1 [ ?Phalcon\Db\ResultInterface $result = ] Parameter #2 [ $cache = ] } } Method [ final public method current ] { - Parameters [0] { } - Return [ mixed ] } 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 [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ ?Closure $conditionCallback = ] } - Return [ bool ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ public method getCache ] { - Parameters [0] { } - Return [ ?Phalcon\Cache\CacheInterface ] } Method [ public method getFirst ] { - Parameters [0] { } } Method [ public method getHydrateMode ] { - Parameters [0] { } - Return [ int ] } Method [ public method getLast ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\ModelInterface ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method isFresh ] { - Parameters [0] { } - Return [ bool ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method key ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ mixed ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ bool ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ final public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } - Return [ void ] } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ int $hydrateMode ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ bool $isFresh ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ ?Closure $conditionCallback = ] } - Return [ bool ] } Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } } } Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [5] { Constant [ public int HYDRATE_ARRAYS ] { 1 } Constant [ public int HYDRATE_OBJECTS ] { 2 } Constant [ public int HYDRATE_RECORDS ] { 0 } Constant [ public int TYPE_RESULT_FULL ] { 0 } Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ protected $activeRow = NULL ] Property [ protected $cache = NULL ] Property [ protected $count = 0 ] Property [ protected $errorMessages = NULL ] Property [ protected $hydrateMode = 0 ] Property [ protected $isFresh = true ] Property [ protected $pointer = 0 ] Property [ protected $row = NULL ] Property [ protected $rows = NULL ] Property [ protected $result = NULL ] Property [ protected $columnMap = NULL ] Property [ protected $model = NULL ] Property [ protected $keepSnapshots = false ] } - Methods [30] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $columnMap ] Parameter #1 [ $model ] Parameter #2 [ $result ] Parameter #3 [ $cache = ] Parameter #4 [ bool $keepSnapshots = ] } } Method [ final public method current ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\ModelInterface ] } Method [ public method toArray ] { - Parameters [1] { Parameter #0 [ bool $renameColumns = ] } - Return [ array ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ ?Closure $conditionCallback = ] } - Return [ bool ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ public method getCache ] { - Parameters [0] { } - Return [ ?Phalcon\Cache\CacheInterface ] } Method [ public method getFirst ] { - Parameters [0] { } } Method [ public method getHydrateMode ] { - Parameters [0] { } - Return [ int ] } Method [ public method getLast ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\ModelInterface ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } Method [ public method isFresh ] { - Parameters [0] { } - Return [ bool ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method key ] { - Parameters [0] { } - Return [ ?int ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ mixed ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ bool ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ final public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } - Return [ void ] } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ int $hydrateMode ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ bool $isFresh ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ ?Closure $conditionCallback = ] } - Return [ bool ] } Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } } } Class [ class Phalcon\Mvc\Model\Row implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ mixed ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ bool ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ string $attribute ] } } Method [ public method setDirtyState ] { - Parameters [1] { Parameter #0 [ int $dirtyState ] } } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $activeTransaction = false ] Property [ protected $connection = NULL ] Property [ protected $isNewTransaction = true ] Property [ protected $manager = NULL ] Property [ protected $messages = NULL ] Property [ protected $rollbackRecord = NULL ] Property [ protected $rollbackOnAbort = false ] Property [ protected $rollbackThrowException = false ] } - Methods [13] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ bool $autoBegin = ] Parameter #2 [ string $service = ] } } Method [ public method begin ] { - Parameters [0] { } - Return [ bool ] } Method [ public method commit ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method isManaged ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isValid ] { - Parameters [0] { } - Return [ bool ] } Method [ public method rollback ] { - Parameters [2] { Parameter #0 [ ?string $rollbackMessage = ] Parameter #1 [ ?Phalcon\Mvc\ModelInterface $rollbackRecord = ] } - Return [ bool ] } Method [ public method setIsNewTransaction ] { - Parameters [1] { Parameter #0 [ bool $isNew ] } - Return [ void ] } Method [ public method setRollbackOnAbort ] { - Parameters [1] { Parameter #0 [ bool $rollbackOnAbort ] } - Return [ void ] } Method [ public method setRollbackedRecord ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] } - Return [ void ] } Method [ public method setTransactionManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] } - Return [ void ] } Method [ public method throwRollbackException ] { - Parameters [1] { Parameter #0 [ bool $status ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $record = NULL ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ ?Phalcon\Mvc\ModelInterface $record = ] } } Method [ public method getRecord ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method getRecordMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 = NULL ] Property [ protected $initialized = false ] Property [ protected $number = 0 ] Property [ protected $rollbackPendent = true ] Property [ protected $service = 'db' ] Property [ protected $transactions = NULL ] } - Methods [17] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method collectTransactions ] { - Parameters [0] { } - Return [ void ] } Method [ public method commit ] { - Parameters [0] { } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ bool $autoBegin = ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } Method [ public method getDbService ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getOrCreateTransaction ] { - Parameters [1] { Parameter #0 [ bool $autoBegin = ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } Method [ public method getRollbackPendent ] { - Parameters [0] { } - Return [ bool ] } Method [ public method has ] { - Parameters [0] { } - Return [ bool ] } Method [ public method notifyCommit ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } Method [ public method notifyRollback ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ bool $collect = ] } - Return [ void ] } Method [ public method rollbackPendent ] { - Parameters [0] { } - Return [ void ] } Method [ public method setDbService ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setRollbackPendent ] { - Parameters [1] { Parameter #0 [ bool $rollbackPendent ] } - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } Method [ protected method collectTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $messages = NULL ] Property [ protected $model = NULL ] } - 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 ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [2] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [25] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] Property [ protected $defaultAction = '' ] Property [ protected $defaultController = '' ] Property [ protected $defaultModule = '' ] Property [ protected $defaultNamespace = '' ] Property [ protected $defaultParams = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $keyRouteNames = NULL ] Property [ protected $keyRouteIds = NULL ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] Property [ protected $module = '' ] Property [ protected $namespaceName = '' ] Property [ protected $notFoundPaths = NULL ] Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] Property [ protected $wasMatched = false ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $actionPreformatCallback = NULL ] Property [ protected $controllerSuffix = 'Controller' ] Property [ protected $handlers = NULL ] Property [ protected $routePrefix = '' ] } - Methods [53] { Method [ public method addModuleResource ] { - Parameters [3] { Parameter #0 [ string $module ] Parameter #1 [ string $handler ] Parameter #2 [ ?string $prefix = ] } - Return [ Phalcon\Mvc\Router\Annotations ] } Method [ public method addResource ] { - Parameters [2] { Parameter #0 [ string $handler ] Parameter #1 [ ?string $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 ] } - Return [ void ] } Method [ public method processControllerAnnotation ] { - Parameters [2] { Parameter #0 [ string $handler ] Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] } } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } } Method [ public method setActionPreformatCallback ] { - Parameters [1] { Parameter #0 [ $callback = ] } } Method [ public method getActionPreformatCallback ] { - Parameters [0] { } } Method [ public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ string $controllerSuffix ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ bool $defaultRoutes = ] } } Method [ public method add ] { - Parameters [4] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ $httpMethods = ] Parameter #3 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addConnect ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addDelete ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addGet ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addHead ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addOptions ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPatch ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPost ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPurge ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPut ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addTrace ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths = ] Parameter #2 [ int $position = ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method attach ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] Parameter #1 [ int $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 getDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method getKeyRouteNames ] { - Parameters [0] { } - Return [ array ] } Method [ public method getKeyRouteIds ] { - Parameters [0] { } - Return [ array ] } Method [ public method getMatchedRoute ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\Router\RouteInterface ] } Method [ public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ public method isExactControllerName ] { - Parameters [0] { } - Return [ bool ] } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $paths ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method removeExtraSlashes ] { - Parameters [1] { Parameter #0 [ bool $remove ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setKeyRouteNames ] { - Parameters [1] { Parameter #0 [ array $routeNames ] } - Return [ Phalcon\Mvc\Router ] } Method [ public method setKeyRouteIds ] { - Parameters [1] { Parameter #0 [ array $routeIds ] } - Return [ Phalcon\Mvc\Router ] } Method [ public method wasMatched ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $beforeMatch = NULL ] Property [ protected $hostname = NULL ] Property [ protected $paths = NULL ] Property [ protected $prefix = NULL ] Property [ protected $routes = NULL ] } - 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 ] { - Parameters [0] { } } Method [ public method getHostname ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPaths ] { - Parameters [0] { } } 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 = 0 ] } - 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 = NULL ] Property [ protected $compiledPattern = NULL ] Property [ protected $converters = NULL ] Property [ protected $group = NULL ] Property [ protected $hostname = NULL ] Property [ protected $id = NULL ] Property [ protected $methods = NULL ] Property [ protected $match = NULL ] Property [ protected $name = NULL ] Property [ protected $paths = NULL ] Property [ protected $pattern = NULL ] } - Methods [25] { 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 ] { - Parameters [0] { } } 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 ] } Method [ public method getHttpMethods ] { - Parameters [0] { } } Method [ public method getHostname ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getId ] { - Parameters [0] { } - Return [ ?string ] } Method [ public method getMatch ] { - Parameters [0] { } } 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\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Url\UrlInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $container = NULL ] Property [ protected $baseUri = NULL ] Property [ protected $basePath = NULL ] Property [ protected $router = NULL ] Property [ protected $staticBaseUri = NULL ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Mvc\RouterInterface $router = ] } } Method [ public method get ] { - Parameters [4] { Parameter #0 [ $uri = ] Parameter #1 [ $args = ] Parameter #2 [ ?bool $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\Mvc\Url\UrlInterface ] } Method [ public method setBaseUri ] { - Parameters [1] { Parameter #0 [ string $baseUri ] } - Return [ Phalcon\Mvc\Url\UrlInterface ] } Method [ public method setStaticBaseUri ] { - Parameters [1] { Parameter #0 [ string $staticBaseUri ] } - Return [ Phalcon\Mvc\Url\UrlInterface ] } Method [ public method path ] { - Parameters [1] { Parameter #0 [ ?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\Mvc\Url\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [6] { Constant [ public int LEVEL_ACTION_VIEW ] { 1 } Constant [ public int LEVEL_BEFORE_TEMPLATE ] { 2 } Constant [ public int LEVEL_LAYOUT ] { 3 } Constant [ public int LEVEL_MAIN_LAYOUT ] { 5 } Constant [ public int LEVEL_NO_RENDER ] { 0 } Constant [ public int LEVEL_AFTER_TEMPLATE ] { 4 } } - Static properties [0] { } - Static methods [0] { } - Properties [24] { Property [ protected $container = NULL ] Property [ protected $actionName = NULL ] Property [ protected $activeRenderPaths = NULL ] Property [ protected $basePath = '' ] Property [ protected $content = '' ] Property [ protected $controllerName = NULL ] Property [ protected $currentRenderLevel = 0 ] Property [ protected $disabled = false ] Property [ protected $disabledLevels = NULL ] Property [ protected $engines = false ] Property [ protected $eventsManager = NULL ] Property [ protected $layout = NULL ] Property [ protected $layoutsDir = '' ] Property [ protected $mainView = 'index' ] Property [ protected $options = NULL ] Property [ protected $params = NULL ] Property [ protected $pickView = NULL ] Property [ protected $partialsDir = '' ] Property [ protected $registeredEngines = NULL ] Property [ protected $renderLevel = 5 ] Property [ protected $templatesAfter = NULL ] Property [ protected $templatesBefore = NULL ] Property [ protected $viewsDirs = NULL ] Property [ protected $viewParams = NULL ] } - Methods [60] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ public method cleanTemplateAfter ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method cleanTemplateBefore ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method disableLevel ] { - Parameters [1] { Parameter #0 [ $level ] } - Return [ Phalcon\Mvc\ViewInterface ] } Method [ public method disable ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method enable ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $view ] } - Return [ bool ] } Method [ public method finish ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveRenderPath ] { - Parameters [0] { } } 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 getCurrentRenderLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method getRegisteredEngines ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRenderLevel ] { - Parameters [0] { } - Return [ int ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } 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 ] { - Parameters [0] { } } Method [ protected method getViewsDirs ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $view ] } - Return [ bool ] } Method [ public method isDisabled ] { - Parameters [0] { } - Return [ bool ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params = ] } } Method [ public method pick ] { - Parameters [1] { Parameter #0 [ $renderView ] } - Return [ Phalcon\Mvc\View ] } Method [ public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } - Return [ Phalcon\Mvc\View ] } Method [ public method render ] { - Parameters [3] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params = [] ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method setBasePath ] { - Parameters [1] { Parameter #0 [ string $basePath ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setLayout ] { - Parameters [1] { Parameter #0 [ string $layout ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setLayoutsDir ] { - Parameters [1] { Parameter #0 [ string $layoutsDir ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setMainView ] { - Parameters [1] { Parameter #0 [ string $viewPath ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setPartialsDir ] { - Parameters [1] { Parameter #0 [ string $partialsDir ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setParamToView ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setRenderLevel ] { - Parameters [1] { Parameter #0 [ int $level ] } - Return [ Phalcon\Mvc\ViewInterface ] } Method [ public method setTemplateAfter ] { - Parameters [1] { Parameter #0 [ $templateAfter ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setTemplateBefore ] { - Parameters [1] { Parameter #0 [ $templateBefore ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setVar ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setVars ] { - Parameters [2] { Parameter #0 [ array $params ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setViewsDir ] { - Parameters [1] { Parameter #0 [ $viewsDir ] } - Return [ Phalcon\Mvc\View ] } Method [ public method start ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method toString ] { - Parameters [3] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params = [] ] } - Return [ string ] } Method [ protected method engineRender ] { - Parameters [4] { Parameter #0 [ array $engines ] Parameter #1 [ string $viewPath ] Parameter #2 [ bool $silence ] Parameter #3 [ bool $mustClean = ] } } Method [ final protected method isAbsolutePath ] { - Parameters [1] { Parameter #0 [ string $path ] } } Method [ protected method loadTemplateEngines ] { - Parameters [0] { } - Return [ array ] } Method [ public method processRender ] { - Parameters [4] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params = [] ] Parameter #3 [ bool $fireEvents = ] } - Return [ bool ] } Method [ private method getDirSeparator ] { - Parameters [1] { Parameter #0 [ string $directory ] } - 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\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 = NULL ] Property [ protected $view = NULL ] } - Methods [9] { Method [ public method render ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $params ] Parameter #2 [ bool $mustClean = ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getView ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ViewBaseInterface ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params = ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $container = NULL ] Property [ protected $view = NULL ] Property [ protected $compiler = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $macros = NULL ] Property [ protected $options = NULL ] } - Methods [21] { 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 ] } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method isIncluded ] { - Parameters [2] { Parameter #0 [ $needle ] Parameter #1 [ $haystack ] } - Return [ bool ] } Method [ public method length ] { - Parameters [1] { Parameter #0 [ $item ] } - Return [ int ] } Method [ public method preload ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ public method render ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $params ] Parameter #2 [ bool $mustClean = ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method slice ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $start = ] Parameter #2 [ $end = ] } } Method [ public method sort ] { - Parameters [1] { Parameter #0 [ array $value ] } - Return [ array ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getView ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ViewBaseInterface ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params = ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [21] { Property [ protected $autoescape = false ] Property [ protected $blockLevel = 0 ] Property [ protected $blocks = NULL ] Property [ protected $container = NULL ] Property [ protected $compiledTemplatePath = NULL ] Property [ protected $currentBlock = NULL ] Property [ protected $currentPath = NULL ] Property [ protected $exprLevel = 0 ] Property [ protected $extended = false ] Property [ protected $extensions = NULL ] Property [ protected $extendedBlocks = NULL ] Property [ protected $filters = NULL ] Property [ protected $foreachLevel = 0 ] Property [ protected $forElsePointers = NULL ] Property [ protected $functions = NULL ] Property [ protected $level = 0 ] Property [ protected $loopPointers = NULL ] Property [ protected $macros = NULL ] Property [ protected $options = NULL ] Property [ protected $prefix = '' ] Property [ protected $view = NULL ] } - Methods [46] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ ?Phalcon\Mvc\ViewBaseInterface $view = ] } } Method [ public method addExtension ] { - Parameters [1] { Parameter #0 [ $extension ] } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ public method addFilter ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ public method addFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ public method attributeReader ] { - Parameters [1] { Parameter #0 [ array $expr ] } - Return [ string ] } Method [ public method compile ] { - Parameters [2] { Parameter #0 [ string $templatePath ] Parameter #1 [ bool $extendsMode = ] } } Method [ public method compileAutoEscape ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ bool $extendsMode ] } - Return [ string ] } Method [ public method compileCall ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ bool $extendsMode ] } } Method [ public method compileCase ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ bool $caseClause = ] } - Return [ string ] } Method [ public method compileDo ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileEcho ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileElseIf ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileFile ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ string $compiledPath ] Parameter #2 [ bool $extendsMode = ] } } Method [ public method compileForeach ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ bool $extendsMode = ] } - Return [ string ] } Method [ public method compileForElse ] { - Parameters [0] { } - Return [ string ] } Method [ public method compileIf ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ bool $extendsMode = ] } - Return [ string ] } Method [ public method compileInclude ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileMacro ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ bool $extendsMode ] } - Return [ string ] } Method [ public method compileReturn ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileSet ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileString ] { - Parameters [2] { Parameter #0 [ string $viewCode ] Parameter #1 [ bool $extendsMode = ] } - Return [ string ] } Method [ public method compileSwitch ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ bool $extendsMode = ] } - Return [ string ] } Method [ final public method expression ] { - Parameters [2] { Parameter #0 [ array $expr ] Parameter #1 [ bool $doubleQuotes = ] } - Return [ string ] } Method [ final public method fireExtensionEvent ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $arguments = [] ] } } Method [ public method functionCall ] { - Parameters [2] { Parameter #0 [ array $expr ] Parameter #1 [ bool $doubleQuotes = ] } - 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 ] } - Return [ ?string ] } 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 ] } - Return [ array ] } Method [ public method resolveTest ] { - Parameters [2] { Parameter #0 [ array $test ] Parameter #1 [ string $left ] } - Return [ string ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method setUniquePrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ protected method compileSource ] { - Parameters [2] { Parameter #0 [ string $viewCode ] Parameter #1 [ bool $extendsMode = ] } - Return [ string ] } Method [ protected method getFinalPath ] { - Parameters [1] { Parameter #0 [ string $path ] } } Method [ final protected method resolveFilter ] { - Parameters [2] { Parameter #0 [ array $filter ] Parameter #1 [ string $left ] } - Return [ string ] } Method [ final protected method statementList ] { - Parameters [2] { Parameter #0 [ array $statements ] Parameter #1 [ bool $extendsMode = ] } - Return [ string ] } Method [ final protected method statementListOrExtends ] { - Parameters [1] { Parameter #0 [ $statements ] } } Method [ private method isTagFactory ] { - Parameters [1] { Parameter #0 [ array $expression ] } - Return [ bool ] } } } Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] Property [ protected $statement = NULL ] } - Methods [11] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ string $message = ] Parameter #1 [ array $statement = [] ] Parameter #2 [ int $code = ] Parameter #3 [ ?Exception $previous = ] } } Method [ public method getStatement ] { - Parameters [0] { } - Return [ array ] } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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 [9] { Property [ protected $container = NULL ] Property [ protected $activeRenderPath = NULL ] Property [ protected $content = NULL ] Property [ protected $engines = false ] Property [ protected $eventsManager = NULL ] Property [ protected $options = NULL ] Property [ protected $registeredEngines = NULL ] Property [ protected $viewsDir = NULL ] Property [ protected $viewParams = NULL ] } - 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 __set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } 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 ] } Method [ public method getParamsToView ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRegisteredEngines ] { - 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 = ] } - Return [ void ] } Method [ public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } - Return [ void ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ string $path ] Parameter #1 [ array $params = [] ] } - Return [ string ] } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Phalcon\Mvc\View\Simple ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setParamToView ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ Phalcon\Mvc\View\Simple ] } Method [ public method setVar ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ Phalcon\Mvc\View\Simple ] } Method [ public method setVars ] { - Parameters [2] { Parameter #0 [ array $params ] Parameter #1 [ bool $merge = ] } - Return [ Phalcon\Mvc\View\Simple ] } Method [ public method setViewsDir ] { - Parameters [1] { Parameter #0 [ string $viewsDir ] } - Return [ void ] } Method [ protected method loadTemplateEngines ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalRender ] { - Parameters [2] { Parameter #0 [ string $path ] Parameter #1 [ $params ] } - Return [ void ] } Method [ private method getDirSeparator ] { - Parameters [1] { Parameter #0 [ string $directory ] } - Return [ string ] } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $config = NULL ] Property [ protected $limitRows = NULL ] Property [ protected $page = NULL ] Property [ protected $repository = NULL ] } - Methods [7] { Method [ public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getLimit ] { - Parameters [0] { } - Return [ int ] } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ int $page ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ int $limit ] } - 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 $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 = NULL ] Property [ protected $limitRows = NULL ] Property [ protected $page = NULL ] Property [ protected $repository = NULL ] } - Methods [7] { Method [ public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getLimit ] { - Parameters [0] { } - Return [ int ] } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ int $page ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ int $limit ] } - 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 $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 = NULL ] Property [ protected $limitRows = NULL ] Property [ protected $page = NULL ] Property [ protected $repository = NULL ] Property [ protected $builder = NULL ] Property [ protected $columns = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getCurrentPage ] { - Parameters [0] { } - Return [ int ] } Method [ public method getQueryBuilder ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\Query\Builder ] } Method [ public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method setQueryBuilder ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] } - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] } Method [ public method getLimit ] { - Parameters [0] { } - Return [ int ] } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ int $page ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ int $limit ] } - 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 $properties = [] ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } } } Class [ class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [10] { 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 getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } 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 = NULL ] Property [ protected $properties = NULL ] } - Methods [15] { Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $property ] } } Method [ public method getAliases ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCurrent ] { - Parameters [0] { } - Return [ int ] } Method [ public method getFirst ] { - Parameters [0] { } - Return [ int ] } Method [ public method getItems ] { - Parameters [0] { } } Method [ public method getLast ] { - Parameters [0] { } - Return [ int ] } Method [ public method getLimit ] { - Parameters [0] { } - Return [ int ] } Method [ public method getNext ] { - Parameters [0] { } - Return [ int ] } Method [ public method getPrevious ] { - Parameters [0] { } - Return [ int ] } Method [ public method getTotalItems ] { - Parameters [0] { } - Return [ int ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method setAliases ] { - Parameters [1] { Parameter #0 [ array $aliases ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method setProperties ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ protected method getProperty ] { - Parameters [2] { Parameter #0 [ string $property ] Parameter #1 [ $defaultValue = ] } } Method [ protected method getRealNameProperty ] { - Parameters [1] { Parameter #0 [ string $property ] } - Return [ string ] } } } Class [ 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 = NULL ] } - Methods [8] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ bool ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ int $maxlifetime ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ string ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ bool ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } 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 = NULL ] } - Methods [8] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] Parameter #1 [ array $options = [] ] } } Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ bool ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ int $maxlifetime ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ string ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ bool ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] } Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } 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 = NULL ] Property [ protected $options = NULL ] Property [ protected $prefix = '' ] Property [ protected $ttl = 8600 ] Property [ private $path = '' ] } - Methods [16] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ bool ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ int $maxlifetime ] } } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ bool ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $sessionId ] } - Return [ string ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] } Method [ protected method getArrVal ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } Method [ private method getDirSeparator ] { - Parameters [1] { Parameter #0 [ string $directory ] } - Return [ string ] } Method [ protected method phpFileExists ] { - Parameters [1] { Parameter #0 [ string $filename ] } } Method [ protected method phpFileGetContents ] { - Parameters [1] { Parameter #0 [ string $filename ] } } Method [ protected method phpFilePutContents ] { - Parameters [4] { Parameter #0 [ string $filename ] Parameter #1 [ $data ] Parameter #2 [ int $flags = ] Parameter #3 [ $context = ] } } Method [ protected method phpFopen ] { - Parameters [2] { Parameter #0 [ string $filename ] Parameter #1 [ string $mode ] } } Method [ protected method phpIniGet ] { - Parameters [1] { Parameter #0 [ string $varname ] } - Return [ string ] } Method [ protected method phpIsWritable ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ bool ] } Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } Method [ protected method getPrefixedName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } } } Class [ class Phalcon\Session\Bag extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Session\BagInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] Property [ private $container = NULL ] Property [ private $name = NULL ] Property [ private $session = NULL ] } - Methods [31] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Session\ManagerInterface $session ] Parameter #1 [ string $name ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Session\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\ManagerInterface ] { - Constants [3] { Constant [ public int SESSION_ACTIVE ] { 2 } Constant [ public int SESSION_DISABLED ] { 0 } Constant [ public int SESSION_NONE ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $container = NULL ] Property [ private $adapter = NULL ] Property [ private $name = '' ] Property [ private $options = NULL ] Property [ private $uniqueId = '' ] } - Methods [27] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ public method destroy ] { - Parameters [0] { } - Return [ void ] } Method [ public method exists ] { - Parameters [0] { } - Return [ bool ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] Parameter #2 [ bool $remove = ] } } Method [ public method getAdapter ] { - Parameters [0] { } - Return [ SessionHandlerInterface ] } Method [ public method getId ] { - Parameters [0] { } - Return [ string ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method regenerateId ] { - Parameters [1] { Parameter #0 [ bool $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 $sessionId ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ public method start ] { - Parameters [0] { } - Return [ bool ] } Method [ public method status ] { - Parameters [0] { } - Return [ int ] } Method [ protected method phpHeadersSent ] { - Parameters [0] { } - Return [ bool ] } Method [ private method getUniqueKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ string ] } Method [ private method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } 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 = NULL ] Property [ protected $services = NULL ] Property [ private $serializerFactory = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ array $services = [] ] } } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options = [] ] } - Return [ Phalcon\Storage\Adapter\AdapterInterface ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Storage\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Storage\SerializerFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [9] { 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 getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } 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 [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [10] { Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ protected method phpBase64Decode ] { - Parameters [2] { Parameter #0 [ string $input ] Parameter #1 [ bool $strict = ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } 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 [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [11] { Method [ public method serialize ] { - Parameters [0] { } } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ private method getDecode ] { - Parameters [4] { Parameter #0 [ string $data ] Parameter #1 [ bool $associative = ] Parameter #2 [ int $depth = ] Parameter #3 [ int $options = ] } } Method [ private method getEncode ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ int $options = ] Parameter #2 [ int $depth = ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\MemcachedIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\MemcachedJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\MemcachedPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\Igbinary implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [12] { Method [ protected method doSerialize ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ string ] } Method [ protected method doUnserialize ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method serialize ] { - Parameters [0] { } } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ protected method phpIgbinarySerialize ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ ?string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } 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 [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [10] { Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ private method phpUnserialize ] { - Parameters [2] { Parameter #0 [ string $data ] Parameter #1 [ array $options = [] ] } - Return [ mixed ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\RedisIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\RedisJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\RedisMsgpack extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\RedisNone extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Storage\Serializer\RedisPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $data = NULL ] Property [ protected $isSuccess = true ] } - Methods [9] { Method [ public method serialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data = ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method getData ] { - Parameters [0] { } } Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ bool ] } } } Class [ class Phalcon\Support\Collection\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Support\Collection\ReadOnlyCollection extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] } - Methods [29] { Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $data = [] ] Parameter #1 [ bool $insensitive = ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ int ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ string $serialized ] } - Return [ void ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Support\Debug ] { - Constants [0] { } - Static properties [1] { Property [ protected static $isActive = false ] } - Static methods [0] { } - Properties [7] { Property [ protected $blacklist = NULL ] Property [ protected $data = NULL ] Property [ protected $hideDocumentRoot = false ] Property [ protected $showBackTrace = true ] Property [ protected $showFileFragment = false ] Property [ protected $showFiles = true ] Property [ protected $uri = 'https://assets....' ] } - Methods [22] { Method [ public method clearVars ] { - Parameters [0] { } - Return [ Phalcon\Support\Debug ] } Method [ public method debugVar ] { - Parameters [1] { Parameter #0 [ $varz ] } - Return [ Phalcon\Support\Debug ] } Method [ public method getCssSources ] { - Parameters [0] { } - Return [ string ] } Method [ public method getJsSources ] { - Parameters [0] { } - Return [ string ] } Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method halt ] { - Parameters [0] { } - Return [ void ] } Method [ public method listen ] { - Parameters [2] { Parameter #0 [ bool $exceptions = ] Parameter #1 [ bool $lowSeverity = ] } - Return [ Phalcon\Support\Debug ] } Method [ public method listenExceptions ] { - Parameters [0] { } - Return [ Phalcon\Support\Debug ] } Method [ public method listenLowSeverity ] { - Parameters [0] { } - Return [ Phalcon\Support\Debug ] } Method [ public method onUncaughtException ] { - Parameters [1] { Parameter #0 [ Throwable $exception ] } - Return [ bool ] } Method [ public method onUncaughtLowSeverity ] { - Parameters [5] { Parameter #0 [ $severity ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } - Return [ void ] } Method [ public method renderHtml ] { - Parameters [1] { Parameter #0 [ Throwable $exception ] } - Return [ string ] } Method [ public method setBlacklist ] { - Parameters [1] { Parameter #0 [ array $blacklist ] } - Return [ Phalcon\Support\Debug ] } Method [ public method setShowBackTrace ] { - Parameters [1] { Parameter #0 [ bool $showBackTrace ] } - Return [ Phalcon\Support\Debug ] } Method [ public method setShowFileFragment ] { - Parameters [1] { Parameter #0 [ bool $showFileFragment ] } - Return [ Phalcon\Support\Debug ] } Method [ public method setShowFiles ] { - Parameters [1] { Parameter #0 [ bool $showFiles ] } - Return [ Phalcon\Support\Debug ] } Method [ public method setUri ] { - Parameters [1] { Parameter #0 [ string $uri ] } - Return [ Phalcon\Support\Debug ] } Method [ protected method escapeString ] { - Parameters [1] { Parameter #0 [ string $value ] } - Return [ string ] } Method [ protected method getArrayDump ] { - Parameters [2] { Parameter #0 [ array $argument ] Parameter #1 [ $n = ] } - Return [ ?string ] } Method [ protected method getVarDump ] { - Parameters [1] { Parameter #0 [ $variable ] } - Return [ string ] } Method [ final protected method showTraceItem ] { - Parameters [2] { Parameter #0 [ int $n ] Parameter #1 [ array $trace ] } - Return [ string ] } Method [ private method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] } } } } Class [ class Phalcon\Support\Debug\Dump ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $detailed = false ] Property [ protected $methods = NULL ] Property [ protected $styles = NULL ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $styles = [] ] Parameter #1 [ bool $detailed = ] } } Method [ public method all ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDetailed ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setDetailed ] { - Parameters [1] { Parameter #0 [ bool $detailed ] } - Return [ void ] } Method [ public method one ] { - Parameters [2] { Parameter #0 [ $variable ] Parameter #1 [ ?string $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 $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 $name = ] Parameter #2 [ int $tab = ] } - Return [ string ] } Method [ private method encode ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ int $options = ] Parameter #2 [ int $depth = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Debug\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Support\HelperFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $arguments ] } } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ class Phalcon\Support\Helper\Arr\Blacklist extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ array $blackList ] } - Return [ array ] } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Chunk ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ int $size ] Parameter #2 [ bool $preserveKeys = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Filter extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\First extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\FirstKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Flatten ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ bool $deep = ] } - Return [ array ] } Method [ private method processNotArray ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $item ] } - Return [ array ] } Method [ private method processArray ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $item ] Parameter #2 [ bool $deep ] } - Return [ array ] } Method [ private method processArrayDeep ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $item ] Parameter #2 [ bool $deep ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Get ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue = ] Parameter #3 [ ?string $cast = ] } } } } Class [ class Phalcon\Support\Helper\Arr\Group ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } - Return [ array ] } Method [ private method isCallable ] { - Parameters [1] { Parameter #0 [ $method ] } - Return [ bool ] } Method [ private method processCallable ] { - Parameters [3] { Parameter #0 [ array $filtered ] Parameter #1 [ $method ] Parameter #2 [ $element ] } - Return [ array ] } Method [ private method processObject ] { - Parameters [3] { Parameter #0 [ array $filtered ] Parameter #1 [ $method ] Parameter #2 [ $element ] } - Return [ array ] } Method [ private method processOther ] { - Parameters [3] { Parameter #0 [ array $filtered ] Parameter #1 [ $method ] Parameter #2 [ $element ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Has ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] } - Return [ bool ] } } } Class [ class Phalcon\Support\Helper\Arr\IsUnique ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $collection ] } - Return [ bool ] } } } Class [ class Phalcon\Support\Helper\Arr\Last extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\LastKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Order ] { - Constants [2] { Constant [ public int ORDER_ASC ] { 1 } Constant [ public int ORDER_DESC ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method __invoke ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $attribute ] Parameter #2 [ int $order = ] Parameter #3 [ int $flags = ] } - Return [ array ] } Method [ private method checkObject ] { - Parameters [3] { Parameter #0 [ array $sorted ] Parameter #1 [ $attribute ] Parameter #2 [ $item ] } - Return [ array ] } Method [ private method checkNonObject ] { - Parameters [3] { Parameter #0 [ array $sorted ] Parameter #1 [ $attribute ] Parameter #2 [ $item ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Pluck ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $element ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Set ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $value ] Parameter #2 [ $index = ] } - Return [ array ] } Method [ private method checkNull ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $value ] Parameter #2 [ $index ] } - Return [ array ] } Method [ private method checkNotNull ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $value ] Parameter #2 [ $index ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\SliceLeft ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ int $elements = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\SliceRight ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ int $elements = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Split ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $collection ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\ToObject ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $collection ] } - Return [ object ] } } } Class [ class Phalcon\Support\Helper\Arr\ValidateAll extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } - Return [ bool ] } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\ValidateAny extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } - Return [ bool ] } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Arr\Whitelist extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ array $whiteList ] } - Return [ array ] } Method [ protected method toFilter ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\File\Basename ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $uri ] Parameter #1 [ ?string $suffix = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Json\Decode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [4] { Parameter #0 [ string $data ] Parameter #1 [ bool $associative = ] Parameter #2 [ int $depth = ] Parameter #3 [ int $options = ] } } } } Class [ class Phalcon\Support\Helper\Json\Encode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ int $options = ] Parameter #2 [ int $depth = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Number\IsBetween ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ int $value ] Parameter #1 [ int $start ] Parameter #2 [ int $end ] } - Return [ bool ] } } } Class [ class Phalcon\Support\Helper\Str\Camelize extends Phalcon\Support\Helper\Str\PascalCase ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ ?string $delimiters = ] Parameter #2 [ bool $lowerFirst = ] } - Return [ string ] } Method [ protected method processArray ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ ?string $delimiters = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Str\Concat extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __invoke ] { - Parameters [0] { } - Return [ string ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\CountVowels ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ int ] } } } Class [ class Phalcon\Support\Helper\Str\Decapitalize extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ bool $upperRest = ] Parameter #2 [ string $encoding = ] } - Return [ string ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Decrement ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $separator = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\DirFromFile ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $file ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\DirSeparator ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $directory ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Dynamic ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ string $leftDelimiter = ] Parameter #2 [ string $rightDelimiter = ] Parameter #3 [ string $separator = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\EndsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\FirstBetween ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ string $start ] Parameter #2 [ string $end ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Friendly extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ public method __invoke ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ string $separator = ] Parameter #2 [ bool $lowercase = ] Parameter #3 [ $replace = ] } - Return [ string ] } Method [ private method checkReplace ] { - Parameters [1] { Parameter #0 [ $replace ] } - Return [ array ] } Method [ private method getMatrix ] { - Parameters [1] { Parameter #0 [ array $replace ] } - Return [ array ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Humanize ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Includes ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] } - Return [ bool ] } } } Class [ class Phalcon\Support\Helper\Str\Increment ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $separator = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Interpolate ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [4] { Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $leftToken = ] Parameter #3 [ string $rightToken = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\IsAnagram ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $first ] Parameter #1 [ string $second ] } - Return [ bool ] } } } Class [ class Phalcon\Support\Helper\Str\IsLower extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ bool ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\IsPalindrome ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ bool ] } } } Class [ class Phalcon\Support\Helper\Str\IsUpper extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ bool ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\KebabCase extends Phalcon\Support\Helper\Str\PascalCase ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ ?string $delimiters = ] } - Return [ string ] } Method [ protected method processArray ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ ?string $delimiters = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Str\Len ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ int ] } } } Class [ class Phalcon\Support\Helper\Str\Lower extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Prefix ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ $text ] Parameter #1 [ string $prefix ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Random ] { - Constants [6] { Constant [ public int RANDOM_ALNUM ] { 0 } Constant [ public int RANDOM_ALPHA ] { 1 } Constant [ public int RANDOM_DISTINCT ] { 5 } Constant [ public int RANDOM_HEXDEC ] { 2 } Constant [ public int RANDOM_NOZERO ] { 4 } Constant [ public int RANDOM_NUMERIC ] { 3 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ int $type = ] Parameter #1 [ int $length = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\ReduceSlashes ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\SnakeCase extends Phalcon\Support\Helper\Str\PascalCase ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ ?string $delimiters = ] } - Return [ string ] } Method [ protected method processArray ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ ?string $delimiters = ] } - Return [ array ] } } } Class [ class Phalcon\Support\Helper\Str\StartsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Suffix ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ $text ] Parameter #1 [ string $suffix ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Ucwords ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Uncamelize ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $delimiter = ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Underscore ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } } } Class [ class Phalcon\Support\Helper\Str\Upper extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toEndsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toInterpolate ] { - Parameters [4] { Parameter #0 [ string $input ] Parameter #1 [ array $context = [] ] Parameter #2 [ string $left = ] Parameter #3 [ string $right = ] } - Return [ string ] } Method [ protected method toLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } Method [ protected method toStartsWith ] { - Parameters [3] { Parameter #0 [ string $haystack ] Parameter #1 [ string $needle ] Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } Method [ protected method toUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding = ] } - Return [ string ] } } } Class [ final class Phalcon\Support\Registry extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $data = NULL ] Property [ protected $insensitive = true ] Property [ protected $lowerKeys = NULL ] } - Methods [29] { Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } } Method [ final public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ final public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ final public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ final public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ final public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ final public method count ] { - Parameters [0] { } - Return [ int ] } Method [ final public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = ] } } Method [ final public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ final public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ bool ] } Method [ final public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] } - Return [ void ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ bool ] } Method [ final public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ mixed ] } Method [ final public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ final public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ final public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final public method toJson ] { - Parameters [1] { Parameter #0 [ int $options = ] } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ bool $insensitive = ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method phpJsonEncode ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ int $flags = ] Parameter #2 [ int $depth = ] } } Method [ protected method processKey ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ string ] } } } Class [ class Phalcon\Support\Version ] { - Constants [5] { Constant [ public int VERSION_MAJOR ] { 0 } Constant [ public int VERSION_MEDIUM ] { 1 } Constant [ public int VERSION_MINOR ] { 2 } Constant [ public int VERSION_SPECIAL ] { 3 } Constant [ public int VERSION_SPECIAL_NUMBER ] { 4 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ protected method getVersion ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method getSpecial ] { - Parameters [1] { Parameter #0 [ int $special ] } - Return [ string ] } Method [ public method get ] { - Parameters [0] { } - Return [ string ] } Method [ public method getId ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPart ] { - Parameters [1] { Parameter #0 [ int $part ] } - Return [ string ] } } } Class [ class Phalcon\Tag ] { - Constants [11] { Constant [ public int HTML32 ] { 1 } Constant [ public int HTML401_STRICT ] { 2 } Constant [ public int HTML401_TRANSITIONAL ] { 3 } Constant [ public int HTML401_FRAMESET ] { 4 } Constant [ public int HTML5 ] { 5 } Constant [ public int XHTML10_STRICT ] { 6 } Constant [ public int XHTML10_TRANSITIONAL ] { 7 } Constant [ public int XHTML10_FRAMESET ] { 8 } Constant [ public int XHTML11 ] { 9 } Constant [ public int XHTML20 ] { 10 } Constant [ public int XHTML5 ] { 11 } } - Static properties [10] { Property [ protected static $autoEscape = true ] Property [ protected static $container = NULL ] Property [ protected static $displayValues = NULL ] Property [ protected static $documentAppendTitle = NULL ] Property [ protected static $documentPrependTitle = NULL ] Property [ protected static $documentTitle = NULL ] Property [ protected static $documentTitleSeparator = NULL ] Property [ protected static $documentType = 11 ] Property [ protected static $escaperService = NULL ] Property [ protected static $urlService = NULL ] } - Static methods [58] { Method [ static public method appendTitle ] { - Parameters [1] { Parameter #0 [ $title ] } - Return [ void ] } Method [ static public method checkField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method colorField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method dateField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method dateTimeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method dateTimeLocalField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method displayTo ] { - Parameters [2] { Parameter #0 [ string $id ] Parameter #1 [ $value ] } - Return [ void ] } Method [ static public method emailField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method endForm ] { - Parameters [0] { } - Return [ string ] } Method [ static public method fileField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method formLegacy ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method friendlyTitle ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ string $separator = ] Parameter #2 [ bool $lowercase = ] Parameter #3 [ $replace = ] } - Return [ string ] } Method [ static public method getDocType ] { - Parameters [0] { } - Return [ string ] } Method [ static public method getEscaper ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ ?Phalcon\Html\Escaper\EscaperInterface ] } Method [ static public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ static public method getEscaperService ] { - Parameters [0] { } - Return [ Phalcon\Html\Escaper\EscaperInterface ] } Method [ static public method getTitle ] { - Parameters [2] { Parameter #0 [ bool $prepend = ] Parameter #1 [ bool $append = ] } - Return [ string ] } Method [ static public method getTitleSeparator ] { - Parameters [0] { } - Return [ string ] } Method [ static public method getUrlService ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Url\UrlInterface ] } Method [ static public method getValue ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array $params = [] ] } } Method [ static public method hasValue ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ bool ] } Method [ static public method hiddenField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method image ] { - Parameters [2] { Parameter #0 [ $parameters = ] Parameter #1 [ bool $local = ] } - Return [ string ] } Method [ static public method imageInput ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method javascriptInclude ] { - Parameters [2] { Parameter #0 [ $parameters = ] Parameter #1 [ bool $local = ] } - Return [ string ] } Method [ static public method linkTo ] { - Parameters [3] { Parameter #0 [ $parameters ] Parameter #1 [ $text = ] Parameter #2 [ $local = ] } - Return [ string ] } Method [ static public method monthField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method numericField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method passwordField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method prependTitle ] { - Parameters [1] { Parameter #0 [ $title ] } - Return [ void ] } Method [ static public method preload ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method radioField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method rangeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method renderAttributes ] { - Parameters [2] { Parameter #0 [ string $code ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ static public method renderTitle ] { - Parameters [2] { Parameter #0 [ bool $prepend = ] Parameter #1 [ bool $append = ] } - Return [ string ] } Method [ static public method resetInput ] { - Parameters [0] { } - Return [ void ] } Method [ static public method searchField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method select ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $data = ] } - Return [ string ] } Method [ static public method selectStatic ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $data = ] } - Return [ string ] } Method [ static public method setAutoescape ] { - Parameters [1] { Parameter #0 [ bool $autoescape ] } - Return [ void ] } Method [ static public method setDefault ] { - Parameters [2] { Parameter #0 [ string $id ] Parameter #1 [ $value ] } - Return [ void ] } Method [ static public method setDefaults ] { - Parameters [2] { Parameter #0 [ array $values ] Parameter #1 [ bool $merge = ] } - Return [ void ] } Method [ static public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ static public method setDocType ] { - Parameters [1] { Parameter #0 [ int $doctype ] } - Return [ void ] } Method [ static public method setTitle ] { - Parameters [1] { Parameter #0 [ string $title ] } - Return [ void ] } Method [ static public method setTitleSeparator ] { - Parameters [1] { Parameter #0 [ string $titleSeparator ] } - Return [ void ] } Method [ static public method stylesheetLink ] { - Parameters [2] { Parameter #0 [ $parameters = ] Parameter #1 [ bool $local = ] } - Return [ string ] } Method [ static public method submitButton ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method tagHtml ] { - Parameters [5] { Parameter #0 [ string $tagName ] Parameter #1 [ $parameters = ] Parameter #2 [ bool $selfClose = ] Parameter #3 [ bool $onlyStart = ] Parameter #4 [ bool $useEol = ] } - Return [ string ] } Method [ static public method tagHtmlClose ] { - Parameters [2] { Parameter #0 [ string $tagName ] Parameter #1 [ bool $useEol = ] } - Return [ string ] } Method [ static public method telField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method textArea ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method textField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method timeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method urlField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method weekField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ final static protected method inputField ] { - Parameters [3] { Parameter #0 [ string $type ] Parameter #1 [ $parameters ] Parameter #2 [ bool $asValue = ] } - Return [ string ] } Method [ final static protected method inputFieldChecked ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ $parameters ] } - Return [ string ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Tag\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } 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\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 = NULL ] Property [ protected $translate = NULL ] } - Methods [14] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $options ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ bool ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ bool ] } Method [ public method query ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } Method [ private method load ] { - Parameters [4] { Parameter #0 [ string $file ] Parameter #1 [ int $length ] Parameter #2 [ string $delimiter ] Parameter #3 [ string $enclosure ] } - Return [ void ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ protected method phpFopen ] { - Parameters [2] { Parameter #0 [ string $filename ] Parameter #1 [ string $mode ] } } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ mixed ] } 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 = NULL ] Property [ protected $category = NULL ] Property [ protected $defaultDomain = NULL ] Property [ protected $directory = NULL ] Property [ protected $locale = NULL ] } - Methods [24] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $options ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ bool ] } Method [ public method getCategory ] { - Parameters [0] { } - Return [ int ] } Method [ public method getDefaultDomain ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDirectory ] { - Parameters [0] { } } Method [ public method getLocale ] { - Parameters [0] { } - Return [ string ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ bool ] } Method [ public method nquery ] { - Parameters [5] { Parameter #0 [ string $msgid1 ] Parameter #1 [ string $msgid2 ] Parameter #2 [ int $count ] Parameter #3 [ array $placeholders = [] ] Parameter #4 [ ?string $domain = ] } - Return [ string ] } Method [ public method query ] { - Parameters [2] { Parameter #0 [ string $translateKey ] 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 [ ?string $domain = ] } - Return [ string ] } Method [ public method setLocale ] { - Parameters [2] { Parameter #0 [ int $category ] Parameter #1 [ array $localeArray = [] ] } } Method [ protected method getOptionsDefault ] { - Parameters [0] { } - Return [ array ] } Method [ protected method prepareOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ protected method phpFunctionExists ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ mixed ] } 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 = NULL ] Property [ private $translate = NULL ] Property [ private $triggerError = false ] } - Methods [13] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $options ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ bool ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ bool ] } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ string ] } Method [ public method query ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ mixed ] } 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 Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class Phalcon\Translate\InterpolatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper = NULL ] Property [ protected $services = NULL ] } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Translate\Interpolator\InterpolatorInterface ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } 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 = NULL ] Property [ protected $services = NULL ] Property [ private $interpolator = NULL ] } - Methods [10] { 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 ] } - Return [ Phalcon\Translate\Adapter\AdapterInterface ] } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options = [] ] } - Return [ Phalcon\Translate\Adapter\AdapterInterface ] } Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services = [] ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method checkConfigElement ] { - Parameters [2] { Parameter #0 [ array $config ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ protected method getException ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Exception ] } } } Class [ final class phalcon\0__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $element ] } } } } Class [ final class phalcon\10__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $action ] } } } } Class [ final class phalcon\11__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [4] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] } } } } Class [ final class phalcon\12__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\13__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\14__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $element ] } } } } Class [ final class phalcon\1__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [4] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] } } } } 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 [4] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] } } } } Class [ final class phalcon\4__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\5__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [4] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] } } } } 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 [1] { Parameter #0 [ $file ] } } } } 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 ] } } } } } }