diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 6503 |
1 files changed, 4149 insertions, 2354 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { +Extension [ <persistent> extension #146 phalcon version 5.11.1 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -15,6 +15,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Entry [ phalcon.db.force_casting <ALL> ] Current = '0' } + Entry [ phalcon.form.strict_entity_property_check <ALL> ] + Current = '0' + } Entry [ phalcon.orm.case_insensitive_column_map <ALL> ] Current = '0' } @@ -71,7 +74,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - - Classes [617] { + - Classes [622] { Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -104,6 +107,38 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon> abstract public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { @@ -177,38 +212,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:phalcon> abstract public method getEventsManager ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ <internal:phalcon> abstract public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] - } - - Return [ void ] - } - } - } - Interface [ <internal:phalcon> interface Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -235,7 +238,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -264,7 +267,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -288,7 +291,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -372,14 +375,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } Method [ <internal:phalcon> abstract public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -434,7 +437,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 79 ] } - Return [ string ] } @@ -520,7 +523,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -729,6 +732,110 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getAdapter ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> string $prefix = '' ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method increment ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $ttl = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method setForever ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + } + - Return [ bool ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Dispatcher\DispatcherInterface ] { - Constants [0] { @@ -873,7 +980,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method setModuleName ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $moduleName = <default> ] + Parameter #0 [ <optional> ?string $moduleName = null ] } - Return [ void ] } @@ -1008,110 +1115,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [11] { - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method clear ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method decrement ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ <required> string $key ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method get ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> $defaultValue = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getAdapter ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] { - - - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getPrefix ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method has ] { - - - Parameters [1] { - Parameter #0 [ <required> string $key ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method increment ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method set ] { - - - Parameters [3] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> $ttl = <default> ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method setForever ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <required> $value ] - } - - Return [ bool ] - } - } - } - Interface [ <internal:phalcon> interface Phalcon\Config\ConfigInterface extends Phalcon\Support\Collection\CollectionInterface ] { - Constants [0] { @@ -1147,14 +1150,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $delimiter = <default> ] + Parameter #2 [ <optional> ?string $delimiter = null ] } } Method [ <internal:phalcon> abstract public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Config\ConfigInterface ] } @@ -1203,14 +1206,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -1265,7 +1268,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection\CollectionInterface> abstract public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 79 ] } - Return [ string ] } @@ -1587,7 +1590,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method begin ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -1602,7 +1605,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method commit ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -1638,7 +1641,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -1647,7 +1650,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $whereCondition = <default> ] + Parameter #1 [ <optional> ?string $whereCondition = null ] Parameter #2 [ <optional> array $placeholders = [] ] Parameter #3 [ <optional> array $dataTypes = [] ] } @@ -1658,7 +1661,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -1667,7 +1670,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -1676,7 +1679,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -1724,8 +1727,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -1734,8 +1737,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -1770,7 +1773,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] - Parameter #1 [ <optional> int $fetchMode = <default> ] + Parameter #1 [ <optional> int $fetchMode = 2 ] Parameter #2 [ <optional> array $bindParams = [] ] Parameter #3 [ <optional> array $bindTypes = [] ] } @@ -1790,7 +1793,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] - Parameter #1 [ <optional> int $fetchMode = <default> ] + Parameter #1 [ <optional> int $fetchMode = 2 ] Parameter #2 [ <optional> array $bindParams = [] ] Parameter #3 [ <optional> array $bindTypes = [] ] } @@ -1949,7 +1952,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } } @@ -1965,7 +1968,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -1973,7 +1976,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -2009,7 +2012,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method rollback ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -2049,7 +2052,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -2058,7 +2061,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -2104,7 +2107,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -2275,7 +2278,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -2299,7 +2302,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -2400,7 +2403,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -2409,7 +2412,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -2418,7 +2421,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -2427,7 +2430,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -2476,7 +2479,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] Parameter #1 [ <required> string $schemaName ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -2485,8 +2488,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -2526,7 +2529,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -2544,7 +2547,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -2619,7 +2622,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -2628,7 +2631,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -2637,7 +2640,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -2804,118 +2807,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ResultsetInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ <internal:phalcon> abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon> abstract public method filter ] { - - - Parameters [1] { - Parameter #0 [ <required> $filter ] - } - - Return [ array ] - } - - Method [ <internal:phalcon> abstract public method getCache ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon> abstract public method getFirst ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon> abstract public method getHydrateMode ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:phalcon> abstract public method getLast ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Mvc\ModelInterface ] - } - - Method [ <internal:phalcon> abstract public method getMessages ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> abstract public method getType ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:phalcon> abstract public method isFresh ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon> abstract public method setHydrateMode ] { - - - Parameters [1] { - Parameter #0 [ <required> int $hydrateMode ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - - Method [ <internal:phalcon> abstract public method setIsFresh ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $isFresh ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - - Method [ <internal:phalcon> abstract public method toArray ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> abstract public method update ] { - - - Parameters [2] { - Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ] - } - - Return [ bool ] - } - } - } - Interface [ <internal:phalcon> interface Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { @@ -3096,7 +2987,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> int $column = <default> ] + Parameter #2 [ <optional> int $column = 0 ] } - Return [ array ] } @@ -3106,7 +2997,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> int $flags = <default> ] + Parameter #2 [ <optional> int $flags = null ] } - Return [ array ] } @@ -3116,7 +3007,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> string $className = <default> ] + Parameter #2 [ <optional> string $className = 'stdClass' ] Parameter #3 [ <optional> array $arguments = [] ] } - Return [ object ] @@ -3127,7 +3018,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> string $className = <default> ] + Parameter #2 [ <optional> string $className = 'stdClass' ] Parameter #3 [ <optional> array $arguments = [] ] } - Return [ array ] @@ -3249,7 +3140,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -3273,7 +3164,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -3337,7 +3228,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } } @@ -3400,7 +3291,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } - Return [ Phalcon\Di\ServiceInterface ] } @@ -3618,7 +3509,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $color ] - Parameter #1 [ <optional> int $opacity = <default> ] + Parameter #1 [ <optional> int $opacity = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -3636,8 +3527,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> int $width ] Parameter #1 [ <required> int $height ] - Parameter #2 [ <optional> ?int $offsetX = <default> ] - Parameter #3 [ <optional> ?int $offsetY = <default> ] + Parameter #2 [ <optional> ?int $offsetX = null ] + Parameter #3 [ <optional> ?int $offsetY = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -3670,8 +3561,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> int $height ] - Parameter #1 [ <optional> int $opacity = <default> ] - Parameter #2 [ <optional> bool $fadeIn = <default> ] + Parameter #1 [ <optional> int $opacity = 100 ] + Parameter #2 [ <optional> bool $fadeIn = false ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -3679,8 +3570,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method render ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $extension = <default> ] - Parameter #1 [ <optional> int $quality = <default> ] + Parameter #0 [ <optional> ?string $extension = null ] + Parameter #1 [ <optional> int $quality = 100 ] } - Return [ string ] } @@ -3688,9 +3579,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method resize ] { - Parameters [3] { - Parameter #0 [ <optional> ?int $width = <default> ] - Parameter #1 [ <optional> ?int $height = <default> ] - Parameter #2 [ <optional> int $master = <default> ] + Parameter #0 [ <optional> ?int $width = null ] + Parameter #1 [ <optional> ?int $height = null ] + Parameter #2 [ <optional> int $master = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -3706,8 +3597,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method save ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $file = <default> ] - Parameter #1 [ <optional> int $quality = <default> ] + Parameter #0 [ <optional> ?string $file = null ] + Parameter #1 [ <optional> int $quality = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -3724,12 +3615,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [7] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> int $offsetX = <default> ] - Parameter #2 [ <optional> int $offsetY = <default> ] - Parameter #3 [ <optional> int $opacity = <default> ] - Parameter #4 [ <optional> string $color = <default> ] - Parameter #5 [ <optional> int $size = <default> ] - Parameter #6 [ <optional> ?string $fontFile = <default> ] + Parameter #1 [ <optional> int $offsetX = 0 ] + Parameter #2 [ <optional> int $offsetY = 0 ] + Parameter #3 [ <optional> int $opacity = 100 ] + Parameter #4 [ <optional> string $color = '000000' ] + Parameter #5 [ <optional> int $size = 12 ] + Parameter #6 [ <optional> ?string $fontFile = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -3738,9 +3629,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ <optional> int $offsetX = <default> ] - Parameter #2 [ <optional> int $offsetY = <default> ] - Parameter #3 [ <optional> int $opacity = <default> ] + Parameter #1 [ <optional> int $offsetX = 0 ] + Parameter #2 [ <optional> int $offsetY = 0 ] + Parameter #3 [ <optional> int $opacity = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -3806,6 +3697,118 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ResultsetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ <internal:phalcon> abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getCache ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getFirst ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> abstract public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getLast ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\ModelInterface ] + } + + Method [ <internal:phalcon> abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method isFresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> abstract public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ <required> int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ <internal:phalcon> abstract public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ <internal:phalcon> abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> abstract public method update ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ] + } + - Return [ bool ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { @@ -3917,7 +3920,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <required> $params ] - Parameter #2 [ <optional> bool $mustClean = <default> ] + Parameter #2 [ <optional> bool $mustClean = false ] } } } @@ -4043,7 +4046,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getInheritedRoles ] { - Parameters [1] { - Parameter #0 [ <optional> string $roleName = <default> ] + Parameter #0 [ <optional> string $roleName = '' ] } - Return [ array ] } @@ -4549,7 +4552,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] Parameter #2 [ <optional> $httpMethods = <default> ] - Parameter #3 [ <optional> int $position = <default> ] + Parameter #3 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4559,7 +4562,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4569,7 +4572,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4579,7 +4582,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4589,7 +4592,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4599,7 +4602,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4609,7 +4612,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4619,7 +4622,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4629,7 +4632,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4639,7 +4642,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4649,7 +4652,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -4658,7 +4661,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ <optional> int $position = <default> ] + Parameter #1 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\RouterInterface ] } @@ -4852,7 +4855,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Stringable> abstract public method __toString ] { + Method [ <internal:phalcon> abstract public method __toString ] { - Parameters [0] { } @@ -4890,7 +4893,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } - Method [ <internal:phalcon, prototype Stringable> abstract public method __toString ] { + Method [ <internal:phalcon> abstract public method __toString ] { - Parameters [0] { } @@ -5144,7 +5147,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setModuleName ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $moduleName = <default> ] + Parameter #0 [ <optional> ?string $moduleName = null ] } - Return [ void ] } @@ -5188,7 +5191,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract static public method delimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } } @@ -5338,7 +5341,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getRead ] { - Parameters [1] { - Parameter #0 [ <optional> string $name = <default> ] + Parameter #0 [ <optional> string $name = '' ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } @@ -5346,7 +5349,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getWrite ] { - Parameters [1] { - Parameter #0 [ <optional> string $name = <default> ] + Parameter #0 [ <optional> string $name = '' ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } @@ -5397,7 +5400,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method finish ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $statement = <default> ] + Parameter #0 [ <optional> ?string $statement = null ] Parameter #1 [ <optional> array $values = [] ] } - Return [ void ] @@ -5970,7 +5973,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> ?string $key = <default> ] + Parameter #1 [ <optional> ?string $key = null ] } - Return [ string ] } @@ -5979,7 +5982,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> ?string $key = <default> ] + Parameter #1 [ <optional> ?string $key = null ] } - Return [ string ] } @@ -5988,7 +5991,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> ?string $key = <default> ] + Parameter #1 [ <optional> ?string $key = null ] } - Return [ string ] } @@ -5997,7 +6000,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> ?string $key = <default> ] + Parameter #1 [ <optional> ?string $key = null ] } - Return [ string ] } @@ -6170,7 +6173,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Interface [ <internal:phalcon> interface Phalcon\Events\ManagerInterface ] { - - Constants [0] { + - Constants [1] { + Constant [ public int DEFAULT_PRIORITY ] { 100 } } - Static properties [0] { @@ -6185,9 +6189,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Methods [6] { Method [ <internal:phalcon> abstract public method attach ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> string $eventType ] Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> int $priority = null ] } - Return [ void ] } @@ -6204,7 +6209,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method detachAll ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $type = <default> ] + Parameter #0 [ <optional> ?string $type = null ] } - Return [ void ] } @@ -6215,7 +6220,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $eventType ] Parameter #1 [ <required> $source ] Parameter #2 [ <optional> $data = <default> ] - Parameter #3 [ <optional> bool $cancelable = <default> ] + Parameter #3 [ <optional> bool $cancelable = true ] } } @@ -6257,7 +6262,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] Parameter #1 [ <required> $sanitizers ] - Parameter #2 [ <optional> bool $noRecursive = <default> ] + Parameter #2 [ <optional> bool $noRecursive = false ] } } } @@ -6297,9 +6302,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method bind ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $entity ] Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> array $whitelist = [] ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } @@ -6313,7 +6319,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getFilters ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } } @@ -6383,9 +6389,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method validate ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <optional> $data = <default> ] Parameter #1 [ <optional> $entity = <default> ] + Parameter #2 [ <optional> array $whitelist = [] ] } } } @@ -6996,11 +7003,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method get ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } @@ -7042,7 +7049,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getClientAddress ] { - Parameters [1] { - Parameter #0 [ <optional> bool $trustForwardedHeader = <default> ] + Parameter #0 [ <optional> bool $trustForwardedHeader = false ] } } @@ -7099,7 +7106,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getJsonRawBody ] { - Parameters [1] { - Parameter #0 [ <optional> bool $associative = <default> ] + Parameter #0 [ <optional> bool $associative = false ] } } @@ -7127,7 +7134,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getURI ] { - Parameters [1] { - Parameter #0 [ <optional> bool $onlyPath = <default> ] + Parameter #0 [ <optional> bool $onlyPath = false ] } - Return [ string ] } @@ -7135,33 +7142,33 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getPost ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } Method [ <internal:phalcon> abstract public method getPut ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } Method [ <internal:phalcon> abstract public method getQuery ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } @@ -7204,8 +7211,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method getUploadedFiles ] { - Parameters [2] { - Parameter #0 [ <optional> bool $onlySuccessful = <default> ] - Parameter #1 [ <optional> bool $namedKeys = <default> ] + Parameter #0 [ <optional> bool $onlySuccessful = false ] + Parameter #1 [ <optional> bool $namedKeys = false ] } - Return [ array ] } @@ -7311,7 +7318,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $methods ] - Parameter #1 [ <optional> bool $strict = <default> ] + Parameter #1 [ <optional> bool $strict = false ] } - Return [ bool ] } @@ -7368,7 +7375,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method numFiles ] { - Parameters [1] { - Parameter #0 [ <optional> bool $onlySuccessful = <default> ] + Parameter #0 [ <optional> bool $onlySuccessful = false ] } - Return [ int ] } @@ -7505,8 +7512,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <optional> $location = <default> ] - Parameter #1 [ <optional> bool $externalRedirect = <default> ] - Parameter #2 [ <optional> int $statusCode = <default> ] + Parameter #1 [ <optional> bool $externalRedirect = false ] + Parameter #2 [ <optional> int $statusCode = 302 ] } - Return [ Phalcon\Http\ResponseInterface ] } @@ -7596,7 +7603,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> int $code ] - Parameter #1 [ <optional> ?string $message = <default> ] + Parameter #1 [ <optional> ?string $message = null ] } - Return [ Phalcon\Http\ResponseInterface ] } @@ -7688,11 +7695,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [8] { Parameter #0 [ <required> string $name ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $expire = <default> ] - Parameter #3 [ <optional> string $path = <default> ] - Parameter #4 [ <optional> ?bool $secure = <default> ] - Parameter #5 [ <optional> ?string $domain = <default> ] - Parameter #6 [ <optional> ?bool $httpOnly = <default> ] + Parameter #2 [ <optional> int $expire = 0 ] + Parameter #3 [ <optional> string $path = '/' ] + Parameter #4 [ <optional> bool $secure = false ] + Parameter #5 [ <optional> string $domain = '' ] + Parameter #6 [ <optional> bool $httpOnly = false ] Parameter #7 [ <optional> array $options = [] ] } - Return [ Phalcon\Http\Response\CookiesInterface ] @@ -7783,7 +7790,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Methods [11] { - Method [ <internal:phalcon, prototype Stringable> abstract public method __toString ] { + Method [ <internal:phalcon> abstract public method __toString ] { - Parameters [0] { } @@ -8069,7 +8076,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setModuleName ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $moduleName = <default> ] + Parameter #0 [ <optional> ?string $moduleName = null ] } - Return [ void ] } @@ -8121,7 +8128,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8131,7 +8138,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8161,7 +8168,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8178,7 +8185,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8188,7 +8195,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8198,7 +8205,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8208,7 +8215,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8218,7 +8225,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8227,7 +8234,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $handler ] - Parameter #1 [ <optional> bool $lazy = <default> ] + Parameter #1 [ <optional> bool $lazy = false ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -8271,7 +8278,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ <required> array $data ] - Parameter #2 [ <optional> int $dirtyState = <default> ] + Parameter #2 [ <optional> int $dirtyState = 0 ] } - Return [ Phalcon\Mvc\ModelInterface ] } @@ -8282,8 +8289,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> $base ] Parameter #1 [ <required> array $data ] Parameter #2 [ <required> $columnMap ] - Parameter #3 [ <optional> int $dirtyState = <default> ] - Parameter #4 [ <optional> bool $keepSnapshots = <default> ] + Parameter #3 [ <optional> int $dirtyState = 0 ] + Parameter #4 [ <optional> bool $keepSnapshots = false ] } - Return [ Phalcon\Mvc\ModelInterface ] } @@ -8309,7 +8316,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [1] { Parameter #0 [ <optional> $parameters = <default> ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ <internal:phalcon> abstract static public method findFirst ] { @@ -8586,7 +8592,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> $handler ] Parameter #1 [ <required> array $params ] Parameter #2 [ <required> string $cacheKey ] - Parameter #3 [ <optional> ?string $methodName = <default> ] + Parameter #3 [ <optional> ?string $methodName = null ] } - Return [ array ] } @@ -8700,7 +8706,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method forUpdate ] { - Parameters [1] { - Parameter #0 [ <optional> bool $forUpdate = <default> ] + Parameter #0 [ <optional> bool $forUpdate = true ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -8813,7 +8819,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> int $limit ] - Parameter #1 [ <optional> int $offset = <default> ] + Parameter #1 [ <optional> int $offset = 0 ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -8876,7 +8882,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method sharedLock ] { - Parameters [1] { - Parameter #0 [ <optional> bool $sharedLock = <default> ] + Parameter #0 [ <optional> bool $sharedLock = true ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -9023,7 +9029,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $modelRelation ] Parameter #2 [ <required> Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ <optional> $parameters = <default> ] - Parameter #4 [ <optional> ?string $method = <default> ] + Parameter #4 [ <optional> ?string $method = null ] } } @@ -9049,7 +9055,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $modelRelation ] Parameter #2 [ <required> Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ <optional> $parameters = <default> ] - Parameter #4 [ <optional> ?string $method = <default> ] + Parameter #4 [ <optional> ?string $method = null ] } } @@ -9092,7 +9098,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $modelRelation ] Parameter #2 [ <required> Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ <optional> $parameters = <default> ] - Parameter #4 [ <optional> ?string $method = <default> ] + Parameter #4 [ <optional> ?string $method = null ] } } @@ -9156,7 +9162,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> Phalcon\Mvc\Model\RelationInterface $relation ] Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $record ] Parameter #2 [ <optional> $parameters = <default> ] - Parameter #3 [ <optional> ?string $method = <default> ] + Parameter #3 [ <optional> ?string $method = null ] } } @@ -9452,7 +9458,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindParams ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } @@ -9461,7 +9467,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindTypes ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } @@ -9469,7 +9475,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method setSharedLock ] { - Parameters [1] { - Parameter #0 [ <optional> bool $sharedLock = <default> ] + Parameter #0 [ <optional> bool $sharedLock = false ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } @@ -9505,7 +9511,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9526,7 +9532,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> $minimum ] Parameter #2 [ <required> $maximum ] - Parameter #3 [ <optional> string $operator = <default> ] + Parameter #3 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9678,8 +9684,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $conditions = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $conditions = null ] + Parameter #2 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9689,7 +9695,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> array $values ] - Parameter #2 [ <optional> string $operator = <default> ] + Parameter #2 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9698,8 +9704,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $conditions = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $conditions = null ] + Parameter #2 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9708,8 +9714,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $conditions = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $conditions = null ] + Parameter #2 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9735,7 +9741,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> $minimum ] Parameter #2 [ <required> $maximum ] - Parameter #3 [ <optional> string $operator = <default> ] + Parameter #3 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9745,7 +9751,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> array $values ] - Parameter #2 [ <optional> string $operator = <default> ] + Parameter #2 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9780,8 +9786,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $conditions = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $conditions = null ] + Parameter #2 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9790,7 +9796,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindParams ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -9799,7 +9805,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindTypes ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -10032,7 +10038,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method rollback ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $rollbackMessage = <default> ] + Parameter #0 [ <optional> ?string $rollbackMessage = null ] Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $rollbackRecord = <default> ] } - Return [ bool ] @@ -10111,7 +10117,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method get ] { - Parameters [1] { - Parameter #0 [ <optional> bool $autoBegin = <default> ] + Parameter #0 [ <optional> bool $autoBegin = true ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } @@ -10156,7 +10162,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method rollback ] { - Parameters [1] { - Parameter #0 [ <optional> bool $collect = <default> ] + Parameter #0 [ <optional> bool $collect = false ] } - Return [ void ] } @@ -10326,7 +10332,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> abstract public method getPaths ] { @@ -10531,7 +10537,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <optional> $uri = <default> ] Parameter #1 [ <optional> $args = <default> ] - Parameter #2 [ <optional> ?bool $local = <default> ] + Parameter #2 [ <optional> ?bool $local = null ] } - Return [ string ] } @@ -10569,7 +10575,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method path ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $path = <default> ] + Parameter #0 [ <optional> ?string $path = null ] } - Return [ string ] } @@ -10998,7 +11004,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -11105,7 +11111,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> bool $remove = <default> ] + Parameter #2 [ <optional> bool $remove = false ] } } @@ -11211,7 +11217,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> abstract public method regenerateId ] { - Parameters [1] { - Parameter #0 [ <optional> bool $deleteOldSession = <default> ] + Parameter #0 [ <optional> bool $deleteOldSession = true ] } - Return [ Phalcon\Session\ManagerInterface ] } @@ -11572,8 +11578,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -11582,8 +11589,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Methods [10] { Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -11591,7 +11599,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -11644,7 +11652,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -11654,7 +11662,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -11706,7 +11714,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -11816,8 +11824,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -11830,7 +11839,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -11846,15 +11855,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -11862,7 +11872,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -11915,7 +11925,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -11925,7 +11935,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -12096,6 +12106,244 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Class [ <internal:phalcon> abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + 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 $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + } + + - Methods [27] { + Method [ <internal:phalcon, ctor> protected method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ <optional> array $options = [] ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> string $prefix = '' ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method increment ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $ttl = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ <required> string $serializer ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + } + + Method [ <internal:phalcon> protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <required> string $prefix ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + + Method [ <internal:phalcon> protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ <required> $ttl ] + } + - Return [ int ] + } + + Method [ <internal:phalcon> protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon> protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> protected method getArrVal ] { + + - Parameters [4] { + Parameter #0 [ <required> array $collection ] + Parameter #1 [ <required> $index ] + Parameter #2 [ <optional> $defaultValue = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method setForever ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + } + - Return [ bool ] + } + } + } + Class [ <internal:phalcon> abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { @@ -12139,6 +12387,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon> public method isSuccess ] { @@ -12288,7 +12537,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -12520,204 +12769,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Class [ <internal:phalcon> 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 [ <internal:phalcon, ctor> protected method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ <optional> array $options = [] ] - } - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method clear ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method decrement ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] - } - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ <required> string $key ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> $defaultValue = <default> ] - } - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] { - - - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] - } - - Return [ array ] - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method has ] { - - - Parameters [1] { - Parameter #0 [ <required> string $key ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method increment ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] - } - } - - Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method set ] { - - - Parameters [3] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> $ttl = <default> ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon> public method setDefaultSerializer ] { - - - Parameters [1] { - Parameter #0 [ <required> string $serializer ] - } - - Return [ void ] - } - - Method [ <internal:phalcon> protected method doGet ] { - - - Parameters [1] { - Parameter #0 [ <required> string $key ] - } - } - - Method [ <internal:phalcon> protected method getFilteredKeys ] { - - - Parameters [2] { - Parameter #0 [ <required> $keys ] - Parameter #1 [ <required> string $prefix ] - } - - Return [ array ] - } - - Method [ <internal:phalcon> protected method getPrefixedKey ] { - - - Parameters [1] { - Parameter #0 [ <required> $key ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method getSerializedData ] { - - - Parameters [1] { - Parameter #0 [ <required> $content ] - } - } - - Method [ <internal:phalcon> protected method getTtl ] { - - - Parameters [1] { - Parameter #0 [ <required> $ttl ] - } - - Return [ int ] - } - - Method [ <internal:phalcon> protected method getUnserializedData ] { - - - Parameters [2] { - Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue = <default> ] - } - } - - Method [ <internal:phalcon> protected method initSerializer ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ <internal:phalcon> protected method getArrVal ] { - - - Parameters [4] { - Parameter #0 [ <required> array $collection ] - Parameter #1 [ <required> $index ] - Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method setForever ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <required> $value ] - } - - Return [ bool ] - } - } - } - Class [ <internal:phalcon> abstract class Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { @@ -12738,7 +12789,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -12748,8 +12799,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -12758,7 +12809,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -12768,7 +12819,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -12777,7 +12828,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -12806,7 +12857,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> array $data = [] ] - Parameter #1 [ <optional> bool $insensitive = <default> ] + Parameter #1 [ <optional> bool $insensitive = true ] } } @@ -12861,7 +12912,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -12875,7 +12926,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -12964,7 +13015,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { @@ -12977,7 +13028,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -12985,7 +13036,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -13018,8 +13069,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -13117,6 +13168,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -13289,7 +13341,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -13428,14 +13480,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $delimiter = <default> ] + Parameter #2 [ <optional> ?string $delimiter = null ] } } Method [ <internal:phalcon, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Config\ConfigInterface ] } @@ -13469,7 +13521,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> array $data = [] ] - Parameter #1 [ <optional> bool $insensitive = <default> ] + Parameter #1 [ <optional> bool $insensitive = true ] } } @@ -13524,7 +13576,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -13538,7 +13590,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -13627,13 +13679,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -13641,7 +13693,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -13665,8 +13717,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -13710,7 +13762,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = -1 ] } - Return [ string ] } @@ -13720,7 +13772,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } @@ -13757,7 +13809,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $flag ] - Parameter #1 [ <optional> bool $enable = <default> ] + Parameter #1 [ <optional> bool $enable = true ] } - Return [ void ] } @@ -13766,7 +13818,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -13851,7 +13903,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> string $glue = <default> ] + Parameter #1 [ <optional> string $glue = '' ] } - Return [ string ] } @@ -14322,7 +14374,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -14331,7 +14383,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $whereCondition = <default> ] + Parameter #1 [ <optional> ?string $whereCondition = null ] Parameter #2 [ <optional> array $placeholders = [] ] Parameter #3 [ <optional> array $dataTypes = [] ] } @@ -14342,7 +14394,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -14351,7 +14403,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -14399,8 +14451,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -14409,8 +14461,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -14427,7 +14479,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] - Parameter #1 [ <optional> int $fetchMode = <default> ] + Parameter #1 [ <optional> int $fetchMode = null ] Parameter #2 [ <optional> array $bindParams = [] ] Parameter #3 [ <optional> array $bindTypes = [] ] } @@ -14609,7 +14661,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -14617,7 +14669,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -14691,7 +14743,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -14700,7 +14752,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -14746,7 +14798,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -14761,7 +14813,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method begin ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -14776,7 +14828,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method commit ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -14793,7 +14845,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -14832,7 +14884,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } } @@ -14848,7 +14900,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AdapterInterface> abstract public method rollback ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -14866,8 +14918,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -14879,8 +14932,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } @@ -14908,8 +14961,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -14917,7 +14971,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -14970,7 +15024,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -14980,7 +15034,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -15127,7 +15181,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -15137,7 +15191,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -15155,7 +15209,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -15165,7 +15219,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -15185,7 +15239,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $andor ] Parameter #2 [ <required> string $condition ] Parameter #3 [ <optional> $value = <default> ] - Parameter #4 [ <optional> int $type = <default> ] + Parameter #4 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -15240,7 +15294,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $store ] Parameter #1 [ <required> string $condition ] Parameter #2 [ <optional> $value = <default> ] - Parameter #3 [ <optional> int $type = <default> ] + Parameter #3 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -15266,7 +15320,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = -1 ] } - Return [ string ] } @@ -15276,7 +15330,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } @@ -15313,7 +15367,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $flag ] - Parameter #1 [ <optional> bool $enable = <default> ] + Parameter #1 [ <optional> bool $enable = true ] } - Return [ void ] } @@ -15322,7 +15376,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -15407,7 +15461,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> string $glue = <default> ] + Parameter #1 [ <optional> string $glue = '' ] } - Return [ string ] } @@ -15468,7 +15522,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method begin ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -15476,7 +15530,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method commit ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -15563,7 +15617,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } } @@ -15587,7 +15641,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AdapterInterface, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollback ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -15671,7 +15725,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -15680,7 +15734,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $whereCondition = <default> ] + Parameter #1 [ <optional> ?string $whereCondition = null ] Parameter #2 [ <optional> array $placeholders = [] ] Parameter #3 [ <optional> array $dataTypes = [] ] } @@ -15691,7 +15745,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -15700,7 +15754,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -15748,8 +15802,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -15758,8 +15812,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -15776,7 +15830,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] - Parameter #1 [ <optional> int $fetchMode = <default> ] + Parameter #1 [ <optional> int $fetchMode = null ] Parameter #2 [ <optional> array $bindParams = [] ] Parameter #3 [ <optional> array $bindTypes = [] ] } @@ -15958,7 +16012,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -15966,7 +16020,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -16040,7 +16094,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -16049,7 +16103,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -16095,7 +16149,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -16104,7 +16158,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -16140,7 +16194,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $str ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16149,7 +16203,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $str ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16166,7 +16220,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $columnList ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16183,7 +16237,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $column ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16193,7 +16247,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16203,7 +16257,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16300,7 +16354,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16309,7 +16363,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16319,7 +16373,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16329,7 +16383,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16339,7 +16393,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16349,7 +16403,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16358,7 +16412,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16368,7 +16422,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16378,7 +16432,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16388,7 +16442,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16398,7 +16452,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16408,7 +16462,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16418,7 +16472,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16428,7 +16482,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16438,7 +16492,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16447,7 +16501,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16457,7 +16511,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16467,7 +16521,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -16477,8 +16531,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $qualified ] - Parameter #1 [ <optional> ?string $alias = <default> ] - Parameter #2 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $alias = null ] + Parameter #2 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16487,9 +16541,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] - Parameter #3 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] + Parameter #2 [ <optional> ?string $alias = null ] + Parameter #3 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16498,8 +16552,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $column ] - Parameter #1 [ <optional> ?string $domain = <default> ] - Parameter #2 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $domain = null ] + Parameter #2 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -16559,7 +16613,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -16568,7 +16622,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -16577,7 +16631,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -16586,7 +16640,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -16635,7 +16689,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] Parameter #1 [ <required> string $schemaName ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -16644,8 +16698,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -16661,7 +16715,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -16689,7 +16743,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -16698,7 +16752,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -16707,7 +16761,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -16750,7 +16804,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $eventName ] Parameter #1 [ <optional> $data = <default> ] - Parameter #2 [ <optional> bool $cancellable = <default> ] + Parameter #2 [ <optional> bool $cancellable = true ] } } } @@ -16767,8 +16821,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -16781,8 +16836,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [3] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\AbstractList ] @@ -16804,8 +16859,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -16813,7 +16869,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -16866,7 +16922,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -16876,7 +16932,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -17188,6 +17244,276 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + 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 $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $prefix = 'ph-reds-' ] + } + + - Methods [31] { + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ <optional> array $options = [] ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> string $prefix = '' ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $ttl = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AdapterInterface, prototype Phalcon\Storage\Adapter\AdapterInterface> public method setForever ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> private method checkAuth ] { + + - Parameters [1] { + Parameter #0 [ <required> Redis $connection ] + } + - Return [ Phalcon\Storage\Adapter\Redis ] + } + + Method [ <internal:phalcon> private method checkConnect ] { + + - Parameters [1] { + Parameter #0 [ <required> Redis $connection ] + } + - Return [ Phalcon\Storage\Adapter\Redis ] + } + + Method [ <internal:phalcon> private method checkIndex ] { + + - Parameters [1] { + Parameter #0 [ <required> Redis $connection ] + } + - Return [ Phalcon\Storage\Adapter\Redis ] + } + + Method [ <internal:phalcon> private method setSerializer ] { + + - Parameters [1] { + Parameter #0 [ <required> Redis $connection ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ <required> string $serializer ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <required> string $prefix ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ <required> $ttl ] + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getArrVal ] { + + - Parameters [4] { + Parameter #0 [ <required> array $collection ] + Parameter #1 [ <required> $index ] + Parameter #2 [ <optional> $defaultValue = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Support\Helper\Str\PascalCase ] { - Constants [0] { @@ -17207,7 +17533,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $delimiters = <default> ] + Parameter #1 [ <optional> ?string $delimiters = null ] } - Return [ string ] } @@ -17216,7 +17542,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $delimiters = <default> ] + Parameter #1 [ <optional> ?string $delimiters = null ] } - Return [ array ] } @@ -17385,7 +17711,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $modules ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Application\AbstractApplication ] } @@ -17560,11 +17886,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [7] { Parameter #0 [ <required> string $type ] Parameter #1 [ <required> string $path ] - Parameter #2 [ <optional> bool $isLocal = <default> ] - Parameter #3 [ <optional> bool $filter = <default> ] + Parameter #2 [ <optional> bool $isLocal = true ] + Parameter #3 [ <optional> bool $filter = true ] Parameter #4 [ <optional> array $attributes = [] ] - Parameter #5 [ <optional> ?string $version = <default> ] - Parameter #6 [ <optional> bool $isAutoVersion = <default> ] + Parameter #5 [ <optional> ?string $version = null ] + Parameter #6 [ <optional> bool $isAutoVersion = false ] } } @@ -17585,7 +17911,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getContent ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -17607,7 +17933,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getRealSourcePath ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -17615,7 +17941,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -17813,7 +18139,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $type ] Parameter #1 [ <required> string $content ] - Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #2 [ <optional> bool $filter = true ] Parameter #3 [ <optional> array $attributes = [] ] } } @@ -17992,7 +18318,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> int $column = <default> ] + Parameter #2 [ <optional> int $column = 0 ] } - Return [ array ] } @@ -18002,7 +18328,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> int $flags = <default> ] + Parameter #2 [ <optional> int $flags = null ] } - Return [ array ] } @@ -18012,7 +18338,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> string $className = <default> ] + Parameter #2 [ <optional> string $className = 'stdClass' ] Parameter #3 [ <optional> array $arguments = [] ] } - Return [ object ] @@ -18023,7 +18349,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> string $className = <default> ] + Parameter #2 [ <optional> string $className = 'stdClass' ] Parameter #3 [ <optional> array $arguments = [] ] } - Return [ array ] @@ -18086,7 +18412,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getQuoteNames ] { - Parameters [1] { - Parameter #0 [ <optional> string $driver = <default> ] + Parameter #0 [ <optional> string $driver = '' ] } - Return [ array ] } @@ -18108,7 +18434,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -18141,7 +18467,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -18290,7 +18616,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -18317,13 +18643,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [26] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [0] { @@ -18343,7 +18670,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } } @@ -18355,6 +18682,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Method [ <internal:phalcon> public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + Method [ <internal:phalcon> public method getInternalEventsManager ] { - Parameters [0] { @@ -18479,11 +18814,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } - Return [ Phalcon\Di\ServiceInterface ] } + Method [ <internal:phalcon> public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ <internal:phalcon> public method setInternalEventsManager ] { - Parameters [1] { @@ -18508,6 +18852,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Return [ Phalcon\Di\ServiceInterface ] } + + Method [ <internal:phalcon> private method resolveAlias ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } } } @@ -18809,7 +19161,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setModuleName ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $moduleName = <default> ] + Parameter #0 [ <optional> ?string $moduleName = null ] } - Return [ void ] } @@ -19043,7 +19395,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -19168,7 +19520,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> float $source ] Parameter #1 [ <required> float $target ] - Parameter #2 [ <optional> bool $included = <default> ] + Parameter #2 [ <optional> bool $included = false ] } } @@ -19296,7 +19648,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -19649,8 +20001,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> string $rel = <default> ] - Parameter #1 [ <optional> string $href = <default> ] + Parameter #0 [ <optional> string $rel = '' ] + Parameter #1 [ <optional> string $href = '' ] Parameter #2 [ <optional> array $attributes = [] ] } } @@ -19817,7 +20169,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $color ] - Parameter #1 [ <optional> int $opacity = <default> ] + Parameter #1 [ <optional> int $opacity = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19835,8 +20187,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> int $width ] Parameter #1 [ <required> int $height ] - Parameter #2 [ <optional> ?int $offsetX = <default> ] - Parameter #3 [ <optional> ?int $offsetY = <default> ] + Parameter #2 [ <optional> ?int $offsetX = null ] + Parameter #3 [ <optional> ?int $offsetY = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19910,8 +20262,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> int $height ] - Parameter #1 [ <optional> int $opacity = <default> ] - Parameter #2 [ <optional> bool $fadeIn = <default> ] + Parameter #1 [ <optional> int $opacity = 100 ] + Parameter #2 [ <optional> bool $fadeIn = false ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19919,8 +20271,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Image\Adapter\AdapterInterface> public method render ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $extension = <default> ] - Parameter #1 [ <optional> int $quality = <default> ] + Parameter #0 [ <optional> ?string $extension = null ] + Parameter #1 [ <optional> int $quality = 100 ] } - Return [ string ] } @@ -19928,9 +20280,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Image\Adapter\AdapterInterface> public method resize ] { - Parameters [3] { - Parameter #0 [ <optional> ?int $width = <default> ] - Parameter #1 [ <optional> ?int $height = <default> ] - Parameter #2 [ <optional> int $master = <default> ] + Parameter #0 [ <optional> ?int $width = null ] + Parameter #1 [ <optional> ?int $height = null ] + Parameter #2 [ <optional> int $master = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19946,8 +20298,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Image\Adapter\AdapterInterface> public method save ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $file = <default> ] - Parameter #1 [ <optional> int $quality = <default> ] + Parameter #0 [ <optional> ?string $file = null ] + Parameter #1 [ <optional> int $quality = -1 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19966,10 +20318,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $text ] Parameter #1 [ <optional> $offsetX = <default> ] Parameter #2 [ <optional> $offsetY = <default> ] - Parameter #3 [ <optional> int $opacity = <default> ] - Parameter #4 [ <optional> string $color = <default> ] - Parameter #5 [ <optional> int $size = <default> ] - Parameter #6 [ <optional> ?string $fontFile = <default> ] + Parameter #3 [ <optional> int $opacity = 100 ] + Parameter #4 [ <optional> string $color = '000000' ] + Parameter #5 [ <optional> int $size = 12 ] + Parameter #6 [ <optional> ?string $fontFile = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19978,9 +20330,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ <optional> int $offsetX = <default> ] - Parameter #2 [ <optional> int $offsetY = <default> ] - Parameter #3 [ <optional> int $opacity = <default> ] + Parameter #1 [ <optional> int $offsetX = 0 ] + Parameter #2 [ <optional> int $offsetY = 0 ] + Parameter #3 [ <optional> int $opacity = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -19989,8 +20341,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> int $value ] - Parameter #1 [ <optional> int $min = <default> ] - Parameter #2 [ <optional> int $max = <default> ] + Parameter #1 [ <optional> int $min = 0 ] + Parameter #2 [ <optional> int $max = 100 ] } - Return [ int ] } @@ -20052,7 +20404,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -20062,8 +20414,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -20072,7 +20424,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -20082,7 +20434,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -20091,7 +20443,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -20132,7 +20484,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> protected method getOptions ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $eventName = <default> ] + Parameter #0 [ <optional> ?string $eventName = null ] } } @@ -20485,7 +20837,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <required> $params ] - Parameter #2 [ <optional> bool $mustClean = <default> ] + Parameter #2 [ <optional> bool $mustClean = false ] } } } @@ -20517,7 +20869,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -20525,7 +20877,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -20533,7 +20885,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -20644,7 +20996,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $eventName ] Parameter #1 [ <optional> $data = <default> ] - Parameter #2 [ <optional> bool $cancellable = <default> ] + Parameter #2 [ <optional> bool $cancellable = true ] } } @@ -20725,7 +21077,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AdapterInterface> abstract public method getInheritedRoles ] { - Parameters [1] { - Parameter #0 [ <optional> string $roleName = <default> ] + Parameter #0 [ <optional> string $roleName = '' ] } - Return [ array ] } @@ -20781,7 +21133,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -20792,11 +21144,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $adapter = NULL ] + Property [ protected $eventsManager = NULL ] } - - Methods [21] { + - Methods [24] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -20811,6 +21164,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + Method [ <internal:phalcon> protected method checkKey ] { - Parameters [1] { @@ -20894,6 +21262,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ bool ] } + Method [ <internal:phalcon> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } + Method [ <internal:phalcon> abstract protected method getExceptionClass ] { - Parameters [0] { @@ -20977,7 +21354,38 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [4] { + Method [ <internal:phalcon> static public method serviceCannotBeResolved ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon> static public method serviceNotFound ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon> static public method unknownServiceInParameter ] { + + - Parameters [1] { + Parameter #0 [ <required> int $position ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon> static public method undefinedMethod ] { + + - Parameters [1] { + Parameter #0 [ <required> string $method ] + } + - Return [ Phalcon\Di\Exception ] + } } - Properties [4] { @@ -21067,7 +21475,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -21094,13 +21502,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Di\Di, ctor> public method __construct ] { - Parameters [0] { @@ -21120,7 +21529,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } } @@ -21132,6 +21541,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getInternalEventsManager ] { - Parameters [0] { @@ -21256,11 +21673,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } - Return [ Phalcon\Di\ServiceInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setInternalEventsManager ] { - Parameters [1] { @@ -21467,7 +21893,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -21577,8 +22003,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -21590,8 +22017,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Methods [16] { Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -21628,7 +22056,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -21637,7 +22065,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } @@ -21646,7 +22074,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -21699,7 +22127,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -21709,7 +22137,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -21736,8 +22164,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -21752,7 +22181,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $text ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> bool $raw = <default> ] + Parameter #2 [ <optional> bool $raw = false ] } - Return [ Phalcon\Html\Helper\AbstractList ] } @@ -21767,8 +22196,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] { - Parameters [3] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\AbstractList ] @@ -21783,8 +22212,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -21792,7 +22222,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -21845,7 +22275,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -21855,7 +22285,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -21882,8 +22312,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -21928,8 +22359,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } @@ -21950,8 +22381,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -21959,7 +22391,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -22012,7 +22444,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -22022,7 +22454,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -22088,8 +22520,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> string $rel = <default> ] - Parameter #1 [ <optional> string $href = <default> ] + Parameter #0 [ <optional> string $rel = '' ] + Parameter #1 [ <optional> string $href = '' ] Parameter #2 [ <optional> array $attributes = [] ] } } @@ -22474,9 +22906,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Class [ <internal:phalcon> class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -22485,7 +22919,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [20] { + - Properties [21] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -22505,14 +22939,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] Property [ protected $wasMatched = false ] } - - Methods [44] { + - Methods [47] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> bool $defaultRoutes = <default> ] + Parameter #0 [ <optional> bool $defaultRoutes = true ] } } @@ -22522,7 +22957,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] Parameter #2 [ <optional> $httpMethods = <default> ] - Parameter #3 [ <optional> int $position = <default> ] + Parameter #3 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22532,7 +22967,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22542,7 +22977,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22552,7 +22987,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22562,7 +22997,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22572,7 +23007,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22582,7 +23017,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22592,7 +23027,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22602,7 +23037,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22612,7 +23047,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22622,7 +23057,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -22631,7 +23066,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ <optional> int $position = <default> ] + Parameter #1 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\RouterInterface ] } @@ -22720,6 +23155,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getRewriteUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method extractRealUri ] { + + - Parameters [1] { + Parameter #0 [ <required> string $uri ] + } + - Return [ string ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { - Parameters [1] { @@ -22844,6 +23294,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Mvc\Router ] } + Method [ <internal:phalcon> public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ <required> int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { - Parameters [0] { @@ -22996,7 +23454,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -23004,7 +23462,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -23012,7 +23470,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -23045,7 +23503,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23056,17 +23514,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { 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 $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-apcu-' ] } - - Methods [29] { + - Methods [34] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -23086,7 +23546,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -23101,7 +23561,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -23118,7 +23578,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -23152,7 +23612,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> int $step = <default> ] + Parameter #1 [ <optional> int $step = 1 ] } } @@ -23174,7 +23634,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> int $step = <default> ] + Parameter #1 [ <optional> int $step = 1 ] } } @@ -23197,7 +23657,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $key ] Parameter #1 [ <required> $payload ] - Parameter #2 [ <optional> int $ttl = <default> ] + Parameter #2 [ <optional> int $ttl = 0 ] } } @@ -23222,6 +23682,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23229,6 +23696,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -23290,13 +23764,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23307,17 +23805,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { 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 $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-memc-' ] } - - Methods [26] { + - Methods [31] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -23337,7 +23837,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -23358,7 +23858,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -23375,7 +23875,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -23449,6 +23949,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23456,6 +23963,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -23524,13 +24038,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23541,7 +24079,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] @@ -23549,10 +24087,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $data = NULL ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -23572,7 +24112,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -23587,7 +24127,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -23604,7 +24144,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -23655,6 +24195,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23662,6 +24209,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -23723,13 +24277,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\RedisCluster extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -23740,18 +24318,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { 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-' ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $prefix = 'ph-redc-' ] } - - Methods [26] { - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { + - Methods [28] { + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\Redis, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Storage\SerializerFactory $factory ] @@ -23759,44 +24339,52 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] { + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] { + Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + - Parameters [0] { } } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] { + Method [ <internal:phalcon> private method setSerializer ] { - Parameters [1] { + Parameter #0 [ <required> RedisCluster $connection ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] { + + - Parameters [2] { Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] } - - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $key ] } + - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] { - Parameters [1] { Parameter #0 [ <required> string $key ] @@ -23804,15 +24392,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] { - Parameters [3] { Parameter #0 [ <required> string $key ] @@ -23822,7 +24410,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AdapterInterface, prototype Phalcon\Storage\Adapter\AdapterInterface> public method setForever ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method setForever ] { - Parameters [2] { Parameter #0 [ <required> string $key ] @@ -23831,58 +24419,40 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> private method checkAuth ] { - - - Parameters [1] { - Parameter #0 [ <required> Redis $connection ] - } - - Return [ Phalcon\Storage\Adapter\Redis ] - } - - Method [ <internal:phalcon> private method checkConnect ] { - - - Parameters [1] { - Parameter #0 [ <required> Redis $connection ] - } - - Return [ Phalcon\Storage\Adapter\Redis ] - } - - Method [ <internal:phalcon> private method checkIndex ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - - Parameters [1] { - Parameter #0 [ <required> Redis $connection ] + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> $defaultValue = <default> ] } - - Return [ Phalcon\Storage\Adapter\Redis ] } - Method [ <internal:phalcon> private method setSerializer ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ <required> Redis $connection ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> $defaultValue = <default> ] + - Parameters [0] { } + - Return [ int ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { @@ -23953,13 +24523,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -23970,18 +24564,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [10] { 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 $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-strm' ] Property [ protected $storageDir = '' ] } - - Methods [36] { + - Methods [41] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -24001,7 +24597,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -24024,7 +24620,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -24041,7 +24637,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -24067,7 +24663,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> private method getDir ] { - Parameters [1] { - Parameter #0 [ <optional> string $key = <default> ] + Parameter #0 [ <optional> string $key = '' ] } - Return [ string ] } @@ -24141,7 +24737,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $filename ] Parameter #1 [ <required> $data ] - Parameter #2 [ <optional> int $flags = <default> ] + Parameter #2 [ <optional> int $flags = 0 ] Parameter #3 [ <optional> $context = <default> ] } } @@ -24191,6 +24787,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -24198,6 +24801,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -24266,13 +24876,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Weak extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Storage\Adapter\Weak extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -24283,19 +24917,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [11] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] Property [ protected $fetching = NULL ] Property [ protected $weakList = NULL ] Property [ protected $options = NULL ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -24315,7 +24951,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -24330,7 +24966,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -24339,7 +24975,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -24399,6 +25035,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -24406,6 +25049,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method doGet ] { - Parameters [1] { @@ -24466,8 +25116,32 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] } } } @@ -24493,6 +25167,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] { @@ -24552,6 +25227,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -24579,6 +25255,98 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Class [ <internal:phalcon> 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 string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { @@ -24714,7 +25482,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Acl\Adapter\AdapterInterface, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getInheritedRoles ] { - Parameters [1] { - Parameter #0 [ <optional> string $roleName = <default> ] + Parameter #0 [ <optional> string $roleName = '' ] } - Return [ array ] } @@ -24795,7 +25563,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> string $element ] Parameter #2 [ <required> string $elementName ] - Parameter #3 [ <optional> string $suffix = <default> ] + Parameter #3 [ <optional> string $suffix = 'ACL' ] } - Return [ void ] } @@ -24856,7 +25624,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $eventName ] Parameter #1 [ <optional> $data = <default> ] - Parameter #2 [ <optional> bool $cancellable = <default> ] + Parameter #2 [ <optional> bool $cancellable = true ] } } } @@ -24883,11 +25651,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $description = <default> ] + Parameter #1 [ <optional> ?string $description = null ] } } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\ComponentInterface> public method __toString ] { - Parameters [0] { } @@ -25043,11 +25811,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $description = <default> ] + Parameter #1 [ <optional> ?string $description = null ] } } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\RoleInterface> public method __toString ] { - Parameters [0] { } @@ -25204,7 +25972,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $data = NULL ] } - - Methods [11] { + - Methods [12] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [0] { + } + } + Method [ <internal:phalcon> public method read ] { - Parameters [1] { @@ -25917,11 +26691,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [6] { Parameter #0 [ <required> string $path ] - Parameter #1 [ <optional> bool $local = <default> ] - Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $local = true ] + Parameter #2 [ <optional> bool $filter = true ] Parameter #3 [ <optional> array $attributes = [] ] - Parameter #4 [ <optional> ?string $version = <default> ] - Parameter #5 [ <optional> bool $autoVersion = <default> ] + Parameter #4 [ <optional> ?string $version = null ] + Parameter #5 [ <optional> bool $autoVersion = false ] } } @@ -25942,7 +26716,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getContent ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -25964,7 +26738,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealSourcePath ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -25972,7 +26746,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -26159,11 +26933,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [6] { Parameter #0 [ <required> string $path ] - Parameter #1 [ <optional> bool $local = <default> ] - Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $local = true ] + Parameter #2 [ <optional> bool $filter = true ] Parameter #3 [ <optional> array $attributes = [] ] - Parameter #4 [ <optional> ?string $version = <default> ] - Parameter #5 [ <optional> bool $autoVersion = <default> ] + Parameter #4 [ <optional> ?string $version = null ] + Parameter #5 [ <optional> bool $autoVersion = false ] } } @@ -26184,7 +26958,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getContent ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -26206,7 +26980,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealSourcePath ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -26214,7 +26988,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + Parameter #0 [ <optional> ?string $basePath = null ] } - Return [ string ] } @@ -26413,10 +27187,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [6] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $isLocal = <default> ] - Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #2 [ <optional> bool $filter = true ] Parameter #3 [ <optional> array $attributes = [] ] - Parameter #4 [ <optional> ?string $version = <default> ] - Parameter #5 [ <optional> bool $autoVersion = <default> ] + Parameter #4 [ <optional> ?string $version = null ] + Parameter #5 [ <optional> bool $autoVersion = false ] } - Return [ Phalcon\Assets\Collection ] } @@ -26441,7 +27215,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $content ] - Parameter #1 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $filter = true ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Assets\Collection ] @@ -26451,7 +27225,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $content ] - Parameter #1 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $filter = true ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Assets\Collection ] @@ -26462,10 +27236,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [6] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $isLocal = <default> ] - Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #2 [ <optional> bool $filter = true ] Parameter #3 [ <optional> array $attributes = [] ] - Parameter #4 [ <optional> ?string $version = <default> ] - Parameter #5 [ <optional> bool $autoVersion = <default> ] + Parameter #4 [ <optional> ?string $version = null ] + Parameter #5 [ <optional> bool $autoVersion = false ] } - Return [ Phalcon\Assets\Collection ] } @@ -26693,10 +27467,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $className ] Parameter #1 [ <required> string $path ] Parameter #2 [ <optional> $isLocal = <default> ] - Parameter #3 [ <optional> bool $filter = <default> ] + Parameter #3 [ <optional> bool $filter = true ] Parameter #4 [ <optional> array $attributes = [] ] - Parameter #5 [ <optional> ?string $version = <default> ] - Parameter #6 [ <optional> bool $autoVersion = <default> ] + Parameter #5 [ <optional> ?string $version = null ] + Parameter #6 [ <optional> bool $autoVersion = false ] } - Return [ Phalcon\Assets\Collection ] } @@ -26706,7 +27480,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $className ] Parameter #1 [ <required> string $content ] - Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #2 [ <optional> bool $filter = true ] Parameter #3 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Assets\Collection ] @@ -26912,7 +27686,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $content ] - Parameter #1 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $filter = true ] Parameter #2 [ <optional> array $attributes = [] ] } } @@ -27001,7 +27775,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $content ] - Parameter #1 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $filter = true ] Parameter #2 [ <optional> array $attributes = [] ] } } @@ -27116,11 +27890,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [6] { Parameter #0 [ <required> string $path ] - Parameter #1 [ <optional> bool $local = <default> ] - Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $local = true ] + Parameter #2 [ <optional> bool $filter = true ] Parameter #3 [ <optional> array $attributes = [] ] - Parameter #4 [ <optional> ?string $version = <default> ] - Parameter #5 [ <optional> bool $autoVersion = <default> ] + Parameter #4 [ <optional> ?string $version = null ] + Parameter #5 [ <optional> bool $autoVersion = false ] } - Return [ Phalcon\Assets\Manager ] } @@ -27146,7 +27920,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $content ] - Parameter #1 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $filter = true ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Assets\Manager ] @@ -27156,7 +27930,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $content ] - Parameter #1 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $filter = true ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Assets\Manager ] @@ -27166,11 +27940,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [6] { Parameter #0 [ <required> string $path ] - Parameter #1 [ <optional> bool $local = <default> ] - Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #1 [ <optional> bool $local = true ] + Parameter #2 [ <optional> bool $filter = true ] Parameter #3 [ <optional> array $attributes = [] ] - Parameter #4 [ <optional> ?string $version = <default> ] - Parameter #5 [ <optional> bool $autoVersion = <default> ] + Parameter #4 [ <optional> ?string $version = null ] + Parameter #5 [ <optional> bool $autoVersion = false ] } - Return [ Phalcon\Assets\Manager ] } @@ -27256,7 +28030,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method outputCss ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -27273,7 +28047,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method outputInlineCss ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -27281,7 +28055,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method outputInlineJs ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -27289,7 +28063,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method outputJs ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -27341,7 +28115,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $parameters = <default> ] - Parameter #1 [ <optional> bool $local = <default> ] + Parameter #1 [ <optional> bool $local = true ] } - Return [ string ] } @@ -27361,7 +28135,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $parameters = <default> ] - Parameter #1 [ <optional> bool $local = <default> ] + Parameter #1 [ <optional> bool $local = true ] } - Return [ string ] } @@ -27517,7 +28291,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> bool $isDebug = <default> ] + Parameter #0 [ <optional> bool $isDebug = false ] } } @@ -27559,7 +28333,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $directories ] - Parameter #2 [ <optional> bool $prepend = <default> ] + Parameter #2 [ <optional> bool $prepend = false ] } - Return [ Phalcon\Autoload\Loader ] } @@ -27638,7 +28412,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method register ] { - Parameters [1] { - Parameter #0 [ <optional> bool $prepend = <default> ] + Parameter #0 [ <optional> bool $prepend = false ] } - Return [ Phalcon\Autoload\Loader ] } @@ -27647,7 +28421,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $classes ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Autoload\Loader ] } @@ -27656,7 +28430,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $directories ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Autoload\Loader ] } @@ -27665,7 +28439,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $extensions ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Autoload\Loader ] } @@ -27682,7 +28456,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $files ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Autoload\Loader ] } @@ -27691,7 +28465,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $namespaces ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Autoload\Loader ] } @@ -27732,7 +28506,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> string $collectionName ] Parameter #2 [ <required> string $method ] - Parameter #3 [ <optional> bool $merge = <default> ] + Parameter #3 [ <optional> bool $merge = false ] } - Return [ Phalcon\Autoload\Loader ] } @@ -27750,7 +28524,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $directories ] Parameter #1 [ <required> string $className ] - Parameter #2 [ <optional> bool $isDirectory = <default> ] + Parameter #2 [ <optional> bool $isDirectory = false ] } - Return [ bool ] } @@ -27792,7 +28566,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $eventName ] Parameter #1 [ <optional> $data = <default> ] - Parameter #2 [ <optional> bool $cancellable = <default> ] + Parameter #2 [ <optional> bool $cancellable = true ] } } } @@ -27889,7 +28663,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -27900,17 +28674,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { 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 $eventsManager = NULL ] Property [ protected $prefix = 'ph-apcu-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [29] { + - Methods [34] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, ctor> public method __construct ] { - Parameters [2] { @@ -27930,7 +28706,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -27945,7 +28721,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -27962,7 +28738,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -27996,7 +28772,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> int $step = <default> ] + Parameter #1 [ <optional> int $step = 1 ] } } @@ -28018,7 +28794,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> int $step = <default> ] + Parameter #1 [ <optional> int $step = 1 ] } } @@ -28041,7 +28817,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $key ] Parameter #1 [ <required> $payload ] - Parameter #2 [ <optional> int $ttl = <default> ] + Parameter #2 [ <optional> int $ttl = 0 ] } } @@ -28066,6 +28842,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28073,6 +28856,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28134,13 +28924,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28151,17 +28965,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { 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 $eventsManager = NULL ] Property [ protected $prefix = 'ph-memc-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, ctor> public method __construct ] { - Parameters [2] { @@ -28181,7 +28997,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -28202,7 +29018,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -28219,7 +29035,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -28257,6 +29073,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28264,6 +29087,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28332,13 +29162,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28349,7 +29203,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] @@ -28357,10 +29211,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $data = NULL ] + Property [ protected $eventType = 'cache' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, ctor> public method __construct ] { - Parameters [2] { @@ -28380,7 +29236,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -28395,7 +29251,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -28412,7 +29268,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -28463,6 +29319,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28470,6 +29333,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28531,13 +29401,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28548,17 +29442,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { 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 $eventsManager = NULL ] Property [ protected $prefix = 'ph-reds-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, ctor> public method __construct ] { - Parameters [2] { @@ -28578,7 +29474,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -28599,7 +29495,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -28616,7 +29512,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -28654,6 +29550,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28661,6 +29564,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28729,13 +29639,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] } } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\RedisCluster extends Phalcon\Storage\Adapter\RedisCluster implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28746,18 +29680,258 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { + 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 $eventsManager = NULL ] + Property [ protected $prefix = 'ph-redc-' ] + Property [ protected $eventType = 'cache' ] + } + + - Methods [27] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\RedisCluster, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ <optional> array $options = [] ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\RedisCluster, prototype Phalcon\Storage\Adapter\AdapterInterface> public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\RedisCluster, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> string $prefix = '' ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> int $value = 1 ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $ttl = <default> ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method setForever ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ <required> string $serializer ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <required> string $prefix ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ <required> $ttl ] + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getArrVal ] { + + - Parameters [4] { + Parameter #0 [ <required> array $collection ] + Parameter #1 [ <required> $index ] + Parameter #2 [ <optional> $defaultValue = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { 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 $eventsManager = NULL ] Property [ protected $prefix = 'ph-strm' ] Property [ protected $storageDir = '' ] + Property [ protected $eventType = 'cache' ] } - - Methods [27] { + - Methods [32] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, ctor> public method __construct ] { - Parameters [2] { @@ -28777,7 +29951,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -28800,7 +29974,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -28817,7 +29991,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -28860,7 +30034,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $filename ] Parameter #1 [ <required> $data ] - Parameter #2 [ <optional> int $flags = <default> ] + Parameter #2 [ <optional> int $flags = 0 ] Parameter #3 [ <optional> $context = <default> ] } } @@ -28894,6 +30068,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28901,6 +30082,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] { - Parameters [1] { @@ -28969,13 +30157,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Weak extends Phalcon\Storage\Adapter\Weak implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Adapter\Weak extends Phalcon\Storage\Adapter\Weak implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -28986,19 +30198,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [11] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $fetching = NULL ] Property [ protected $weakList = NULL ] Property [ protected $options = NULL ] + Property [ protected $eventType = 'cache' ] } - - Methods [22] { + - Methods [27] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, ctor> public method __construct ] { - Parameters [2] { @@ -29018,7 +30232,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -29033,7 +30247,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> string $prefix = <default> ] + Parameter #0 [ <optional> string $prefix = '' ] } - Return [ array ] } @@ -29042,7 +30256,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> int $value = <default> ] + Parameter #1 [ <optional> int $value = 1 ] } } @@ -29102,6 +30316,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -29109,6 +30330,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method doGet ] { - Parameters [1] { @@ -29169,13 +30397,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] } + - Return [ void ] } } } - Class [ <internal:phalcon> class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface ] { + Class [ <internal:phalcon> class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Events\EventsAwareInterface, Phalcon\Cache\CacheInterface ] { - Constants [0] { } @@ -29186,11 +30438,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $adapter = NULL ] + Property [ protected $eventsManager = NULL ] } - - Methods [21] { + - Methods [24] { Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method clear ] { - Parameters [0] { @@ -29278,6 +30531,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache> protected method checkKey ] { - Parameters [1] { @@ -29360,6 +30628,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Return [ bool ] } + + Method [ <internal:phalcon, inherits Phalcon\Cache\AbstractCache> protected method fire ] { + + - Parameters [2] { + Parameter #0 [ <required> string $eventName ] + Parameter #1 [ <required> $keys ] + } + - Return [ void ] + } } } @@ -29653,8 +30930,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <optional> ?array $arguments = [] ] - Parameter #1 [ <optional> bool $str = <default> ] - Parameter #2 [ <optional> bool $shift = <default> ] + Parameter #1 [ <optional> bool $str = true ] + Parameter #2 [ <optional> bool $shift = true ] } - Return [ Phalcon\Cli\Console ] } @@ -29698,7 +30975,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $modules ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Application\AbstractApplication ] } @@ -29989,7 +31266,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $message ] - Parameter #1 [ <optional> int $exceptionCode = <default> ] + Parameter #1 [ <optional> int $exceptionCode = 0 ] } } @@ -30241,7 +31518,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setModuleName ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $moduleName = <default> ] + Parameter #0 [ <optional> ?string $moduleName = null ] } - Return [ void ] } @@ -30428,7 +31705,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> bool $defaultRoutes = <default> ] + Parameter #0 [ <optional> bool $defaultRoutes = true ] } } @@ -30681,7 +31958,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Cli\Router\RouteInterface> static public method delimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } - Return [ void ] } @@ -30937,7 +32214,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $arrayConfig ] - Parameter #1 [ <optional> string $defaultAdapter = <default> ] + Parameter #1 [ <optional> string $defaultAdapter = 'php' ] } } @@ -30961,14 +32238,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $delimiter = <default> ] + Parameter #2 [ <optional> ?string $delimiter = null ] } } Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Config\ConfigInterface ] } @@ -31049,7 +32326,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -31063,7 +32340,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -31152,13 +32429,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -31166,7 +32443,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -31190,8 +32467,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -31229,7 +32506,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $filePath ] - Parameter #1 [ <optional> int $mode = <default> ] + Parameter #1 [ <optional> int $mode = 1 ] } } @@ -31262,8 +32539,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $filename ] - Parameter #1 [ <optional> bool $processSections = <default> ] - Parameter #2 [ <optional> int $scannerMode = <default> ] + Parameter #1 [ <optional> bool $processSections = false ] + Parameter #2 [ <optional> int $scannerMode = 1 ] } } @@ -31287,14 +32564,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $delimiter = <default> ] + Parameter #2 [ <optional> ?string $delimiter = null ] } } Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Config\ConfigInterface ] } @@ -31375,7 +32652,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -31389,7 +32666,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -31478,13 +32755,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -31492,7 +32769,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -31516,8 +32793,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -31578,14 +32855,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $delimiter = <default> ] + Parameter #2 [ <optional> ?string $delimiter = null ] } } Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Config\ConfigInterface ] } @@ -31666,7 +32943,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -31680,7 +32957,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -31769,13 +33046,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -31783,7 +33060,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -31807,8 +33084,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -31869,14 +33146,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $delimiter = <default> ] + Parameter #2 [ <optional> ?string $delimiter = null ] } } Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Config\ConfigInterface ] } @@ -31957,7 +33234,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -31971,7 +33248,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -32060,13 +33337,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -32074,7 +33351,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -32098,8 +33375,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -32179,14 +33456,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $delimiter = <default> ] + Parameter #2 [ <optional> ?string $delimiter = null ] } } Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Config\ConfigInterface> public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Config\ConfigInterface ] } @@ -32267,7 +33544,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -32281,7 +33558,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -32370,13 +33647,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -32384,7 +33661,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -32408,8 +33685,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -32657,8 +33934,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [6] { Parameter #0 [ <required> string $dsn ] - Parameter #1 [ <optional> ?string $username = <default> ] - Parameter #2 [ <optional> ?string $password = <default> ] + Parameter #1 [ <optional> ?string $username = null ] + Parameter #2 [ <optional> ?string $password = null ] Parameter #3 [ <optional> array $options = [] ] Parameter #4 [ <optional> array $queries = [] ] Parameter #5 [ <optional> ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = <default> ] @@ -32762,7 +34039,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> int $column = <default> ] + Parameter #2 [ <optional> int $column = 0 ] } - Return [ array ] } @@ -32772,7 +34049,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> int $flags = <default> ] + Parameter #2 [ <optional> int $flags = null ] } - Return [ array ] } @@ -32782,7 +34059,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> string $className = <default> ] + Parameter #2 [ <optional> string $className = 'stdClass' ] Parameter #3 [ <optional> array $arguments = [] ] } - Return [ object ] @@ -32793,7 +34070,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> string $className = <default> ] + Parameter #2 [ <optional> string $className = 'stdClass' ] Parameter #3 [ <optional> array $arguments = [] ] } - Return [ array ] @@ -32856,7 +34133,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getQuoteNames ] { - Parameters [1] { - Parameter #0 [ <optional> string $driver = <default> ] + Parameter #0 [ <optional> string $driver = '' ] } - Return [ array ] } @@ -32878,7 +34155,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -32911,7 +34188,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -33000,7 +34277,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method getRead ] { - Parameters [1] { - Parameter #0 [ <optional> string $name = <default> ] + Parameter #0 [ <optional> string $name = '' ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } @@ -33008,7 +34285,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method getWrite ] { - Parameters [1] { - Parameter #0 [ <optional> string $name = <default> ] + Parameter #0 [ <optional> string $name = '' ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } @@ -33043,7 +34320,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $type ] - Parameter #1 [ <optional> string $name = <default> ] + Parameter #1 [ <optional> string $name = '' ] } - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } @@ -33171,7 +34448,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> int $column = <default> ] + Parameter #2 [ <optional> int $column = 0 ] } - Return [ array ] } @@ -33181,7 +34458,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> int $flags = <default> ] + Parameter #2 [ <optional> int $flags = null ] } - Return [ array ] } @@ -33191,7 +34468,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> string $className = <default> ] + Parameter #2 [ <optional> string $className = 'stdClass' ] Parameter #3 [ <optional> array $arguments = [] ] } - Return [ object ] @@ -33202,7 +34479,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $statement ] Parameter #1 [ <optional> array $values = [] ] - Parameter #2 [ <optional> string $className = <default> ] + Parameter #2 [ <optional> string $className = 'stdClass' ] Parameter #3 [ <optional> array $arguments = [] ] } - Return [ array ] @@ -33265,7 +34542,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getQuoteNames ] { - Parameters [1] { - Parameter #0 [ <optional> string $driver = <default> ] + Parameter #0 [ <optional> string $driver = '' ] } - Return [ array ] } @@ -33287,7 +34564,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -33320,7 +34597,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -33722,7 +34999,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface> public method finish ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $statement = <default> ] + Parameter #0 [ <optional> ?string $statement = null ] Parameter #1 [ <optional> array $values = [] ] } - Return [ void ] @@ -33811,7 +35088,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = -1 ] } - Return [ string ] } @@ -33829,7 +35106,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -33838,7 +35115,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $values ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -33946,7 +35223,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -33956,7 +35233,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -33974,7 +35251,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -33984,7 +35261,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -34004,7 +35281,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $andor ] Parameter #2 [ <required> string $condition ] Parameter #3 [ <optional> $value = <default> ] - Parameter #4 [ <optional> int $type = <default> ] + Parameter #4 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -34059,7 +35336,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $store ] Parameter #1 [ <required> string $condition ] Parameter #2 [ <optional> $value = <default> ] - Parameter #3 [ <optional> int $type = <default> ] + Parameter #3 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -34077,7 +35354,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = -1 ] } - Return [ string ] } @@ -34087,7 +35364,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } @@ -34117,7 +35394,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $flag ] - Parameter #1 [ <optional> bool $enable = <default> ] + Parameter #1 [ <optional> bool $enable = true ] } - Return [ void ] } @@ -34126,7 +35403,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -34204,7 +35481,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> string $glue = <default> ] + Parameter #1 [ <optional> string $glue = '' ] } - Return [ string ] } @@ -34242,7 +35519,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $column ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\Insert ] } @@ -34266,7 +35543,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getLastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -34313,7 +35590,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = -1 ] } - Return [ string ] } @@ -34323,7 +35600,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } @@ -34353,7 +35630,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $flag ] - Parameter #1 [ <optional> bool $enable = <default> ] + Parameter #1 [ <optional> bool $enable = true ] } - Return [ void ] } @@ -34362,7 +35639,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -34440,7 +35717,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> string $glue = <default> ] + Parameter #1 [ <optional> string $glue = '' ] } - Return [ string ] } @@ -34466,7 +35743,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> string $selectClass = <default> ] + Parameter #0 [ <optional> string $selectClass = '' ] } } @@ -34548,7 +35825,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -34566,7 +35843,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -34576,7 +35853,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -34592,7 +35869,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method distinct ] { - Parameters [1] { - Parameter #0 [ <optional> bool $enable = <default> ] + Parameter #0 [ <optional> bool $enable = true ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -34608,7 +35885,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method forUpdate ] { - Parameters [1] { - Parameter #0 [ <optional> bool $enable = <default> ] + Parameter #0 [ <optional> bool $enable = true ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -34640,7 +35917,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -34652,7 +35929,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $table ] Parameter #2 [ <required> string $condition ] Parameter #3 [ <optional> $value = <default> ] - Parameter #4 [ <optional> int $type = <default> ] + Parameter #4 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -34662,7 +35939,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -34698,7 +35975,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> protected method getCurrentStatement ] { - Parameters [1] { - Parameter #0 [ <optional> string $suffix = <default> ] + Parameter #0 [ <optional> string $suffix = '' ] } - Return [ string ] } @@ -34738,7 +36015,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -34748,7 +36025,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -34766,7 +36043,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -34776,7 +36053,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -34796,7 +36073,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $andor ] Parameter #2 [ <required> string $condition ] Parameter #3 [ <optional> $value = <default> ] - Parameter #4 [ <optional> int $type = <default> ] + Parameter #4 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -34851,7 +36128,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $store ] Parameter #1 [ <required> string $condition ] Parameter #2 [ <optional> $value = <default> ] - Parameter #3 [ <optional> int $type = <default> ] + Parameter #3 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -34877,7 +36154,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = -1 ] } - Return [ string ] } @@ -34887,7 +36164,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } @@ -34917,7 +36194,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $flag ] - Parameter #1 [ <optional> bool $enable = <default> ] + Parameter #1 [ <optional> bool $enable = true ] } - Return [ void ] } @@ -34926,7 +36203,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -35004,7 +36281,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> string $glue = <default> ] + Parameter #1 [ <optional> string $glue = '' ] } - Return [ string ] } @@ -35042,7 +36319,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $column ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\Update ] } @@ -35129,7 +36406,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -35139,7 +36416,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -35157,7 +36434,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -35167,7 +36444,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $condition ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } @@ -35187,7 +36464,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $andor ] Parameter #2 [ <required> string $condition ] Parameter #3 [ <optional> $value = <default> ] - Parameter #4 [ <optional> int $type = <default> ] + Parameter #4 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -35242,7 +36519,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $store ] Parameter #1 [ <required> string $condition ] Parameter #2 [ <optional> $value = <default> ] - Parameter #3 [ <optional> int $type = <default> ] + Parameter #3 [ <optional> int $type = -1 ] } - Return [ void ] } @@ -35260,7 +36537,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = -1 ] } - Return [ string ] } @@ -35270,7 +36547,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> int $type = <default> ] + Parameter #2 [ <optional> int $type = -1 ] } - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } @@ -35300,7 +36577,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $flag ] - Parameter #1 [ <optional> bool $enable = <default> ] + Parameter #1 [ <optional> bool $enable = true ] } - Return [ void ] } @@ -35309,7 +36586,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> int $type = <default> ] + Parameter #1 [ <optional> int $type = null ] } - Return [ string ] } @@ -35387,7 +36664,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> string $glue = <default> ] + Parameter #1 [ <optional> string $glue = '' ] } - Return [ string ] } @@ -35542,7 +36819,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -35551,7 +36828,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -35560,7 +36837,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -35589,7 +36866,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method begin ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -35597,7 +36874,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method commit ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -35684,7 +36961,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } } @@ -35708,7 +36985,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollback ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -35775,7 +37052,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -35784,7 +37061,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $whereCondition = <default> ] + Parameter #1 [ <optional> ?string $whereCondition = null ] Parameter #2 [ <optional> array $placeholders = [] ] Parameter #3 [ <optional> array $dataTypes = [] ] } @@ -35834,8 +37111,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -35844,8 +37121,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -35862,7 +37139,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] - Parameter #1 [ <optional> int $fetchMode = <default> ] + Parameter #1 [ <optional> int $fetchMode = null ] Parameter #2 [ <optional> array $bindParams = [] ] Parameter #3 [ <optional> array $bindTypes = [] ] } @@ -36044,7 +37321,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -36052,7 +37329,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -36126,7 +37403,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -36135,7 +37412,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -36181,7 +37458,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -36254,7 +37531,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -36263,7 +37540,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -36317,7 +37594,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method begin ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -36325,7 +37602,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method commit ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -36404,7 +37681,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } } @@ -36428,7 +37705,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollback ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -36495,7 +37772,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -36504,7 +37781,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $whereCondition = <default> ] + Parameter #1 [ <optional> ?string $whereCondition = null ] Parameter #2 [ <optional> array $placeholders = [] ] Parameter #3 [ <optional> array $dataTypes = [] ] } @@ -36515,7 +37792,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -36563,8 +37840,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -36573,8 +37850,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -36591,7 +37868,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] - Parameter #1 [ <optional> int $fetchMode = <default> ] + Parameter #1 [ <optional> int $fetchMode = null ] Parameter #2 [ <optional> array $bindParams = [] ] Parameter #3 [ <optional> array $bindTypes = [] ] } @@ -36766,7 +38043,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -36774,7 +38051,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -36830,7 +38107,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -36839,7 +38116,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -36878,7 +38155,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -36941,7 +38218,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -36950,7 +38227,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -36959,7 +38236,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ array ] } @@ -37002,7 +38279,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method begin ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -37010,7 +38287,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method commit ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -37089,7 +38366,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] } } @@ -37113,7 +38390,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method rollback ] { - Parameters [1] { - Parameter #0 [ <optional> bool $nesting = <default> ] + Parameter #0 [ <optional> bool $nesting = true ] } - Return [ bool ] } @@ -37190,7 +38467,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -37199,7 +38476,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $whereCondition = <default> ] + Parameter #1 [ <optional> ?string $whereCondition = null ] Parameter #2 [ <optional> array $placeholders = [] ] Parameter #3 [ <optional> array $dataTypes = [] ] } @@ -37249,8 +38526,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -37259,8 +38536,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ bool ] } @@ -37277,7 +38554,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] - Parameter #1 [ <optional> int $fetchMode = <default> ] + Parameter #1 [ <optional> int $fetchMode = null ] Parameter #2 [ <optional> array $bindParams = [] ] Parameter #3 [ <optional> array $bindTypes = [] ] } @@ -37452,7 +38729,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -37460,7 +38737,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -37534,7 +38811,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -37543,7 +38820,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ array ] } @@ -37575,7 +38852,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ bool ] } @@ -37594,7 +38871,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.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_BINARY ] { 27 } Constant [ public int TYPE_BLOB ] { 11 } Constant [ public int TYPE_BOOLEAN ] { 8 } Constant [ public int TYPE_CHAR ] { 5 } @@ -37619,7 +38896,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { 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_VARBINARY ] { 28 } Constant [ public int TYPE_VARCHAR ] { 2 } } @@ -37630,7 +38907,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Properties [16] { - Property [ protected $after = NULL ] + Property [ protected $after = '' ] Property [ protected $autoIncrement = false ] Property [ protected $bindType = 2 ] Property [ protected $comment = NULL ] @@ -37661,7 +38938,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getBindType ] { @@ -37847,7 +39124,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -37856,7 +39133,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -37865,7 +39142,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -37874,7 +39151,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -37922,8 +39199,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -37932,8 +39209,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -37956,7 +39233,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -37964,7 +39241,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -37992,7 +39269,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -38001,7 +39278,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -38019,7 +39296,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -38060,7 +39337,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $str ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38069,7 +39346,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $str ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38086,7 +39363,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $columnList ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38103,7 +39380,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $column ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38113,7 +39390,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38123,7 +39400,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38220,7 +39497,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38229,7 +39506,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38239,7 +39516,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38249,7 +39526,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38259,7 +39536,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38269,7 +39546,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38278,7 +39555,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38288,7 +39565,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38298,7 +39575,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38308,7 +39585,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38318,7 +39595,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38328,7 +39605,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38338,7 +39615,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38348,7 +39625,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38358,7 +39635,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38367,7 +39644,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38377,7 +39654,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38387,7 +39664,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38397,8 +39674,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $qualified ] - Parameter #1 [ <optional> ?string $alias = <default> ] - Parameter #2 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $alias = null ] + Parameter #2 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38407,9 +39684,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] - Parameter #3 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] + Parameter #2 [ <optional> ?string $alias = null ] + Parameter #3 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38418,8 +39695,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $column ] - Parameter #1 [ <optional> ?string $domain = <default> ] - Parameter #2 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $domain = null ] + Parameter #2 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38498,7 +39775,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -38507,7 +39784,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -38516,7 +39793,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -38525,7 +39802,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -38573,8 +39850,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -38583,8 +39860,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -38600,7 +39877,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -38608,7 +39885,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -38636,7 +39913,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -38645,7 +39922,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -38663,7 +39940,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -38696,7 +39973,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $str ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38705,7 +39982,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $str ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38722,7 +39999,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $columnList ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38739,7 +40016,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $column ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38749,7 +40026,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38759,7 +40036,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38856,7 +40133,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38865,7 +40142,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38875,7 +40152,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38885,7 +40162,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38895,7 +40172,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38905,7 +40182,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -38914,7 +40191,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38924,7 +40201,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38934,7 +40211,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38944,7 +40221,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38954,7 +40231,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38964,7 +40241,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38974,7 +40251,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38984,7 +40261,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -38994,7 +40271,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39003,7 +40280,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39013,7 +40290,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39023,7 +40300,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39033,8 +40310,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $qualified ] - Parameter #1 [ <optional> ?string $alias = <default> ] - Parameter #2 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $alias = null ] + Parameter #2 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39043,9 +40320,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] - Parameter #3 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] + Parameter #2 [ <optional> ?string $alias = null ] + Parameter #3 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39054,8 +40331,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $column ] - Parameter #1 [ <optional> ?string $domain = <default> ] - Parameter #2 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $domain = null ] + Parameter #2 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39134,7 +40411,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] Parameter #1 [ <required> array $definition ] - Parameter #2 [ <optional> ?string $schemaName = <default> ] + Parameter #2 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -39143,7 +40420,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -39160,7 +40437,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -39169,7 +40446,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -39217,8 +40494,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -39227,8 +40504,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] - Parameter #2 [ <optional> bool $ifExists = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] + Parameter #2 [ <optional> bool $ifExists = true ] } - Return [ string ] } @@ -39253,8 +40530,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] - Parameter #2 [ <optional> ?string $keyName = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] + Parameter #2 [ <optional> ?string $keyName = null ] } - Return [ string ] } @@ -39262,7 +40539,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method listTables ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -39270,7 +40547,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method listViews ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $schemaName = <default> ] + Parameter #0 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -39298,7 +40575,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tableName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -39307,7 +40584,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] } - Return [ string ] } @@ -39325,7 +40602,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewName ] - Parameter #1 [ <optional> ?string $schemaName = <default> ] + Parameter #1 [ <optional> ?string $schemaName = null ] } - Return [ string ] } @@ -39342,7 +40619,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $str ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39351,7 +40628,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $str ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39360,7 +40637,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $columnList ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39377,7 +40654,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $column ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39387,7 +40664,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39397,7 +40674,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $table ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39494,7 +40771,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39503,7 +40780,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39513,7 +40790,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39523,7 +40800,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39533,7 +40810,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39543,7 +40820,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39552,7 +40829,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39562,7 +40839,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39572,7 +40849,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39582,7 +40859,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39592,7 +40869,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39602,7 +40879,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39612,7 +40889,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39622,7 +40899,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39632,7 +40909,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39641,7 +40918,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39651,7 +40928,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39661,7 +40938,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $expression ] - Parameter #1 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $escapeChar = null ] Parameter #2 [ <optional> array $bindCounts = [] ] } - Return [ string ] @@ -39671,8 +40948,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $qualified ] - Parameter #1 [ <optional> ?string $alias = <default> ] - Parameter #2 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $alias = null ] + Parameter #2 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39681,9 +40958,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $table ] - Parameter #1 [ <optional> ?string $schema = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] - Parameter #3 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $schema = null ] + Parameter #2 [ <optional> ?string $alias = null ] + Parameter #3 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39692,8 +40969,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $column ] - Parameter #1 [ <optional> ?string $domain = <default> ] - Parameter #2 [ <optional> ?string $escapeChar = <default> ] + Parameter #1 [ <optional> ?string $domain = null ] + Parameter #2 [ <optional> ?string $escapeChar = null ] } - Return [ string ] } @@ -39852,7 +41129,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> array $columns ] - Parameter #2 [ <optional> string $type = <default> ] + Parameter #2 [ <optional> string $type = '' ] } } @@ -40263,16 +41540,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method fetch ] { - Parameters [3] { - Parameter #0 [ <optional> ?int $fetchStyle = <default> ] - Parameter #1 [ <optional> int $cursorOrientation = <default> ] - Parameter #2 [ <optional> int $cursorOffset = <default> ] + Parameter #0 [ <optional> ?int $fetchStyle = null ] + Parameter #1 [ <optional> int $cursorOrientation = null ] + Parameter #2 [ <optional> int $cursorOffset = 0 ] } } Method [ <internal:phalcon, prototype Phalcon\Db\ResultInterface> public method fetchAll ] { - Parameters [3] { - Parameter #0 [ <optional> int $mode = <default> ] + Parameter #0 [ <optional> int $mode = null ] Parameter #1 [ <optional> $fetchArgument = <default> ] Parameter #2 [ <optional> $constructorArgs = <default> ] } @@ -40319,7 +41596,38 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [4] { + Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] { + + - Parameters [1] { + Parameter #0 [ <required> int $position ] + } + - Return [ Phalcon\Di\Exception ] + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] { + + - Parameters [1] { + Parameter #0 [ <required> string $method ] + } + - Return [ Phalcon\Di\Exception ] + } } - Properties [4] { @@ -40409,7 +41717,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Static properties [1] { - Property [ protected static $defaultDi = NULL ] + Property [ protected static $defaultContainer = NULL ] } - Static methods [3] { @@ -40436,13 +41744,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } - - Properties [3] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $services = NULL ] Property [ protected $sharedInstances = NULL ] - Property [ protected $eventsManager = NULL ] } - - Methods [23] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Di\FactoryDefault, ctor> public method __construct ] { - Parameters [0] { @@ -40462,7 +41771,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } } @@ -40474,6 +41783,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getAlias ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getInternalEventsManager ] { - Parameters [0] { @@ -40598,11 +41915,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } - Return [ Phalcon\Di\ServiceInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setAlias ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $aliases ] + } + - Return [ Phalcon\Di\Di ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setInternalEventsManager ] { - Parameters [1] { @@ -40653,7 +41979,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $definition ] - Parameter #1 [ <optional> bool $shared = <default> ] + Parameter #1 [ <optional> bool $shared = false ] } } @@ -40984,8 +42310,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> string $cipher = <default> ] - Parameter #1 [ <optional> bool $useSigning = <default> ] + Parameter #0 [ <optional> string $cipher = null ] + Parameter #1 [ <optional> bool $useSigning = true ] Parameter #2 [ <optional> ?Phalcon\Encryption\Crypt\PadFactory $padFactory = <default> ] } } @@ -40994,7 +42320,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> ?string $key = <default> ] + Parameter #1 [ <optional> ?string $key = null ] } - Return [ string ] } @@ -41003,8 +42329,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> ?string $key = <default> ] - Parameter #2 [ <optional> bool $safe = <default> ] + Parameter #1 [ <optional> ?string $key = null ] + Parameter #2 [ <optional> bool $safe = false ] } - Return [ string ] } @@ -41013,7 +42339,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> ?string $key = <default> ] + Parameter #1 [ <optional> ?string $key = null ] } - Return [ string ] } @@ -41022,8 +42348,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> ?string $key = <default> ] - Parameter #2 [ <optional> bool $safe = <default> ] + Parameter #1 [ <optional> ?string $key = null ] + Parameter #2 [ <optional> bool $safe = false ] } - Return [ string ] } @@ -41772,7 +43098,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $password ] Parameter #1 [ <required> string $passwordHash ] - Parameter #2 [ <optional> int $maxPassLength = <default> ] + Parameter #2 [ <optional> int $maxPassLength = 0 ] } - Return [ bool ] } @@ -41780,9 +43106,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method checkToken ] { - Parameters [3] { - Parameter #0 [ <optional> ?string $tokenKey = <default> ] + Parameter #0 [ <optional> ?string $tokenKey = null ] Parameter #1 [ <optional> $tokenValue = <default> ] - Parameter #2 [ <optional> bool $destroyIfValid = <default> ] + Parameter #2 [ <optional> bool $destroyIfValid = true ] } - Return [ bool ] } @@ -41793,7 +43119,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $data ] Parameter #1 [ <required> string $key ] Parameter #2 [ <required> string $algo ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -41851,7 +43177,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getSaltBytes ] { - Parameters [1] { - Parameter #0 [ <optional> int $numberBytes = <default> ] + Parameter #0 [ <optional> int $numberBytes = 0 ] } - Return [ string ] } @@ -41952,7 +43278,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> private method processTokenKey ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $tokenKey = <default> ] + Parameter #0 [ <optional> ?string $tokenKey = null ] } - Return [ ?string ] } @@ -41961,7 +43287,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tokenKey ] - Parameter #1 [ <optional> ?string $tokenValue = <default> ] + Parameter #1 [ <optional> ?string $tokenValue = null ] } - Return [ ?string ] } @@ -42504,7 +43830,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> string $algo = <default> ] + Parameter #0 [ <optional> string $algo = 'sha512' ] } } @@ -42779,8 +44105,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <optional> string $hash = <default> ] - Parameter #1 [ <optional> string $encoded = <default> ] + Parameter #0 [ <optional> string $hash = '' ] + Parameter #1 [ <optional> string $encoded = '' ] } } @@ -42899,12 +44225,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ private $token = NULL ] } - - Methods [13] { + - Methods [14] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Token\Token $token ] - Parameter #1 [ <optional> int $timeShift = <default> ] + Parameter #1 [ <optional> int $timeShift = 0 ] } } @@ -42940,6 +44266,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Encryption\Security\JWT\Validator ] } + Method [ <internal:phalcon> public method validateClaim ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> $value ] + } + - Return [ Phalcon\Encryption\Security\JWT\Validator ] + } + Method [ <internal:phalcon> public method validateAudience ] { - Parameters [1] { @@ -43025,7 +44360,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method base58 ] { - Parameters [1] { - Parameter #0 [ <optional> ?int $len = <default> ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -43033,7 +44368,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method base62 ] { - Parameters [1] { - Parameter #0 [ <optional> ?int $len = <default> ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -43041,7 +44376,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method base64 ] { - Parameters [1] { - Parameter #0 [ <optional> ?int $len = <default> ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -43049,8 +44384,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method base64Safe ] { - Parameters [2] { - Parameter #0 [ <optional> ?int $len = <default> ] - Parameter #1 [ <optional> bool $padding = <default> ] + Parameter #0 [ <optional> int $len = 16 ] + Parameter #1 [ <optional> bool $padding = false ] } - Return [ string ] } @@ -43058,7 +44393,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method bytes ] { - Parameters [1] { - Parameter #0 [ <optional> int $len = <default> ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -43066,7 +44401,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method hex ] { - Parameters [1] { - Parameter #0 [ <optional> ?int $len = <default> ] + Parameter #0 [ <optional> int $len = 16 ] } - Return [ string ] } @@ -43124,7 +44459,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $type ] Parameter #1 [ <optional> $source = <default> ] Parameter #2 [ <optional> $data = <default> ] - Parameter #3 [ <optional> bool $cancelable = <default> ] + Parameter #3 [ <optional> bool $cancelable = true ] } } @@ -43304,7 +44639,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $eventType ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> int $priority = <default> ] + Parameter #2 [ <optional> int $priority = null ] } - Return [ void ] } @@ -43336,7 +44671,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Events\ManagerInterface> public method detachAll ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $type = <default> ] + Parameter #0 [ <optional> ?string $type = null ] } - Return [ void ] } @@ -43355,7 +44690,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $eventType ] Parameter #1 [ <required> $source ] Parameter #2 [ <optional> $data = <default> ] - Parameter #3 [ <optional> bool $cancelable = <default> ] + Parameter #3 [ <optional> bool $cancelable = true ] } } @@ -43593,7 +44928,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Class [ <internal:phalcon> class Phalcon\Filter\Filter implements Phalcon\Filter\FilterInterface ] { - - Constants [22] { + - Constants [23] { Constant [ public string FILTER_ABSINT ] { absint } Constant [ public string FILTER_ALNUM ] { alnum } Constant [ public string FILTER_ALPHA ] { alpha } @@ -43601,6 +44936,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Constant [ public string FILTER_EMAIL ] { email } Constant [ public string FILTER_FLOAT ] { float } Constant [ public string FILTER_INT ] { int } + Constant [ public string FILTER_IP ] { ip } Constant [ public string FILTER_LOWER ] { lower } Constant [ public string FILTER_LOWERFIRST ] { lowerfirst } Constant [ public string FILTER_REGEX ] { regex } @@ -43665,7 +45001,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] Parameter #1 [ <required> $sanitizers ] - Parameter #2 [ <optional> bool $noRecursive = <default> ] + Parameter #2 [ <optional> bool $noRecursive = false ] } } @@ -43950,6 +45286,31 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Ip ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ <required> string $input ] + Parameter #1 [ <optional> int $filter = 0 ] + } + } + } + } + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Lower ] { - Constants [0] { @@ -44142,7 +45503,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> int $flags = <default> ] + Parameter #1 [ <optional> int $flags = 11 ] } - Return [ string ] } @@ -44328,19 +45689,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $container = NULL ] Property [ protected $combinedFieldsValidators = NULL ] Property [ protected $data = NULL ] Property [ protected $entity = NULL ] Property [ protected $filters = NULL ] + Property [ protected $whitelist = NULL ] Property [ protected $labels = NULL ] Property [ protected $messages = NULL ] Property [ protected $validators = NULL ] Property [ protected $values = NULL ] } - - Methods [25] { + - Methods [26] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -44367,9 +45729,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method bind ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $entity ] Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> array $whitelist = [] ] } - Return [ Phalcon\Filter\Validation\ValidationInterface ] } @@ -44389,7 +45752,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method getFilters ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } } @@ -44491,12 +45854,20 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method validate ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <optional> $data = <default> ] Parameter #1 [ <optional> $entity = <default> ] + Parameter #2 [ <optional> array $whitelist = [] ] } } + Method [ <internal:phalcon> public method fails ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon> protected method preChecking ] { - Parameters [2] { @@ -44763,7 +46134,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -44898,7 +46269,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -45033,7 +46404,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -45168,7 +46539,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -45312,7 +46683,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -45455,7 +46826,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -45599,7 +46970,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -45734,7 +47105,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -45869,7 +47240,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -46096,7 +47467,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -46239,7 +47610,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -46483,7 +47854,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -46727,7 +48098,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -46971,7 +48342,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -47215,7 +48586,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -47331,7 +48702,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> float $source ] Parameter #1 [ <required> float $target ] - Parameter #2 [ <optional> bool $included = <default> ] + Parameter #2 [ <optional> bool $included = false ] } } @@ -47468,7 +48839,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -47584,7 +48955,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> float $source ] Parameter #1 [ <required> float $target ] - Parameter #2 [ <optional> bool $included = <default> ] + Parameter #2 [ <optional> bool $included = false ] } } @@ -47721,7 +49092,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -47856,7 +49227,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -47991,7 +49362,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -48128,7 +49499,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -48263,7 +49634,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -48398,7 +49769,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -48533,7 +49904,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -48676,7 +50047,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -48811,7 +50182,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -48946,7 +50317,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -49109,7 +50480,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -49244,7 +50615,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $field = <default> ] + Parameter #0 [ <optional> ?string $field = null ] } - Return [ string ] } @@ -49372,7 +50743,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method output ] { - Parameters [1] { - Parameter #0 [ <optional> bool $remove = <default> ] + Parameter #0 [ <optional> bool $remove = true ] } - Return [ void ] } @@ -49678,7 +51049,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $type = <default> ] - Parameter #1 [ <optional> bool $remove = <default> ] + Parameter #1 [ <optional> bool $remove = true ] } - Return [ array ] } @@ -49686,7 +51057,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method has ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $type = <default> ] + Parameter #0 [ <optional> ?string $type = null ] } - Return [ bool ] } @@ -49703,7 +51074,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method output ] { - Parameters [1] { - Parameter #0 [ <optional> bool $remove = <default> ] + Parameter #0 [ <optional> bool $remove = true ] } - Return [ void ] } @@ -49712,7 +51083,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> bool $remove ] - Parameter #1 [ <optional> ?string $type = <default> ] + Parameter #1 [ <optional> ?string $type = null ] } - Return [ array ] } @@ -49957,7 +51328,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -50250,7 +51621,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -50543,7 +51914,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -50836,7 +52207,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -51129,7 +52500,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -51422,7 +52793,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -51715,7 +53086,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -52008,7 +53379,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -52341,7 +53712,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -52626,7 +53997,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -52919,7 +54290,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -53212,7 +54583,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $validators ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -53576,8 +54947,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> Phalcon\Forms\Element\ElementInterface $element ] - Parameter #1 [ <optional> ?string $position = <default> ] - Parameter #2 [ <optional> ?bool $type = <default> ] + Parameter #1 [ <optional> ?string $position = null ] + Parameter #2 [ <optional> ?bool $type = null ] } - Return [ Phalcon\Forms\Form ] } @@ -53994,7 +55365,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> array $data = [] ] - Parameter #1 [ <optional> bool $insensitive = <default> ] + Parameter #1 [ <optional> bool $insensitive = true ] } } @@ -54049,7 +55420,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -54063,7 +55434,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -54152,7 +55523,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { @@ -54165,7 +55536,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -54173,7 +55544,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -54206,8 +55577,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -54243,7 +55614,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $label ] - Parameter #1 [ <optional> string $link = <default> ] + Parameter #1 [ <optional> string $link = '' ] } - Return [ Phalcon\Html\Breadcrumbs ] } @@ -54355,7 +55726,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method escapeHtml ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $input = <default> ] + Parameter #0 [ <optional> ?string $input = null ] } - Return [ string ] } @@ -54363,7 +55734,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method escapeHtmlAttr ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $input = <default> ] + Parameter #0 [ <optional> ?string $input = null ] } - Return [ string ] } @@ -54393,7 +55764,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method html ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $input = <default> ] + Parameter #0 [ <optional> ?string $input = null ] } - Return [ string ] } @@ -54699,8 +56070,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -54713,7 +56085,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $href ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -54729,8 +56101,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -54738,7 +56111,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -54791,7 +56164,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -54801,7 +56174,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -54828,8 +56201,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -54839,7 +56213,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $href = <default> ] + Parameter #0 [ <optional> ?string $href = null ] Parameter #1 [ <optional> array $attributes = [] ] } - Return [ string ] @@ -54847,8 +56221,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -54856,7 +56231,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -54909,7 +56284,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -54919,7 +56294,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -54946,8 +56321,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -54964,16 +56340,252 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> array $overrides ] + Parameter #1 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ <required> array $elements ] + Parameter #1 [ <required> string $delimiter ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <required> string $text ] + Parameter #2 [ <optional> array $attributes = [] ] + Parameter #3 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> string $close = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ private $attributes = NULL ] + Property [ private $data = NULL ] + Property [ private $separator = '<li>/</li>' ] + Property [ private $template = NULL ] + Property [ private $interpolator = NULL ] + } + + - Methods [25] { + Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { + - Parameters [1] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] } } + Method [ <internal:phalcon> public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method add ] { + + - Parameters [4] { + Parameter #0 [ <required> string $text ] + Parameter #1 [ <optional> string $link = '' ] + Parameter #2 [ <optional> string $icon = '' ] + Parameter #3 [ <optional> array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method clearAttributes ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getSeparator ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getTemplate ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method remove ] { + + - Parameters [1] { + Parameter #0 [ <required> int $index ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method render ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method setSeparator ] { + + - Parameters [1] { + Parameter #0 [ <required> string $separator ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method setTemplate ] { + + - Parameters [3] { + Parameter #0 [ <required> string $main ] + Parameter #1 [ <required> string $line ] + Parameter #2 [ <required> string $last ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ <internal:phalcon> public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> private method getLink ] { + + - Parameters [2] { + Parameter #0 [ <required> string $template ] + Parameter #1 [ <required> array $element ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method processAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55026,7 +56638,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55036,7 +56648,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -55063,8 +56675,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -55076,15 +56689,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $text ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> bool $raw = <default> ] + Parameter #2 [ <optional> bool $raw = false ] } - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -55092,7 +56706,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55145,7 +56759,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55155,7 +56769,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -55182,8 +56796,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -55194,15 +56809,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -55210,7 +56826,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55263,7 +56879,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55273,7 +56889,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -55313,10 +56929,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Properties [2] { Property [ private $delimiter = NULL ] - Property [ private $flag = NULL ] + Property [ private $type = NULL ] } - - Methods [3] { + - Methods [4] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [0] { @@ -55326,8 +56942,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> int $flag = <default> ] - Parameter #1 [ <optional> string $delimiter = <default> ] + Parameter #0 [ <optional> int $type = null ] + Parameter #1 [ <optional> string $delimiter = '\n' ] } - Return [ Phalcon\Html\Helper\Doctype ] } @@ -55338,6 +56954,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } - Return [ string ] } + + Method [ <internal:phalcon> public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } } } @@ -55352,8 +56975,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -55366,15 +56990,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -55382,7 +57007,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55435,7 +57060,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55445,7 +57070,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -55472,8 +57097,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -55490,8 +57116,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -55499,7 +57126,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55552,7 +57179,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55562,7 +57189,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -55589,8 +57216,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -55608,8 +57236,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -55617,7 +57246,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55670,7 +57299,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55680,7 +57309,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -55707,8 +57336,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -55721,7 +57351,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -55737,15 +57367,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -55753,7 +57384,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55806,7 +57437,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55816,7 +57447,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -55843,8 +57474,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -55857,7 +57489,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -55873,15 +57505,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -55889,7 +57522,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55942,7 +57575,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -55952,7 +57585,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -55979,8 +57612,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -55993,7 +57627,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -56009,15 +57643,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -56025,7 +57660,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56078,7 +57713,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56088,7 +57723,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -56115,8 +57750,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -56129,7 +57765,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -56145,15 +57781,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -56161,7 +57798,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56214,7 +57851,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56224,7 +57861,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -56251,8 +57888,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -56265,7 +57903,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -56281,15 +57919,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -56297,7 +57936,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56350,7 +57989,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56360,7 +57999,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -56387,8 +58026,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -56401,7 +58041,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -56417,15 +58057,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -56433,7 +58074,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56486,7 +58127,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56496,7 +58137,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -56523,8 +58164,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -56537,7 +58179,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -56553,15 +58195,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -56569,7 +58212,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56622,7 +58265,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56632,7 +58275,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -56659,8 +58302,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -56673,7 +58317,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -56689,15 +58333,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -56705,7 +58350,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56758,7 +58403,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56768,7 +58413,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -56795,8 +58440,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -56817,7 +58463,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -56833,15 +58479,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -56849,7 +58496,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56902,7 +58549,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -56912,7 +58559,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -56939,8 +58586,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -56953,7 +58601,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -56969,15 +58617,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -56985,7 +58634,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57038,7 +58687,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57048,7 +58697,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -57075,8 +58724,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -57089,7 +58739,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -57105,15 +58755,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -57121,7 +58772,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57174,7 +58825,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57184,7 +58835,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -57211,8 +58862,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -57225,7 +58877,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -57241,15 +58893,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -57257,7 +58910,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57310,7 +58963,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57320,7 +58973,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -57347,8 +59000,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -57360,8 +59014,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Methods [14] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\Checkbox, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -57384,7 +59039,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -57393,7 +59048,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } @@ -57402,7 +59057,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57455,7 +59110,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57465,7 +59120,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -57492,8 +59147,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -57506,7 +59162,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -57522,15 +59178,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -57538,7 +59195,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57591,7 +59248,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57601,7 +59258,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -57628,8 +59285,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -57642,7 +59300,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -57658,15 +59316,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -57674,7 +59333,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57727,7 +59386,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57737,7 +59396,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -57764,8 +59423,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -57781,9 +59441,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ Phalcon\Html\Helper\Input\Select ] } @@ -57794,7 +59454,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $text ] Parameter #1 [ <optional> $value = <default> ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ Phalcon\Html\Helper\Input\Select ] } @@ -57802,7 +59462,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method optGroup ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $label = <default> ] + Parameter #0 [ <optional> ?string $label = null ] Parameter #1 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\Select ] @@ -57851,8 +59511,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] { - Parameters [3] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\AbstractList ] @@ -57867,8 +59527,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -57876,7 +59537,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57929,7 +59590,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -57939,7 +59600,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -57966,8 +59627,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -57980,7 +59642,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -57996,15 +59658,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -58012,7 +59675,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58065,7 +59728,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58075,7 +59738,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -58102,8 +59765,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -58116,7 +59780,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -58132,15 +59796,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -58148,7 +59813,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58201,7 +59866,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58211,7 +59876,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -58238,8 +59903,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -58252,7 +59918,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -58268,15 +59934,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -58284,7 +59951,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58337,7 +60004,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58347,7 +60014,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -58374,8 +60041,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -58395,7 +60063,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -58404,15 +60072,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -58420,7 +60089,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58473,7 +60142,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58483,7 +60152,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -58510,8 +60179,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -58524,7 +60194,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -58540,15 +60210,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -58556,7 +60227,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58609,7 +60280,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58619,7 +60290,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -58646,8 +60317,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -58660,7 +60332,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -58676,15 +60348,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -58692,7 +60365,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58745,7 +60418,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58755,7 +60428,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -58782,8 +60455,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -58796,7 +60470,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $value = <default> ] + Parameter #1 [ <optional> ?string $value = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] @@ -58812,15 +60486,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $value = <default> ] + Parameter #0 [ <optional> ?string $value = null ] } - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -58828,7 +60503,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58881,7 +60556,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -58891,7 +60566,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -58918,8 +60593,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -58931,15 +60607,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $label ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> bool $raw = <default> ] + Parameter #2 [ <optional> bool $raw = false ] } - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -58947,7 +60624,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59000,7 +60677,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59010,7 +60687,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -59037,8 +60714,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -59082,8 +60760,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } @@ -59104,8 +60782,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -59113,7 +60792,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59166,7 +60845,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59176,7 +60855,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -59203,8 +60882,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -59268,8 +60948,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } @@ -59290,8 +60970,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -59299,7 +60980,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59352,7 +61033,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59362,7 +61043,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -59389,8 +61070,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -59426,8 +61108,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Html\Helper\AbstractSeries ] } @@ -59448,8 +61130,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -59457,7 +61140,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59510,7 +61193,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59520,7 +61203,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -59547,8 +61230,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -59562,8 +61246,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] } - Return [ Phalcon\Html\Helper\Title ] } @@ -59579,7 +61263,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ Phalcon\Html\Helper\Title ] } @@ -59595,7 +61279,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ Phalcon\Html\Helper\Title ] } @@ -59604,7 +61288,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $separator ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ Phalcon\Html\Helper\Title ] } @@ -59613,15 +61297,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ Phalcon\Html\Helper\Title ] } Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -59629,7 +61314,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59682,7 +61367,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59692,7 +61377,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -59719,8 +61404,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] @@ -59742,7 +61428,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $text ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> bool $raw = <default> ] + Parameter #2 [ <optional> bool $raw = false ] } - Return [ Phalcon\Html\Helper\AbstractList ] } @@ -59750,8 +61436,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] { - Parameters [3] { - Parameter #0 [ <optional> string $indent = <default> ] - Parameter #1 [ <optional> ?string $delimiter = <default> ] + Parameter #0 [ <optional> string $indent = ' ' ] + Parameter #1 [ <optional> ?string $delimiter = null ] Parameter #2 [ <optional> array $attributes = [] ] } - Return [ Phalcon\Html\Helper\AbstractList ] @@ -59766,8 +61452,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ] } } @@ -59775,7 +61462,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = <default> ] + Parameter #1 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59828,7 +61515,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <required> string $text ] Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = <default> ] + Parameter #3 [ <optional> bool $raw = false ] } - Return [ string ] } @@ -59838,7 +61525,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $tag ] Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = <default> ] + Parameter #2 [ <optional> string $close = '' ] } - Return [ string ] } @@ -59945,8 +61632,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> string $rel = <default> ] - Parameter #1 [ <optional> string $href = <default> ] + Parameter #0 [ <optional> string $rel = '' ] + Parameter #1 [ <optional> string $href = '' ] Parameter #2 [ <optional> array $attributes = [] ] } } @@ -60277,7 +61964,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $name = NULL ] Property [ protected $options = NULL ] Property [ protected $path = NULL ] - Property [ protected $read = false ] + Property [ protected $isRead = false ] Property [ protected $restored = false ] Property [ protected $secure = true ] Property [ protected $signKey = NULL ] @@ -60291,11 +61978,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [8] { Parameter #0 [ <required> string $name ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $expire = <default> ] - Parameter #3 [ <optional> string $path = <default> ] - Parameter #4 [ <optional> ?bool $secure = <default> ] - Parameter #5 [ <optional> ?string $domain = <default> ] - Parameter #6 [ <optional> ?bool $httpOnly = <default> ] + Parameter #2 [ <optional> int $expire = 0 ] + Parameter #3 [ <optional> string $path = '/' ] + Parameter #4 [ <optional> bool $secure = false ] + Parameter #5 [ <optional> string $domain = '' ] + Parameter #6 [ <optional> bool $httpOnly = false ] Parameter #7 [ <optional> array $options = [] ] } } @@ -60442,7 +62129,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method setSignKey ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $signKey = <default> ] + Parameter #0 [ <optional> ?string $signKey = null ] } - Return [ Phalcon\Http\Cookie\CookieInterface ] } @@ -60610,26 +62297,27 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ protected $container = NULL ] - Property [ private $filterService = NULL ] - Property [ private $httpMethodParameterOverride = false ] - Property [ private $queryFilters = NULL ] - Property [ private $patchCache = NULL ] - Property [ private $putCache = NULL ] - Property [ private $rawBody = '' ] - Property [ private $strictHostCheck = false ] + Property [ protected $filterService = NULL ] + Property [ protected $httpMethodParameterOverride = false ] + Property [ protected $queryFilters = NULL ] + Property [ protected $postCache = NULL ] + Property [ protected $rawBody = '' ] + Property [ protected $strictHostCheck = false ] + Property [ protected $trustedProxies = NULL ] + Property [ protected $trustedProxyHeader = '' ] } - - Methods [77] { + - Methods [83] { Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method get ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } @@ -60685,7 +62373,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getClientAddress ] { - Parameters [1] { - Parameter #0 [ <optional> bool $trustForwardedHeader = <default> ] + Parameter #0 [ <optional> bool $trustForwardedHeader = false ] } } @@ -60713,44 +62401,44 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getFilteredQuery ] { - Parameters [4] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #3 [ <optional> bool $noRecursive = <default> ] + Parameter #2 [ <optional> bool $notAllowEmpty = false ] + Parameter #3 [ <optional> bool $noRecursive = false ] } } Method [ <internal:phalcon> public method getFilteredPatch ] { - Parameters [4] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #3 [ <optional> bool $noRecursive = <default> ] + Parameter #2 [ <optional> bool $notAllowEmpty = false ] + Parameter #3 [ <optional> bool $noRecursive = false ] } } Method [ <internal:phalcon> public method getFilteredPost ] { - Parameters [4] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #3 [ <optional> bool $noRecursive = <default> ] + Parameter #2 [ <optional> bool $notAllowEmpty = false ] + Parameter #3 [ <optional> bool $noRecursive = false ] } } Method [ <internal:phalcon> public method getFilteredPut ] { - Parameters [4] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #3 [ <optional> bool $noRecursive = <default> ] + Parameter #2 [ <optional> bool $notAllowEmpty = false ] + Parameter #3 [ <optional> bool $noRecursive = false ] } } - Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> final public method getHeader ] { + Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getHeader ] { - Parameters [1] { Parameter #0 [ <required> string $header ] @@ -60782,7 +62470,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getJsonRawBody ] { - Parameters [1] { - Parameter #0 [ <optional> bool $associative = <default> ] + Parameter #0 [ <optional> bool $associative = false ] } } @@ -60793,7 +62481,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> final public method getMethod ] { + Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getMethod ] { - Parameters [0] { } @@ -60803,11 +62491,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getPatch ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } @@ -60821,33 +62509,33 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getPost ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getPut ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getQuery ] { - Parameters [5] { - Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #0 [ <optional> ?string $name = null ] Parameter #1 [ <optional> $filters = <default> ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #4 [ <optional> bool $noRecursive = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = false ] + Parameter #4 [ <optional> bool $noRecursive = false ] } } @@ -60890,16 +62578,16 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getUploadedFiles ] { - Parameters [2] { - Parameter #0 [ <optional> bool $onlySuccessful = <default> ] - Parameter #1 [ <optional> bool $namedKeys = <default> ] + Parameter #0 [ <optional> bool $onlySuccessful = false ] + Parameter #1 [ <optional> bool $namedKeys = false ] } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> final public method getURI ] { + Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getURI ] { - Parameters [1] { - Parameter #0 [ <optional> bool $onlyPath = <default> ] + Parameter #0 [ <optional> bool $onlyPath = false ] } - Return [ string ] } @@ -60981,6 +62669,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method isJson ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isConnect ] { - Parameters [0] { @@ -61013,7 +62708,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $methods ] - Parameter #1 [ <optional> bool $strict = <default> ] + Parameter #1 [ <optional> bool $strict = false ] } - Return [ bool ] } @@ -61092,7 +62787,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method numFiles ] { - Parameters [1] { - Parameter #0 [ <optional> bool $onlySuccessful = <default> ] + Parameter #0 [ <optional> bool $onlySuccessful = false ] } - Return [ int ] } @@ -61118,12 +62813,37 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method setStrictHostCheck ] { - Parameters [1] { - Parameter #0 [ <optional> bool $flag = <default> ] + Parameter #0 [ <optional> bool $flag = true ] } - Return [ Phalcon\Http\RequestInterface ] } - Method [ <internal:phalcon> final protected method getBestQuality ] { + Method [ <internal:phalcon> public method setTrustedProxies ] { + + - Parameters [1] { + Parameter #0 [ <required> array $trustedProxies ] + } + - Return [ Phalcon\Http\RequestInterface ] + } + + Method [ <internal:phalcon> public method setTrustedProxyHeader ] { + + - Parameters [1] { + Parameter #0 [ <required> string $trustedProxyHeader ] + } + - Return [ Phalcon\Http\RequestInterface ] + } + + Method [ <internal:phalcon> protected method isIpAddressInCIDR ] { + + - Parameters [2] { + Parameter #0 [ <required> string $ip ] + Parameter #1 [ <required> string $cidr ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> protected method getBestQuality ] { - Parameters [2] { Parameter #0 [ <required> array $qualityParts ] @@ -61132,19 +62852,19 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } - Method [ <internal:phalcon> final protected method getHelper ] { + Method [ <internal:phalcon> protected method getHelper ] { - Parameters [6] { Parameter #0 [ <required> array $source ] - Parameter #1 [ <optional> ?string $name = <default> ] + Parameter #1 [ <optional> ?string $name = null ] Parameter #2 [ <optional> $filters = <default> ] Parameter #3 [ <optional> $defaultValue = <default> ] - Parameter #4 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #5 [ <optional> bool $noRecursive = <default> ] + Parameter #4 [ <optional> bool $notAllowEmpty = false ] + Parameter #5 [ <optional> bool $noRecursive = false ] } } - Method [ <internal:phalcon> final protected method hasFileHelper ] { + Method [ <internal:phalcon> protected method hasFileHelper ] { - Parameters [2] { Parameter #0 [ <required> $data ] @@ -61153,7 +62873,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ int ] } - Method [ <internal:phalcon> final protected method getQualityHeader ] { + Method [ <internal:phalcon> protected method getQualityHeader ] { - Parameters [2] { Parameter #0 [ <required> string $serverIndex ] @@ -61169,7 +62889,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ array ] } - Method [ <internal:phalcon> final protected method smoothFiles ] { + Method [ <internal:phalcon> protected method smoothFiles ] { - Parameters [6] { Parameter #0 [ <required> array $names ] @@ -61201,23 +62921,34 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [6] { Parameter #0 [ <required> string $methodKey ] Parameter #1 [ <required> string $method ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] Parameter #3 [ <optional> $defaultValue = <default> ] - Parameter #4 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #5 [ <optional> bool $noRecursive = <default> ] + Parameter #4 [ <optional> bool $notAllowEmpty = false ] + Parameter #5 [ <optional> bool $noRecursive = false ] } } - Method [ <internal:phalcon> private method getPatchPut ] { + Method [ <internal:phalcon> private method isProxyTrusted ] { - - Parameters [6] { - Parameter #0 [ <required> string $collection ] - Parameter #1 [ <optional> ?string $name = <default> ] - Parameter #2 [ <optional> $filters = <default> ] - Parameter #3 [ <optional> $defaultValue = <default> ] - Parameter #4 [ <optional> bool $notAllowEmpty = <default> ] - Parameter #5 [ <optional> bool $noRecursive = <default> ] + - Parameters [1] { + Parameter #0 [ <required> string $ip ] } + - Return [ bool ] + } + + Method [ <internal:phalcon> private method isValidPublicIp ] { + + - Parameters [1] { + Parameter #0 [ <required> string $forwardedIp ] + } + } + + Method [ <internal:phalcon> private method getPostData ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + - Return [ array ] } Method [ <internal:phalcon> private method getFormData ] { @@ -61557,14 +63288,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $headers = NULL ] Property [ protected $sent = false ] Property [ protected $statusCodes = NULL ] - Property [ private $encode = NULL ] + Property [ protected $encode = NULL ] } - Methods [35] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> ?string $content = <default> ] + Parameter #0 [ <optional> ?string $content = null ] Parameter #1 [ <optional> $code = <default> ] Parameter #2 [ <optional> $status = <default> ] } @@ -61646,8 +63377,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <optional> $location = <default> ] - Parameter #1 [ <optional> bool $externalRedirect = <default> ] - Parameter #2 [ <optional> int $statusCode = <default> ] + Parameter #1 [ <optional> bool $externalRedirect = false ] + Parameter #2 [ <optional> int $statusCode = 302 ] } - Return [ Phalcon\Http\ResponseInterface ] } @@ -61791,8 +63522,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> int $jsonOptions = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $jsonOptions = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } - Return [ Phalcon\Http\ResponseInterface ] } @@ -61816,7 +63547,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> int $code ] - Parameter #1 [ <optional> ?string $message = <default> ] + Parameter #1 [ <optional> ?string $message = null ] } - Return [ Phalcon\Http\ResponseInterface ] } @@ -61864,8 +63595,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <optional> bool $useEncryption = <default> ] - Parameter #1 [ <optional> ?string $signKey = <default> ] + Parameter #0 [ <optional> bool $useEncryption = true ] + Parameter #1 [ <optional> ?string $signKey = null ] } } @@ -61933,11 +63664,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [8] { Parameter #0 [ <required> string $name ] Parameter #1 [ <optional> $value = <default> ] - Parameter #2 [ <optional> int $expire = <default> ] - Parameter #3 [ <optional> string $path = <default> ] - Parameter #4 [ <optional> ?bool $secure = <default> ] - Parameter #5 [ <optional> ?string $domain = <default> ] - Parameter #6 [ <optional> ?bool $httpOnly = <default> ] + Parameter #2 [ <optional> int $expire = 0 ] + Parameter #3 [ <optional> string $path = '/' ] + Parameter #4 [ <optional> bool $secure = false ] + Parameter #5 [ <optional> string $domain = '' ] + Parameter #6 [ <optional> bool $httpOnly = false ] Parameter #7 [ <optional> array $options = [] ] } - Return [ Phalcon\Http\Response\CookiesInterface ] @@ -61946,7 +63677,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method setSignKey ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $signKey = <default> ] + Parameter #0 [ <optional> ?string $signKey = null ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } @@ -62180,8 +63911,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $file ] - Parameter #1 [ <optional> ?int $width = <default> ] - Parameter #2 [ <optional> ?int $height = <default> ] + Parameter #1 [ <optional> ?int $width = null ] + Parameter #2 [ <optional> ?int $height = null ] } } @@ -62322,7 +64053,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #5 [ <required> int $green ] Parameter #6 [ <required> int $blue ] Parameter #7 [ <required> int $size ] - Parameter #8 [ <optional> ?string $fontFile = <default> ] + Parameter #8 [ <optional> ?string $fontFile = null ] } - Return [ void ] } @@ -62349,7 +64080,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $color ] - Parameter #1 [ <optional> int $opacity = <default> ] + Parameter #1 [ <optional> int $opacity = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62367,8 +64098,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> int $width ] Parameter #1 [ <required> int $height ] - Parameter #2 [ <optional> ?int $offsetX = <default> ] - Parameter #3 [ <optional> ?int $offsetY = <default> ] + Parameter #2 [ <optional> ?int $offsetX = null ] + Parameter #3 [ <optional> ?int $offsetY = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62442,8 +64173,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> int $height ] - Parameter #1 [ <optional> int $opacity = <default> ] - Parameter #2 [ <optional> bool $fadeIn = <default> ] + Parameter #1 [ <optional> int $opacity = 100 ] + Parameter #2 [ <optional> bool $fadeIn = false ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62451,8 +64182,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method render ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $extension = <default> ] - Parameter #1 [ <optional> int $quality = <default> ] + Parameter #0 [ <optional> ?string $extension = null ] + Parameter #1 [ <optional> int $quality = 100 ] } - Return [ string ] } @@ -62460,9 +64191,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method resize ] { - Parameters [3] { - Parameter #0 [ <optional> ?int $width = <default> ] - Parameter #1 [ <optional> ?int $height = <default> ] - Parameter #2 [ <optional> int $master = <default> ] + Parameter #0 [ <optional> ?int $width = null ] + Parameter #1 [ <optional> ?int $height = null ] + Parameter #2 [ <optional> int $master = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62478,8 +64209,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method save ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $file = <default> ] - Parameter #1 [ <optional> int $quality = <default> ] + Parameter #0 [ <optional> ?string $file = null ] + Parameter #1 [ <optional> int $quality = -1 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62498,10 +64229,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $text ] Parameter #1 [ <optional> $offsetX = <default> ] Parameter #2 [ <optional> $offsetY = <default> ] - Parameter #3 [ <optional> int $opacity = <default> ] - Parameter #4 [ <optional> string $color = <default> ] - Parameter #5 [ <optional> int $size = <default> ] - Parameter #6 [ <optional> ?string $fontFile = <default> ] + Parameter #3 [ <optional> int $opacity = 100 ] + Parameter #4 [ <optional> string $color = '000000' ] + Parameter #5 [ <optional> int $size = 12 ] + Parameter #6 [ <optional> ?string $fontFile = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62510,9 +64241,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ <optional> int $offsetX = <default> ] - Parameter #2 [ <optional> int $offsetY = <default> ] - Parameter #3 [ <optional> int $opacity = <default> ] + Parameter #1 [ <optional> int $offsetX = 0 ] + Parameter #2 [ <optional> int $offsetY = 0 ] + Parameter #3 [ <optional> int $opacity = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62521,8 +64252,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> int $value ] - Parameter #1 [ <optional> int $min = <default> ] - Parameter #2 [ <optional> int $max = <default> ] + Parameter #1 [ <optional> int $min = 0 ] + Parameter #2 [ <optional> int $max = 100 ] } - Return [ int ] } @@ -62556,8 +64287,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $file ] - Parameter #1 [ <optional> ?int $width = <default> ] - Parameter #2 [ <optional> ?int $height = <default> ] + Parameter #1 [ <optional> ?int $width = null ] + Parameter #2 [ <optional> ?int $height = null ] } } @@ -62572,8 +64303,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> int $width ] Parameter #1 [ <required> int $height ] - Parameter #2 [ <optional> int $deltaX = <default> ] - Parameter #3 [ <optional> int $rigidity = <default> ] + Parameter #2 [ <optional> int $deltaX = 0 ] + Parameter #3 [ <optional> int $rigidity = 0 ] } - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } @@ -62705,7 +64436,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #5 [ <required> int $green ] Parameter #6 [ <required> int $blue ] Parameter #7 [ <required> int $size ] - Parameter #8 [ <optional> ?string $fontFile = <default> ] + Parameter #8 [ <optional> ?string $fontFile = null ] } - Return [ void ] } @@ -62732,7 +64463,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $color ] - Parameter #1 [ <optional> int $opacity = <default> ] + Parameter #1 [ <optional> int $opacity = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62750,8 +64481,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> int $width ] Parameter #1 [ <required> int $height ] - Parameter #2 [ <optional> ?int $offsetX = <default> ] - Parameter #3 [ <optional> ?int $offsetY = <default> ] + Parameter #2 [ <optional> ?int $offsetX = null ] + Parameter #3 [ <optional> ?int $offsetY = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62825,8 +64556,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> int $height ] - Parameter #1 [ <optional> int $opacity = <default> ] - Parameter #2 [ <optional> bool $fadeIn = <default> ] + Parameter #1 [ <optional> int $opacity = 100 ] + Parameter #2 [ <optional> bool $fadeIn = false ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62834,8 +64565,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method render ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $extension = <default> ] - Parameter #1 [ <optional> int $quality = <default> ] + Parameter #0 [ <optional> ?string $extension = null ] + Parameter #1 [ <optional> int $quality = 100 ] } - Return [ string ] } @@ -62843,9 +64574,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method resize ] { - Parameters [3] { - Parameter #0 [ <optional> ?int $width = <default> ] - Parameter #1 [ <optional> ?int $height = <default> ] - Parameter #2 [ <optional> int $master = <default> ] + Parameter #0 [ <optional> ?int $width = null ] + Parameter #1 [ <optional> ?int $height = null ] + Parameter #2 [ <optional> int $master = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62861,8 +64592,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method save ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $file = <default> ] - Parameter #1 [ <optional> int $quality = <default> ] + Parameter #0 [ <optional> ?string $file = null ] + Parameter #1 [ <optional> int $quality = -1 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62881,10 +64612,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $text ] Parameter #1 [ <optional> $offsetX = <default> ] Parameter #2 [ <optional> $offsetY = <default> ] - Parameter #3 [ <optional> int $opacity = <default> ] - Parameter #4 [ <optional> string $color = <default> ] - Parameter #5 [ <optional> int $size = <default> ] - Parameter #6 [ <optional> ?string $fontFile = <default> ] + Parameter #3 [ <optional> int $opacity = 100 ] + Parameter #4 [ <optional> string $color = '000000' ] + Parameter #5 [ <optional> int $size = 12 ] + Parameter #6 [ <optional> ?string $fontFile = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62893,9 +64624,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ <optional> int $offsetX = <default> ] - Parameter #2 [ <optional> int $offsetY = <default> ] - Parameter #3 [ <optional> int $opacity = <default> ] + Parameter #1 [ <optional> int $offsetX = 0 ] + Parameter #2 [ <optional> int $offsetY = 0 ] + Parameter #3 [ <optional> int $opacity = 100 ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -62904,8 +64635,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> int $value ] - Parameter #1 [ <optional> int $min = <default> ] - Parameter #2 [ <optional> int $max = <default> ] + Parameter #1 [ <optional> int $min = 0 ] + Parameter #2 [ <optional> int $max = 100 ] } - Return [ int ] } @@ -63068,8 +64799,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $name ] Parameter #1 [ <required> string $file ] - Parameter #2 [ <optional> ?int $width = <default> ] - Parameter #3 [ <optional> ?int $height = <default> ] + Parameter #2 [ <optional> ?int $width = null ] + Parameter #3 [ <optional> ?int $height = null ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -63356,17 +65087,18 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] Property [ protected $formatter = NULL ] Property [ protected $inTransaction = false ] Property [ protected $queue = NULL ] + Property [ protected $handler = NULL ] Property [ protected $mode = 'ab' ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] } - - Methods [16] { + - Methods [18] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -63397,6 +65129,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ void ] } + Method [ <internal:phalcon> protected method phpFclose ] { + + - Parameters [1] { + Parameter #0 [ <required> $handle ] + } + - Return [ bool ] + } + Method [ <internal:phalcon> protected method phpFopen ] { - Parameters [2] { @@ -63405,6 +65145,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Method [ <internal:phalcon> protected method phpFwrite ] { + + - Parameters [2] { + Parameter #0 [ <required> $handle ] + Parameter #1 [ <required> string $message ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> public method __destruct ] { - Parameters [0] { @@ -63773,9 +65521,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> string $dateFormat = <default> ] - Parameter #1 [ <optional> string $interpolatorLeft = <default> ] - Parameter #2 [ <optional> string $interpolatorRight = <default> ] + Parameter #0 [ <optional> string $dateFormat = 'c' ] + Parameter #1 [ <optional> string $interpolatorLeft = '%' ] + Parameter #2 [ <optional> string $interpolatorRight = '%' ] } } @@ -63824,7 +65572,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -63834,8 +65582,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -63844,7 +65592,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -63854,7 +65602,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -63863,7 +65611,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -63892,10 +65640,10 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [4] { - Parameter #0 [ <optional> string $format = <default> ] - Parameter #1 [ <optional> string $dateFormat = <default> ] - Parameter #2 [ <optional> string $interpolatorLeft = <default> ] - Parameter #3 [ <optional> string $interpolatorRight = <default> ] + Parameter #0 [ <optional> string $format = '[%date%][%level%] %message%' ] + Parameter #1 [ <optional> string $dateFormat = 'c' ] + Parameter #2 [ <optional> string $interpolatorLeft = '%' ] + Parameter #3 [ <optional> string $interpolatorRight = '%' ] } } @@ -63959,7 +65707,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -63969,8 +65717,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -63979,7 +65727,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -63989,7 +65737,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -63998,7 +65746,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -64491,13 +66239,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [5] { Parameter #0 [ <required> string $message ] Parameter #1 [ <optional> $field = <default> ] - Parameter #2 [ <optional> string $type = <default> ] - Parameter #3 [ <optional> int $code = <default> ] + Parameter #2 [ <optional> string $type = '' ] + Parameter #3 [ <optional> int $code = 0 ] Parameter #4 [ <optional> array $metaData = [] ] } } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method __toString ] { - Parameters [0] { } @@ -64810,7 +66558,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $modules ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Application\AbstractApplication ] } @@ -65139,7 +66887,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $message ] - Parameter #1 [ <optional> int $exceptionCode = <default> ] + Parameter #1 [ <optional> int $exceptionCode = 0 ] } } @@ -65392,7 +67140,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setModuleName ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $moduleName = <default> ] + Parameter #0 [ <optional> ?string $moduleName = null ] } - Return [ void ] } @@ -65867,7 +67615,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $serviceName ] Parameter #1 [ <required> $definition ] - Parameter #2 [ <optional> bool $shared = <default> ] + Parameter #2 [ <optional> bool $shared = false ] } - Return [ Phalcon\Di\ServiceInterface ] } @@ -65927,7 +67675,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -65937,7 +67685,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -65967,7 +67715,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -65984,7 +67732,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -65995,7 +67743,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] Parameter #2 [ <required> $method ] - Parameter #3 [ <optional> ?string $name = <default> ] + Parameter #3 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -66005,7 +67753,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -66015,7 +67763,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -66025,7 +67773,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -66035,7 +67783,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $routePattern ] Parameter #1 [ <required> $handler ] - Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> ?string $name = null ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -66044,7 +67792,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $handler ] - Parameter #1 [ <optional> bool $lazy = <default> ] + Parameter #1 [ <optional> bool $lazy = false ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } @@ -66071,7 +67819,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> $method ] Parameter #1 [ <required> string $routePattern ] Parameter #2 [ <required> $handler ] - Parameter #3 [ <optional> ?string $name = <default> ] + Parameter #3 [ <optional> ?string $name = null ] } - Return [ void ] } @@ -66256,7 +68004,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ <required> array $data ] - Parameter #2 [ <optional> int $dirtyState = <default> ] + Parameter #2 [ <optional> int $dirtyState = 0 ] } - Return [ Phalcon\Mvc\ModelInterface ] } @@ -66267,8 +68015,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> $base ] Parameter #1 [ <required> array $data ] Parameter #2 [ <required> $columnMap ] - Parameter #3 [ <optional> int $dirtyState = <default> ] - Parameter #4 [ <optional> ?bool $keepSnapshots = <default> ] + Parameter #3 [ <optional> int $dirtyState = 0 ] + Parameter #4 [ <optional> ?bool $keepSnapshots = null ] } - Return [ Phalcon\Mvc\ModelInterface ] } @@ -66294,7 +68042,6 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [1] { Parameter #0 [ <optional> $parameters = <default> ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method findFirst ] { @@ -66655,7 +68402,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $fieldName = <default> ] - Parameter #1 [ <optional> bool $allFields = <default> ] + Parameter #1 [ <optional> bool $allFields = false ] } - Return [ bool ] } @@ -66671,7 +68418,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $fieldName = <default> ] - Parameter #1 [ <optional> bool $allFields = <default> ] + Parameter #1 [ <optional> bool $allFields = false ] } - Return [ bool ] } @@ -66716,14 +68463,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> $data ] + Parameter #0 [ <required> string $data ] } + - Return [ void ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> final public method setConnectionService ] { @@ -67142,7 +68890,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior> protected method getOptions ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $eventName = <default> ] + Parameter #0 [ <optional> ?string $eventName = null ] } } @@ -67206,7 +68954,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior> protected method getOptions ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $eventName = <default> ] + Parameter #0 [ <optional> ?string $eventName = null ] } } @@ -67261,7 +69009,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> $handler ] Parameter #1 [ <required> array $params ] Parameter #2 [ <required> string $cacheKey ] - Parameter #3 [ <optional> ?string $methodName = <default> ] + Parameter #3 [ <optional> ?string $methodName = null ] } - Return [ array ] } @@ -67339,7 +69087,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> Phalcon\Di\DiInterface $container ] Parameter #1 [ <required> string $modelName ] Parameter #2 [ <required> array $data ] - Parameter #3 [ <optional> string $operator = <default> ] + Parameter #3 [ <optional> string $operator = 'AND' ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -67378,7 +69126,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindParams ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -67440,7 +69188,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method forUpdate ] { - Parameters [1] { - Parameter #0 [ <optional> bool $forUpdate = <default> ] + Parameter #0 [ <optional> bool $forUpdate = true ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -67571,7 +69319,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> int $limit ] - Parameter #1 [ <optional> int $offset = <default> ] + Parameter #1 [ <optional> int $offset = 0 ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -67642,7 +69390,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method sharedLock ] { - Parameters [1] { - Parameter #0 [ <optional> bool $sharedLock = <default> ] + Parameter #0 [ <optional> bool $sharedLock = true ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } @@ -67875,7 +69623,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $modelRelation ] Parameter #2 [ <required> Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ <optional> $parameters = <default> ] - Parameter #4 [ <optional> ?string $method = <default> ] + Parameter #4 [ <optional> ?string $method = null ] } } @@ -67932,7 +69680,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $modelRelation ] Parameter #2 [ <required> Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ <optional> $parameters = <default> ] - Parameter #4 [ <optional> ?string $method = <default> ] + Parameter #4 [ <optional> ?string $method = null ] } } @@ -67967,7 +69715,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $modelRelation ] Parameter #2 [ <required> Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ <optional> $parameters = <default> ] - Parameter #4 [ <optional> ?string $method = <default> ] + Parameter #4 [ <optional> ?string $method = null ] } } @@ -68046,7 +69794,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> Phalcon\Mvc\Model\RelationInterface $relation ] Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $record ] Parameter #2 [ <optional> $parameters = <default> ] - Parameter #3 [ <optional> ?string $method = <default> ] + Parameter #3 [ <optional> ?string $method = null ] } } @@ -70261,7 +72009,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> ?string $phql = <default> ] + Parameter #0 [ <optional> ?string $phql = null ] Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ] Parameter #2 [ <optional> array $options = [] ] } @@ -70373,7 +72121,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindParams ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } @@ -70382,7 +72130,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindTypes ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } @@ -70406,7 +72154,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setSharedLock ] { - Parameters [1] { - Parameter #0 [ <optional> bool $sharedLock = <default> ] + Parameter #0 [ <optional> bool $sharedLock = false ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } @@ -70461,7 +72209,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $intermediate ] Parameter #1 [ <required> array $bindParams ] Parameter #2 [ <required> array $bindTypes ] - Parameter #3 [ <optional> bool $simulate = <default> ] + Parameter #3 [ <optional> bool $simulate = false ] } } @@ -70495,7 +72243,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expr ] - Parameter #1 [ <optional> bool $quoting = <default> ] + Parameter #1 [ <optional> bool $quoting = true ] } - Return [ array ] } @@ -70656,7 +72404,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $ast = <default> ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ array ] } @@ -70715,7 +72463,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -70754,7 +72502,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> $minimum ] Parameter #2 [ <required> $maximum ] - Parameter #3 [ <optional> string $operator = <default> ] + Parameter #3 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -70765,7 +72513,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> $minimum ] Parameter #2 [ <required> $maximum ] - Parameter #3 [ <optional> string $operator = <default> ] + Parameter #3 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -70931,7 +72679,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> array $values ] - Parameter #2 [ <optional> string $operator = <default> ] + Parameter #2 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -70940,8 +72688,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $conditions = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $conditions = null ] + Parameter #2 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -70951,7 +72699,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> array $values ] - Parameter #2 [ <optional> string $operator = <default> ] + Parameter #2 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -70960,9 +72708,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $conditions = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] - Parameter #3 [ <optional> ?string $type = <default> ] + Parameter #1 [ <optional> ?string $conditions = null ] + Parameter #2 [ <optional> ?string $alias = null ] + Parameter #3 [ <optional> ?string $type = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -70971,8 +72719,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $conditions = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $conditions = null ] + Parameter #2 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -70992,7 +72740,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> $minimum ] Parameter #2 [ <required> $maximum ] - Parameter #3 [ <optional> string $operator = <default> ] + Parameter #3 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -71003,7 +72751,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> $minimum ] Parameter #2 [ <required> $maximum ] - Parameter #3 [ <optional> string $operator = <default> ] + Parameter #3 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -71013,7 +72761,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> array $values ] - Parameter #2 [ <optional> string $operator = <default> ] + Parameter #2 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -71023,7 +72771,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $expr ] Parameter #1 [ <required> array $values ] - Parameter #2 [ <optional> string $operator = <default> ] + Parameter #2 [ <optional> string $operator = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -71068,8 +72816,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $model ] - Parameter #1 [ <optional> ?string $conditions = <default> ] - Parameter #2 [ <optional> ?string $alias = <default> ] + Parameter #1 [ <optional> ?string $conditions = null ] + Parameter #2 [ <optional> ?string $alias = null ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -71078,7 +72826,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindParams ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -71087,7 +72835,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $bindTypes ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -71675,7 +73423,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> $model ] Parameter #2 [ <required> $result ] Parameter #3 [ <optional> $cache = <default> ] - Parameter #4 [ <optional> bool $keepSnapshots = <default> ] + Parameter #4 [ <optional> bool $keepSnapshots = false ] } } @@ -71689,7 +73437,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\ResultsetInterface, prototype Phalcon\Mvc\Model\ResultsetInterface> public method toArray ] { - Parameters [1] { - Parameter #0 [ <optional> bool $renameColumns = <default> ] + Parameter #0 [ <optional> bool $renameColumns = true ] } - Return [ array ] } @@ -72012,8 +73760,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> Phalcon\Di\DiInterface $container ] - Parameter #1 [ <optional> bool $autoBegin = <default> ] - Parameter #2 [ <optional> string $service = <default> ] + Parameter #1 [ <optional> bool $autoBegin = false ] + Parameter #2 [ <optional> string $service = 'db' ] } } @@ -72062,7 +73810,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\TransactionInterface> public method rollback ] { - Parameters [2] { - Parameter #0 [ <optional> ?string $rollbackMessage = <default> ] + Parameter #0 [ <optional> ?string $rollbackMessage = null ] Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $rollbackRecord = <default> ] } - Return [ bool ] @@ -72260,7 +74008,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Transaction\ManagerInterface> public method get ] { - Parameters [1] { - Parameter #0 [ <optional> bool $autoBegin = <default> ] + Parameter #0 [ <optional> bool $autoBegin = true ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } @@ -72282,7 +74030,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method getOrCreateTransaction ] { - Parameters [1] { - Parameter #0 [ <optional> bool $autoBegin = <default> ] + Parameter #0 [ <optional> bool $autoBegin = true ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } @@ -72320,7 +74068,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Transaction\ManagerInterface> public method rollback ] { - Parameters [1] { - Parameter #0 [ <optional> bool $collect = <default> ] + Parameter #0 [ <optional> bool $collect = true ] } - Return [ void ] } @@ -72475,9 +74223,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Class [ <internal:phalcon> class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -72486,7 +74236,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [25] { + - Properties [26] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -72506,6 +74256,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] Property [ protected $wasMatched = false ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $actionPreformatCallback = NULL ] @@ -72514,13 +74265,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $routePrefix = '' ] } - - Methods [53] { + - Methods [56] { Method [ <internal:phalcon> public method addModuleResource ] { - Parameters [3] { Parameter #0 [ <required> string $module ] Parameter #1 [ <required> string $handler ] - Parameter #2 [ <optional> ?string $prefix = <default> ] + Parameter #2 [ <optional> ?string $prefix = null ] } - Return [ Phalcon\Mvc\Router\Annotations ] } @@ -72529,7 +74280,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $handler ] - Parameter #1 [ <optional> ?string $prefix = <default> ] + Parameter #1 [ <optional> ?string $prefix = null ] } - Return [ Phalcon\Mvc\Router\Annotations ] } @@ -72599,7 +74350,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> bool $defaultRoutes = <default> ] + Parameter #0 [ <optional> bool $defaultRoutes = true ] } } @@ -72609,7 +74360,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] Parameter #2 [ <optional> $httpMethods = <default> ] - Parameter #3 [ <optional> int $position = <default> ] + Parameter #3 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72619,7 +74370,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72629,7 +74380,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72639,7 +74390,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72649,7 +74400,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72659,7 +74410,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72669,7 +74420,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72679,7 +74430,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72689,7 +74440,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72699,7 +74450,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72709,7 +74460,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths = <default> ] - Parameter #2 [ <optional> int $position = <default> ] + Parameter #2 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -72718,7 +74469,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ <optional> int $position = <default> ] + Parameter #1 [ <optional> int $position = null ] } - Return [ Phalcon\Mvc\RouterInterface ] } @@ -72807,6 +74558,21 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getRewriteUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method extractRealUri ] { + + - Parameters [1] { + Parameter #0 [ <required> string $uri ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { - Parameters [1] { @@ -72923,6 +74689,14 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ Phalcon\Mvc\Router ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ <required> int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { - Parameters [0] { @@ -73191,7 +74965,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\GroupInterface> public method getPaths ] { @@ -73511,7 +75285,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <optional> $uri = <default> ] Parameter #1 [ <optional> $args = <default> ] - Parameter #2 [ <optional> ?bool $local = <default> ] + Parameter #2 [ <optional> ?bool $local = null ] Parameter #3 [ <optional> $baseUri = <default> ] } - Return [ string ] @@ -73573,7 +75347,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method path ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $path = <default> ] + Parameter #0 [ <optional> ?string $path = null ] } - Return [ string ] } @@ -74107,7 +75881,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $params ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Mvc\View ] } @@ -74143,7 +75917,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $engines ] Parameter #1 [ <required> string $viewPath ] Parameter #2 [ <required> bool $silence ] - Parameter #3 [ <optional> bool $mustClean = <default> ] + Parameter #3 [ <optional> bool $mustClean = true ] } } @@ -74167,7 +75941,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> string $controllerName ] Parameter #1 [ <required> string $actionName ] Parameter #2 [ <optional> array $params = [] ] - Parameter #3 [ <optional> bool $fireEvents = <default> ] + Parameter #3 [ <optional> bool $fireEvents = true ] } - Return [ bool ] } @@ -74219,7 +75993,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <required> $params ] - Parameter #2 [ <optional> bool $mustClean = <default> ] + Parameter #2 [ <optional> bool $mustClean = false ] } } @@ -74376,7 +76150,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <required> $params ] - Parameter #2 [ <optional> bool $mustClean = <default> ] + Parameter #2 [ <optional> bool $mustClean = false ] } } @@ -74399,7 +76173,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $start = <default> ] + Parameter #1 [ <optional> int $start = 0 ] Parameter #2 [ <optional> $end = <default> ] } } @@ -74556,7 +76330,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $templatePath ] - Parameter #1 [ <optional> bool $extendsMode = <default> ] + Parameter #1 [ <optional> bool $extendsMode = false ] } } @@ -74581,7 +76355,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $statement ] - Parameter #1 [ <optional> bool $caseClause = <default> ] + Parameter #1 [ <optional> bool $caseClause = true ] } - Return [ string ] } @@ -74615,7 +76389,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $path ] Parameter #1 [ <required> string $compiledPath ] - Parameter #2 [ <optional> bool $extendsMode = <default> ] + Parameter #2 [ <optional> bool $extendsMode = false ] } } @@ -74623,7 +76397,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $statement ] - Parameter #1 [ <optional> bool $extendsMode = <default> ] + Parameter #1 [ <optional> bool $extendsMode = false ] } - Return [ string ] } @@ -74639,7 +76413,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $statement ] - Parameter #1 [ <optional> bool $extendsMode = <default> ] + Parameter #1 [ <optional> bool $extendsMode = false ] } - Return [ string ] } @@ -74681,7 +76455,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewCode ] - Parameter #1 [ <optional> bool $extendsMode = <default> ] + Parameter #1 [ <optional> bool $extendsMode = false ] } - Return [ string ] } @@ -74690,7 +76464,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $statement ] - Parameter #1 [ <optional> bool $extendsMode = <default> ] + Parameter #1 [ <optional> bool $extendsMode = false ] } - Return [ string ] } @@ -74699,7 +76473,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expr ] - Parameter #1 [ <optional> bool $doubleQuotes = <default> ] + Parameter #1 [ <optional> bool $doubleQuotes = false ] } - Return [ string ] } @@ -74716,7 +76490,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $expr ] - Parameter #1 [ <optional> bool $doubleQuotes = <default> ] + Parameter #1 [ <optional> bool $doubleQuotes = false ] } - Return [ string ] } @@ -74837,9 +76611,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $viewCode ] - Parameter #1 [ <optional> bool $extendsMode = <default> ] + Parameter #1 [ <optional> bool $extendsMode = false ] } - - Return [ string ] } Method [ <internal:phalcon> protected method getFinalPath ] { @@ -74862,7 +76635,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $statements ] - Parameter #1 [ <optional> bool $extendsMode = <default> ] + Parameter #1 [ <optional> bool $extendsMode = false ] } - Return [ string ] } @@ -74907,9 +76680,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] { - Parameters [4] { - Parameter #0 [ <optional> string $message = <default> ] + Parameter #0 [ <optional> string $message = '' ] Parameter #1 [ <optional> array $statement = [] ] - Parameter #2 [ <optional> int $code = <default> ] + Parameter #2 [ <optional> int $code = 0 ] Parameter #3 [ <optional> ?Exception $previous = <default> ] } } @@ -75145,7 +76918,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $params ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = true ] } - Return [ Phalcon\Mvc\View\Simple ] } @@ -75811,7 +77584,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -75819,7 +77592,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -75827,7 +77600,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -75895,7 +77668,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -75903,7 +77676,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -75911,7 +77684,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -75964,7 +77737,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ private $path = '' ] } - - Methods [16] { + - Methods [17] { Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, ctor> public method __construct ] { - Parameters [1] { @@ -75975,7 +77748,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionHandlerInterface> public method destroy ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ bool ] } @@ -75983,7 +77756,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { - Parameter #0 [ <required> int $maxlifetime ] + Parameter #0 [ <required> int $max_lifetime ] } - Return [ int|false ] } @@ -76000,7 +77773,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionHandlerInterface> public method read ] { - Parameters [1] { - Parameter #0 [ <required> $sessionId ] + Parameter #0 [ <required> $id ] } - Return [ string ] } @@ -76020,7 +77793,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] } } @@ -76032,6 +77805,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ string ] } + Method [ <internal:phalcon> protected method getGlobFiles ] { + + - Parameters [1] { + Parameter #0 [ <required> string $pattern ] + } + } + Method [ <internal:phalcon> protected method phpFileExists ] { - Parameters [1] { @@ -76051,7 +77831,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $filename ] Parameter #1 [ <required> $data ] - Parameter #2 [ <optional> int $flags = <default> ] + Parameter #2 [ <optional> int $flags = 0 ] Parameter #3 [ <optional> $context = <default> ] } } @@ -76217,7 +77997,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -76231,7 +78011,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -76295,7 +78075,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { @@ -76308,7 +78088,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -76316,7 +78096,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -76349,8 +78129,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -76537,7 +78317,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $key ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> bool $remove = <default> ] + Parameter #2 [ <optional> bool $remove = false ] } } @@ -76580,7 +78360,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, prototype Phalcon\Session\ManagerInterface> public method regenerateId ] { - Parameters [1] { - Parameter #0 [ <optional> bool $deleteOldSession = <default> ] + Parameter #0 [ <optional> bool $deleteOldSession = true ] } - Return [ Phalcon\Session\ManagerInterface ] } @@ -76996,7 +78776,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $input ] - Parameter #1 [ <optional> bool $strict = <default> ] + Parameter #1 [ <optional> bool $strict = false ] } } @@ -77026,6 +78806,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77083,6 +78864,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] { @@ -77112,6 +78894,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77197,6 +78980,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77282,6 +79066,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77367,6 +79152,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77430,6 +79216,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Serializable> public method unserialize ] { @@ -77474,6 +79261,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77568,6 +79356,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77653,6 +79442,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77738,6 +79528,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77823,6 +79614,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77908,6 +79700,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -77993,6 +79786,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { @@ -78151,7 +79945,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> array $data = [] ] - Parameter #1 [ <optional> bool $insensitive = <default> ] + Parameter #1 [ <optional> bool $insensitive = true ] } } @@ -78206,7 +80000,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -78220,7 +80014,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -78292,7 +80086,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toArray ] { @@ -78305,7 +80099,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 4194383 ] } - Return [ string ] } @@ -78313,7 +80107,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Serializable> public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> string $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -78346,8 +80140,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -78373,7 +80167,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [7] { Property [ protected $blacklist = NULL ] Property [ protected $data = NULL ] Property [ protected $hideDocumentRoot = false ] @@ -78381,16 +80175,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Property [ protected $showFileFragment = false ] Property [ protected $showFiles = true ] Property [ protected $uri = 'https://assets.phalcon.io/debug/5.0.x/' ] - Property [ private $version = NULL ] } - - Methods [23] { - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [0] { - } - } - + - Methods [29] { Method [ <internal:phalcon> public method clearVars ] { - Parameters [0] { @@ -78437,8 +80224,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method listen ] { - Parameters [2] { - Parameter #0 [ <optional> bool $exceptions = <default> ] - Parameter #1 [ <optional> bool $lowSeverity = <default> ] + Parameter #0 [ <optional> bool $exceptions = true ] + Parameter #1 [ <optional> bool $lowSeverity = false ] } - Return [ Phalcon\Support\Debug ] } @@ -78467,12 +80254,11 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method onUncaughtLowSeverity ] { - - Parameters [5] { + - Parameters [4] { Parameter #0 [ <required> $severity ] Parameter #1 [ <required> $message ] Parameter #2 [ <required> $file ] Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] } - Return [ void ] } @@ -78553,12 +80339,68 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> final protected method showTraceItem ] { - Parameters [2] { - Parameter #0 [ <required> int $n ] + Parameter #0 [ <required> int $number ] Parameter #1 [ <required> array $trace ] } - Return [ string ] } + Method [ <internal:phalcon> private method closeTable ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printBacktrace ] { + + - Parameters [1] { + Parameter #0 [ <required> Throwable $exception ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printExtraVariables ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printIncludedFiles ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printMemoryUsage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printSuperglobal ] { + + - Parameters [2] { + Parameter #0 [ <required> array $source ] + Parameter #1 [ <required> string $div ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method printTableHeader ] { + + - Parameters [4] { + Parameter #0 [ <required> string $divId ] + Parameter #1 [ <required> string $headerOne ] + Parameter #2 [ <required> string $headerTwo ] + Parameter #3 [ <optional> string $colspan = '' ] + } + - Return [ string ] + } + Method [ <internal:phalcon> private method getArrVal ] { - Parameters [3] { @@ -78593,7 +80435,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> array $styles = [] ] - Parameter #1 [ <optional> bool $detailed = <default> ] + Parameter #1 [ <optional> bool $detailed = false ] } } @@ -78611,23 +80453,23 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method setDetailed ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $detailed ] - } - - Return [ void ] - } - Method [ <internal:phalcon> public method one ] { - Parameters [2] { Parameter #0 [ <required> $variable ] - Parameter #1 [ <optional> ?string $name = <default> ] + Parameter #1 [ <optional> ?string $name = null ] } - Return [ string ] } + Method [ <internal:phalcon> public method setDetailed ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $flag ] + } + - Return [ void ] + } + Method [ <internal:phalcon> public method setStyles ] { - Parameters [1] { @@ -78648,7 +80490,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> $variable ] - Parameter #1 [ <optional> ?string $name = <default> ] + Parameter #1 [ <optional> ?string $name = null ] } - Return [ string ] } @@ -78672,107 +80514,15 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $variable ] - Parameter #1 [ <optional> ?string $name = <default> ] - Parameter #2 [ <optional> int $tab = <default> ] - } - - Return [ string ] - } - } - } - - Class [ <internal:phalcon> 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 string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - - - Parameters [3] { - Parameter #0 [ <optional> string $message = "" ] - Parameter #1 [ <optional> int $code = 0 ] - Parameter #2 [ <optional> ?Throwable $previous = null ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { - - - Parameters [0] { + Parameter #1 [ <optional> ?string $name = null ] + Parameter #2 [ <optional> int $tab = 1 ] } - Return [ string ] } } } - Class [ <internal:phalcon> class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Support\Debug\Exception extends Phalcon\Support\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -79014,7 +80764,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> int $size ] - Parameter #2 [ <optional> bool $preserveKeys = <default> ] + Parameter #2 [ <optional> bool $preserveKeys = false ] } - Return [ array ] } @@ -79142,7 +80892,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> bool $deep = <default> ] + Parameter #1 [ <optional> bool $deep = false ] } - Return [ array ] } @@ -79199,7 +80949,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $index ] Parameter #2 [ <optional> $defaultValue = <default> ] - Parameter #3 [ <optional> ?string $cast = <default> ] + Parameter #3 [ <optional> ?string $cast = null ] } } } @@ -79410,8 +81160,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> array $collection ] Parameter #1 [ <required> $attribute ] - Parameter #2 [ <optional> int $order = <default> ] - Parameter #3 [ <optional> int $flags = <default> ] + Parameter #2 [ <optional> int $order = null ] + Parameter #3 [ <optional> int $flags = 0 ] } - Return [ array ] } @@ -79530,7 +81280,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> int $elements = <default> ] + Parameter #1 [ <optional> int $elements = 1 ] } - Return [ array ] } @@ -79556,7 +81306,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> int $elements = <default> ] + Parameter #1 [ <optional> int $elements = 1 ] } - Return [ array ] } @@ -79829,7 +81579,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $uri ] - Parameter #1 [ <optional> ?string $suffix = <default> ] + Parameter #1 [ <optional> ?string $suffix = null ] } - Return [ string ] } @@ -79855,9 +81605,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $data ] - Parameter #1 [ <optional> bool $associative = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] - Parameter #3 [ <optional> int $options = <default> ] + Parameter #1 [ <optional> bool $associative = false ] + Parameter #2 [ <optional> int $depth = 512 ] + Parameter #3 [ <optional> int $options = 79 ] } } } @@ -79882,8 +81632,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> int $options = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $options = 79 ] + Parameter #2 [ <optional> int $depth = 512 ] } - Return [ string ] } @@ -79936,8 +81686,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $delimiters = <default> ] - Parameter #2 [ <optional> bool $lowerFirst = <default> ] + Parameter #1 [ <optional> ?string $delimiters = null ] + Parameter #2 [ <optional> bool $lowerFirst = false ] } - Return [ string ] } @@ -79946,7 +81696,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $delimiters = <default> ] + Parameter #1 [ <optional> ?string $delimiters = null ] } - Return [ array ] } @@ -79980,7 +81730,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -79990,8 +81740,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -80000,7 +81750,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80010,7 +81760,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80019,7 +81769,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80070,8 +81820,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> bool $upperRest = <default> ] - Parameter #2 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> bool $upperRest = false ] + Parameter #2 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80081,7 +81831,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80091,8 +81841,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -80101,7 +81851,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80111,7 +81861,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80120,7 +81870,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80146,7 +81896,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $separator = <default> ] + Parameter #1 [ <optional> string $separator = '_' ] } - Return [ string ] } @@ -80222,9 +81972,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $leftDelimiter = <default> ] - Parameter #2 [ <optional> string $rightDelimiter = <default> ] - Parameter #3 [ <optional> string $separator = <default> ] + Parameter #1 [ <optional> string $leftDelimiter = '{' ] + Parameter #2 [ <optional> string $rightDelimiter = '}' ] + Parameter #3 [ <optional> string $separator = '|' ] } - Return [ string ] } @@ -80251,7 +82001,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80261,7 +82011,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80271,8 +82021,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -80281,7 +82031,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80291,7 +82041,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80300,7 +82050,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80353,8 +82103,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $separator = <default> ] - Parameter #2 [ <optional> bool $lowercase = <default> ] + Parameter #1 [ <optional> string $separator = '-' ] + Parameter #2 [ <optional> bool $lowercase = true ] Parameter #3 [ <optional> $replace = <default> ] } - Return [ string ] @@ -80381,7 +82131,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80391,8 +82141,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -80401,7 +82151,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80411,7 +82161,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80420,7 +82170,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80497,7 +82247,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $separator = <default> ] + Parameter #1 [ <optional> string $separator = '_' ] } - Return [ string ] } @@ -80524,8 +82274,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $message ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $leftToken = <default> ] - Parameter #3 [ <optional> string $rightToken = <default> ] + Parameter #2 [ <optional> string $leftToken = '%' ] + Parameter #3 [ <optional> string $rightToken = '%' ] } - Return [ string ] } @@ -80577,7 +82327,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ bool ] } @@ -80587,7 +82337,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80597,8 +82347,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -80607,7 +82357,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80617,7 +82367,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80626,7 +82376,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80677,7 +82427,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ bool ] } @@ -80687,7 +82437,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80697,8 +82447,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -80707,7 +82457,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80717,7 +82467,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80726,7 +82476,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80752,7 +82502,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $delimiters = <default> ] + Parameter #1 [ <optional> ?string $delimiters = null ] } - Return [ string ] } @@ -80761,7 +82511,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $delimiters = <default> ] + Parameter #1 [ <optional> ?string $delimiters = null ] } - Return [ array ] } @@ -80787,7 +82537,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ int ] } @@ -80813,7 +82563,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80823,7 +82573,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80833,8 +82583,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -80843,7 +82593,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80853,7 +82603,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -80862,7 +82612,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -80919,8 +82669,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method __invoke ] { - Parameters [2] { - Parameter #0 [ <optional> int $type = <default> ] - Parameter #1 [ <optional> int $length = <default> ] + Parameter #0 [ <optional> int $type = null ] + Parameter #1 [ <optional> int $length = 8 ] } - Return [ string ] } @@ -80971,7 +82721,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $delimiters = <default> ] + Parameter #1 [ <optional> ?string $delimiters = null ] } - Return [ string ] } @@ -80980,7 +82730,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> ?string $delimiters = <default> ] + Parameter #1 [ <optional> ?string $delimiters = null ] } - Return [ array ] } @@ -81007,7 +82757,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -81017,7 +82767,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -81027,8 +82777,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -81037,7 +82787,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -81047,7 +82797,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -81056,7 +82806,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -81108,7 +82858,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -81134,7 +82884,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $delimiter = <default> ] + Parameter #1 [ <optional> string $delimiter = '_' ] } - Return [ string ] } @@ -81185,7 +82935,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -81195,7 +82945,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -81205,8 +82955,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $input ] Parameter #1 [ <optional> array $context = [] ] - Parameter #2 [ <optional> string $left = <default> ] - Parameter #3 [ <optional> string $right = <default> ] + Parameter #2 [ <optional> string $left = '%' ] + Parameter #3 [ <optional> string $right = '%' ] } - Return [ string ] } @@ -81215,7 +82965,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -81225,7 +82975,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $haystack ] Parameter #1 [ <required> string $needle ] - Parameter #2 [ <optional> bool $ignoreCase = <default> ] + Parameter #2 [ <optional> bool $ignoreCase = true ] } - Return [ bool ] } @@ -81234,7 +82984,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $encoding = <default> ] + Parameter #1 [ <optional> string $encoding = 'UTF-8' ] } - Return [ string ] } @@ -81317,7 +83067,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $element ] Parameter #1 [ <optional> $defaultValue = <default> ] - Parameter #2 [ <optional> ?string $cast = <default> ] + Parameter #2 [ <optional> ?string $cast = null ] } } @@ -81396,7 +83146,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method set ] { @@ -81418,7 +83168,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method toJson ] { - Parameters [1] { - Parameter #0 [ <optional> int $options = <default> ] + Parameter #0 [ <optional> int $options = 79 ] } - Return [ string ] } @@ -81426,7 +83176,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Serializable> final public method unserialize ] { - Parameters [1] { - Parameter #0 [ <required> $serialized ] + Parameter #0 [ <required> string $data ] } - Return [ void ] } @@ -81434,7 +83184,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] { - Parameters [1] { - Parameter #0 [ <optional> bool $insensitive = <default> ] + Parameter #0 [ <optional> bool $insensitive = true ] } - Return [ array ] } @@ -81474,8 +83224,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> $value ] - Parameter #1 [ <optional> int $flags = <default> ] - Parameter #2 [ <optional> int $depth = <default> ] + Parameter #1 [ <optional> int $flags = 0 ] + Parameter #2 [ <optional> int $depth = 512 ] } } @@ -81489,6 +83239,48 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { } } + Class [ <internal:phalcon> class Phalcon\Support\Settings ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $overrides = NULL ] + } + + - Static methods [3] { + Method [ <internal:phalcon> static public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ mixed ] + } + + Method [ <internal:phalcon> static public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Class [ <internal:phalcon> class Phalcon\Support\Version ] { - Constants [5] { @@ -81670,8 +83462,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [4] { Parameter #0 [ <required> string $text ] - Parameter #1 [ <optional> string $separator = <default> ] - Parameter #2 [ <optional> bool $lowercase = <default> ] + Parameter #1 [ <optional> string $separator = '-' ] + Parameter #2 [ <optional> bool $lowercase = true ] Parameter #3 [ <optional> $replace = <default> ] } - Return [ string ] @@ -81709,8 +83501,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> static public method getTitle ] { - Parameters [2] { - Parameter #0 [ <optional> bool $prepend = <default> ] - Parameter #1 [ <optional> bool $append = <default> ] + Parameter #0 [ <optional> bool $prepend = true ] + Parameter #1 [ <optional> bool $append = true ] } - Return [ string ] } @@ -81757,7 +83549,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $parameters = <default> ] - Parameter #1 [ <optional> bool $local = <default> ] + Parameter #1 [ <optional> bool $local = true ] } - Return [ string ] } @@ -81774,7 +83566,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $parameters = <default> ] - Parameter #1 [ <optional> bool $local = <default> ] + Parameter #1 [ <optional> bool $local = true ] } - Return [ string ] } @@ -81857,8 +83649,8 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> static public method renderTitle ] { - Parameters [2] { - Parameter #0 [ <optional> bool $prepend = <default> ] - Parameter #1 [ <optional> bool $append = <default> ] + Parameter #0 [ <optional> bool $prepend = true ] + Parameter #1 [ <optional> bool $append = true ] } - Return [ string ] } @@ -81917,7 +83709,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> array $values ] - Parameter #1 [ <optional> bool $merge = <default> ] + Parameter #1 [ <optional> bool $merge = false ] } - Return [ void ] } @@ -81958,7 +83750,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <optional> $parameters = <default> ] - Parameter #1 [ <optional> bool $local = <default> ] + Parameter #1 [ <optional> bool $local = true ] } - Return [ string ] } @@ -81976,9 +83768,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [5] { Parameter #0 [ <required> string $tagName ] Parameter #1 [ <optional> $parameters = <default> ] - Parameter #2 [ <optional> bool $selfClose = <default> ] - Parameter #3 [ <optional> bool $onlyStart = <default> ] - Parameter #4 [ <optional> bool $useEol = <default> ] + Parameter #2 [ <optional> bool $selfClose = false ] + Parameter #3 [ <optional> bool $onlyStart = false ] + Parameter #4 [ <optional> bool $useEol = false ] } - Return [ string ] } @@ -81987,7 +83779,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [2] { Parameter #0 [ <required> string $tagName ] - Parameter #1 [ <optional> bool $useEol = <default> ] + Parameter #1 [ <optional> bool $useEol = false ] } - Return [ string ] } @@ -82045,7 +83837,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Parameters [3] { Parameter #0 [ <required> string $type ] Parameter #1 [ <required> $parameters ] - Parameter #2 [ <optional> bool $asValue = <default> ] + Parameter #2 [ <optional> bool $asValue = false ] } - Return [ string ] } @@ -82259,11 +84051,12 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> private method load ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ <required> string $file ] Parameter #1 [ <required> int $length ] Parameter #2 [ <required> string $delimiter ] Parameter #3 [ <required> string $enclosure ] + Parameter #4 [ <required> string $escape ] } - Return [ void ] } @@ -82424,7 +84217,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Parameter #1 [ <required> string $msgid2 ] Parameter #2 [ <required> int $count ] Parameter #3 [ <optional> array $placeholders = [] ] - Parameter #4 [ <optional> ?string $domain = <default> ] + Parameter #4 [ <optional> ?string $domain = null ] } - Return [ string ] } @@ -82464,7 +84257,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { Method [ <internal:phalcon> public method setDomain ] { - Parameters [1] { - Parameter #0 [ <optional> ?string $domain = <default> ] + Parameter #0 [ <optional> ?string $domain = null ] } - Return [ string ] } @@ -83027,7 +84820,9 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] { - Constants [0] { } - - Static properties [0] { + - Static properties [2] { + Property [ public static $serializer = NULL ] + Property [ public static $defaultValue = NULL ] } - Static methods [0] { |
