summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO7
-rw-r--r--REFLECTION4822
-rw-r--r--php-phalcon5.spec69
3 files changed, 2978 insertions, 1920 deletions
diff --git a/PHPINFO b/PHPINFO
index 152ba20..fa2e0ca 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,13 +5,14 @@ phalcon
Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance.
phalcon => enabled
Author => Phalcon Team and contributors
-Version => 5.6.2
-Build Date => Mar 15 2024 00:00:00
-Powered by Zephir => Version 0.18.0-$Id$
+Version => 5.10.0
+Build Date => Jan 3 2026 00:00:00
+Powered by Zephir => Version 0.19.0-$Id$
Directive => Local Value => Master Value
phalcon.db.escape_identifiers => On => On
phalcon.db.force_casting => Off => Off
+phalcon.form.strict_entity_property_check => Off => Off
phalcon.orm.case_insensitive_column_map => Off => Off
phalcon.orm.cast_last_insert_id_to_int => Off => Off
phalcon.orm.cast_on_hydrate => Off => Off
diff --git a/REFLECTION b/REFLECTION
index 6579433..ddcb6a8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
+Extension [ <persistent> extension #141 phalcon version 5.10.0 ] {
- 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 [619] {
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 ]
}
@@ -873,7 +876,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 ]
}
@@ -1034,7 +1037,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 ]
}
}
@@ -1063,7 +1066,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $prefix = <default> ]
+ Parameter #0 [ <optional> string $prefix = '' ]
}
- Return [ array ]
}
@@ -1087,7 +1090,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 ]
}
}
@@ -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 ]
}
@@ -12139,6 +12149,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon> public method isSuccess ] {
@@ -12288,7 +12299,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,7 +12531,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] {
- Constants [0] {
}
@@ -12531,7 +12542,7 @@ 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 ]
@@ -12539,9 +12550,11 @@ 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' ]
}
- - Methods [22] {
+ - Methods [27] {
Method [ <internal:phalcon, ctor> protected method __construct ] {
- Parameters [2] {
@@ -12561,7 +12574,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 ]
}
}
@@ -12597,11 +12610,18 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $prefix = <default> ]
+ 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] {
@@ -12609,6 +12629,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- 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] {
@@ -12621,7 +12648,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 ]
}
}
@@ -12703,10 +12730,34 @@ 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, 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] {
@@ -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 ]
}
@@ -17207,7 +17263,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 +17272,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 +17441,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 +17616,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 +17641,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 +17663,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 +17671,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 +17869,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 +18048,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 +18058,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 +18068,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 +18079,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 +18142,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 +18164,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 +18197,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 ]
}
@@ -18343,7 +18399,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 ]
}
}
@@ -18479,7 +18535,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 ]
}
@@ -18809,7 +18865,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 +19099,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 +19224,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 +19352,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 +19705,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 +19873,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 +19891,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 +19966,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 +19975,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 +19984,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 +20002,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 +20022,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 +20034,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 +20045,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 +20108,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 +20118,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 +20128,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 +20138,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 +20147,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 +20188,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 +20541,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 +20573,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 +20581,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 +20589,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 +20700,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 +20781,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 +20837,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 +20848,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 +20868,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 +20966,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] {
@@ -21120,7 +21201,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 ]
}
}
@@ -21256,7 +21337,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 ]
}
@@ -21467,7 +21548,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 +21658,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 +21672,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 +21711,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 +21720,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 +21729,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 +21782,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 +21792,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 +21819,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 +21836,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 +21851,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 +21867,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 +21877,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 +21930,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 +21940,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 +21967,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 +22014,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 +22036,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 +22046,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 +22099,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 +22109,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 +22175,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 +22561,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 +22574,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 +22594,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 +22612,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 +22622,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 +22632,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 +22642,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 +22652,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 +22662,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 +22672,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 +22682,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 +22692,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 +22702,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 +22712,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 +22721,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 +22810,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 +22949,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 +23109,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 +23117,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 +23125,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 +23158,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 +23169,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 +23201,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 +23216,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 +23233,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 +23267,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 +23289,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 +23312,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 +23337,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 +23351,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 +23419,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 +23460,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 +23492,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 +23513,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 +23530,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 +23604,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 +23618,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 +23693,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 +23734,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 +23742,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 +23767,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 +23782,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 +23799,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 +23850,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 +23864,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 +23932,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\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] {
- Constants [0] {
}
@@ -23740,17 +23973,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-reds-' ]
}
- - Methods [26] {
+ - Methods [31] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23770,7 +24005,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 ]
}
}
@@ -23791,7 +24026,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 ]
}
@@ -23808,7 +24043,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 ]
}
}
@@ -23878,6 +24113,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] {
@@ -23885,6 +24127,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] {
@@ -23953,13 +24202,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 +24243,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 +24276,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 +24299,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 +24316,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 +24342,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 +24416,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 +24466,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 +24480,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 +24555,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 +24596,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 +24630,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 +24645,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 +24654,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 +24714,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 +24728,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 +24795,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 +24846,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 +24906,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 ] {
@@ -24714,7 +25069,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 +25150,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 +25211,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 +25238,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 +25398,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 +25559,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 +26278,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 +26303,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 +26325,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 +26333,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 +26520,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 +26545,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 +26567,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 +26575,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 +26774,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 +26802,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 +26812,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 +26823,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 +27054,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 +27067,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 +27273,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 +27362,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 +27477,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 +27507,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 +27517,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 +27527,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 +27617,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 +27634,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 +27642,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 +27650,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 +27702,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 +27722,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 +27878,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 +27920,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 +27999,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 +28008,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 +28017,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 +28026,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 +28043,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 +28052,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 +28093,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 +28111,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 +28153,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 +28250,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 +28261,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 +28293,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 +28308,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 +28325,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 +28359,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 +28381,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 +28404,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 +28429,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 +28443,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 +28511,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 +28552,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 +28584,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 +28605,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 +28622,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 +28660,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 +28674,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 +28749,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 +28790,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 +28798,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 +28823,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 +28838,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 +28855,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 +28906,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 +28920,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 +28988,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 +29029,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 +29061,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 +29082,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 +29099,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 +29137,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 +29151,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 +29226,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\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] {
- Constants [0] {
}
@@ -28746,18 +29267,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 $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 +29300,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 +29323,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 +29340,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 +29383,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 +29417,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 +29431,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 +29506,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 +29547,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 +29581,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 +29596,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 +29605,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 +29665,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 +29679,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 +29746,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 +29787,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 +29880,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 +29977,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 +30279,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 +30324,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 +30615,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 +30867,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 +31054,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 +31307,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 +31563,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 +31587,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 +31675,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 +31689,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 +31778,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 +31792,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 +31816,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 +31855,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 +31888,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 +31913,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 +32001,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 +32015,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 +32104,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 +32118,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 +32142,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 +32204,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 +32292,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 +32306,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 +32395,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 +32409,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 +32433,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 +32495,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 +32583,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 +32597,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 +32686,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 +32700,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 +32724,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 +32805,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 +32893,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 +32907,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 +32996,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 +33010,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 +33034,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 +33283,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 +33388,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 +33398,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 +33408,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 +33419,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 +33482,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 +33504,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 +33537,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 +33626,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 +33634,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 +33669,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 +33797,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 +33807,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 +33817,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 +33828,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 +33891,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 +33913,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 +33946,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 +34348,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 +34437,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 +34455,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 +34464,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 +34572,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 +34582,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 +34600,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 +34610,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 +34630,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 +34685,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 +34703,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 +34713,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 +34743,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 +34752,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 +34830,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 +34868,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 +34892,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 +34939,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 +34949,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 +34979,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 +34988,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 +35066,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 +35092,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 +35174,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 +35192,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 +35202,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 +35218,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 +35234,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 +35266,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 +35278,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 +35288,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 +35324,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 +35364,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 +35374,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 +35392,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 +35402,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 +35422,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 +35477,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 +35503,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 +35513,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 +35543,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 +35552,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 +35630,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 +35668,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 +35755,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 +35765,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 +35783,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 +35793,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 +35813,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 +35868,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 +35886,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 +35896,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 +35926,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 +35935,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 +36013,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 +36168,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 +36177,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 +36186,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 +36215,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 +36223,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 +36310,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 +36334,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 +36401,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 +36410,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 +36460,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 +36470,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 +36488,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 +36670,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 +36678,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 +36752,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 +36761,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 +36807,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 +36880,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 +36889,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 +36943,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 +36951,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 +37030,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 +37054,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 +37121,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 +37130,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 +37141,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 +37189,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 +37199,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 +37217,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 +37392,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 +37400,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 +37456,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 +37465,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 +37504,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 +37567,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 +37576,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 +37585,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 +37628,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 +37636,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 +37715,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 +37739,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 +37816,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 +37825,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 +37875,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 +37885,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 +37903,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 +38078,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 +38086,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 +38160,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 +38169,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 +38201,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 +38220,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 +38245,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 }
}
@@ -37847,7 +38473,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 +38482,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 +38491,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 +38500,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 +38548,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 +38558,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 +38582,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 +38590,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 +38618,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 +38627,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 +38645,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 +38686,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 +38695,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 +38712,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 +38729,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 +38739,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 +38749,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 +38846,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 +38855,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 +38865,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 +38875,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 +38885,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 +38895,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 +38904,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 +38914,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 +38924,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 +38934,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 +38944,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 +38954,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 +38964,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 +38974,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 +38984,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 +38993,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 +39003,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 +39013,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 +39023,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 +39033,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 +39044,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 +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 ]
}
@@ -38507,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 ]
}
@@ -38516,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 ]
}
@@ -38525,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 ]
}
@@ -38573,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 ]
}
@@ -38583,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 ]
}
@@ -38600,7 +39226,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 +39234,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 +39262,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 +39271,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 +39289,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 +39322,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 +39331,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 +39348,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 +39365,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 +39375,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 +39385,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 +39482,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 +39491,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 +39501,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 +39511,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 +39521,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 +39531,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 +39540,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 +39550,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 +39560,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 +39570,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 +39580,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 +39590,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 +39600,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 +39610,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 +39620,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 +39629,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 +39639,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 +39649,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 +39659,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 +39669,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 +39680,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 +39760,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 +39769,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 +39786,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 +39795,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 +39843,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 +39853,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 +39879,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 +39888,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 +39896,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 +39924,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 +39933,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 +39951,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 +39968,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 +39977,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 +39986,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 +40003,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 +40013,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 +40023,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 +40120,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 +40129,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 +40139,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 +40149,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 +40159,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 +40169,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 +40178,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 +40188,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 +40198,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 +40208,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 +40218,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 +40228,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 +40238,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 +40248,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 +40258,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 +40267,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 +40277,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 +40287,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 +40297,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 +40307,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 +40318,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 +40478,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 +40889,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> ]
}
@@ -40462,7 +41088,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 ]
}
}
@@ -40598,7 +41224,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 ]
}
@@ -40653,7 +41279,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 +41610,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 +41620,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 +41629,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 +41639,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 +41648,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 +42398,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 +42406,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 +42419,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 +42477,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 +42578,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 +42587,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 +43130,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 +43405,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 = '' ]
}
}
@@ -42904,7 +43530,7 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Token\Token $token ]
- Parameter #1 [ <optional> int $timeShift = <default> ]
+ Parameter #1 [ <optional> int $timeShift = 0 ]
}
}
@@ -43025,7 +43651,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 = null ]
}
- Return [ string ]
}
@@ -43033,7 +43659,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 = null ]
}
- Return [ string ]
}
@@ -43041,7 +43667,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 = null ]
}
- Return [ string ]
}
@@ -43049,8 +43675,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 = null ]
+ Parameter #1 [ <optional> bool $padding = false ]
}
- Return [ string ]
}
@@ -43058,7 +43684,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 +43692,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 = null ]
}
- Return [ string ]
}
@@ -43124,7 +43750,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 +43930,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 +43962,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 +43981,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 +44219,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 +44227,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 +44292,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 +44577,39 @@ 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 [2] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $input ]
+ Parameter #1 [ <optional> int $filter = 0 ]
+ }
+ }
+
+ Method [ <internal:phalcon> private method getIpAddressProtocolVersion ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $input ]
+ }
+ - Return [ int|false ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Lower ] {
- Constants [0] {
@@ -44142,7 +44802,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 +44988,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 +45028,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 +45051,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 +45153,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 +45433,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 +45568,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 +45703,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 +45838,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 +45982,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 +46125,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 +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 ]
}
@@ -45734,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 ]
}
@@ -45869,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 ]
}
@@ -46096,7 +46766,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 +46909,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 +47153,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 +47397,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 +47641,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 +47885,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 +48001,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 +48138,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 +48254,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 +48391,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 +48526,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 +48661,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 +48798,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 +48933,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 +49068,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 +49203,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 +49346,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 +49481,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 +49616,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 +49779,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 +49914,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 +50042,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 +50348,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 +50356,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 +50373,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 +50382,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 +50627,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 +50920,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 +51213,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 +51506,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 +51799,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 +52092,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 +52385,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 +52678,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 +53011,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 +53296,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 +53589,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 +53882,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 +54246,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 +54664,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 +54719,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 +54733,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 +54822,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 +54835,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 +54843,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 +54876,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 +54913,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 +55025,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 +55033,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 +55063,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 +55369,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 +55384,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 +55400,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 +55410,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 +55463,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 +55473,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 +55500,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 +55512,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 +55520,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 +55530,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 +55583,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 +55593,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 +55620,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 +55639,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 +55937,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 +55947,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 +55974,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 +55988,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 +56005,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 +56058,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 +56068,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 +56095,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 +56108,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 +56125,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 +56178,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 +56188,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 +56228,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 +56241,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 +56253,13 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
}
- Return [ string ]
}
+
+ Method [ <internal:phalcon> public method getType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
}
}
@@ -55352,8 +56274,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 +56289,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 +56306,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 +56359,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 +56369,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 +56396,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 +56415,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 +56425,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 +56478,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 +56488,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 +56515,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 +56535,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 +56545,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 +56598,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 +56608,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 +56635,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 +56650,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 +56666,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 +56683,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 +56736,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 +56746,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 +56773,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 +56788,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 +56804,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 +56821,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 +56874,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 +56884,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 +56911,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 +56926,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 +56942,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 +56959,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 +57012,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 +57022,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 +57049,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 +57064,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 +57080,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 +57097,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 +57150,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 +57160,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 +57187,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 +57202,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 +57218,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 +57235,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 +57288,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 +57298,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 +57325,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 +57340,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 +57356,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 +57373,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 +57426,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 +57436,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 +57463,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 +57478,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 +57494,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 +57511,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 +57564,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 +57574,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 +57601,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 +57616,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 +57632,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 +57649,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 +57702,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 +57712,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 +57739,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 +57762,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 +57778,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 +57795,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 +57848,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 +57858,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 +57885,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 +57900,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 +57916,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 +57933,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 +57986,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 +57996,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 +58023,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 +58038,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 +58054,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 +58071,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 +58124,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 +58134,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 +58161,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 +58176,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 +58192,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 +58209,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 +58262,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 +58272,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 +58299,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 +58313,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 +58338,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 +58347,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 +58356,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 +58409,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 +58419,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 +58446,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 +58461,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 +58477,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 +58494,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 +58547,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 +58557,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 +58584,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 +58599,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 +58615,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 +58632,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 +58685,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 +58695,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 +58722,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 +58740,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 +58753,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 +58761,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 +58810,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 +58826,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 +58836,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 +58889,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 +58899,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 +58926,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 +58941,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 +58957,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 +58974,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 +59027,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 +59037,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 +59064,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 +59079,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 +59095,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 +59112,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 +59165,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 +59175,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 +59202,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 +59217,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 +59233,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 +59250,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 +59303,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 +59313,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 +59340,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 +59362,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 +59371,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 +59388,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 +59441,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 +59451,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 +59478,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 +59493,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 +59509,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 +59526,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 +59579,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 +59589,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 +59616,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 +59631,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 +59647,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 +59664,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 +59717,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 +59727,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 +59754,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 +59769,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 +59785,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 +59802,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 +59855,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 +59865,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 +59892,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 +59906,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 +59923,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 +59976,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 +59986,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 +60013,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 +60059,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 +60081,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 +60091,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 +60144,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 +60154,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 +60181,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 +60247,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 +60269,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 +60279,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 +60332,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 +60342,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 +60369,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 +60407,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 +60429,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 +60439,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 +60492,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 +60502,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 +60529,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 +60545,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 +60562,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 +60578,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 +60587,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 +60596,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 +60613,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 +60666,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 +60676,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 +60703,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 +60727,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 +60735,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 +60751,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 +60761,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 +60814,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 +60824,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 +60931,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 = [] ]
}
}
@@ -60291,11 +61277,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 +61428,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 ]
}
@@ -60612,24 +61598,24 @@ Extension [ <persistent> extension #92 phalcon version 5.6.2 ] {
- Properties [8] {
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 ]
}
- - Methods [77] {
+ - Methods [80] {
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 +61671,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 +61699,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 +61768,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 +61779,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 +61789,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 +61807,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 +61876,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 +61967,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 +62006,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 +62085,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 +62111,29 @@ 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> 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 +62142,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 +62163,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 +62179,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 +62211,19 @@ 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 getPostData ] {
- - 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> $data ]
}
+ - Return [ array ]
}
Method [ <internal:phalcon> private method getFormData ] {
@@ -61557,14 +62563,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 +62652,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 +62797,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 +62822,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 +62870,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 +62939,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 +62952,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 +63186,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 +63328,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 +63355,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 +63373,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 +63448,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 +63457,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 +63466,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 +63484,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 +63504,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 +63516,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 +63527,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 +63562,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 +63578,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 +63711,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 +63738,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 +63756,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 +63831,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 +63840,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 +63849,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 +63867,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 +63887,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 +63899,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 +63910,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 +64074,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 ]
}
@@ -63773,9 +64779,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 +64830,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 +64840,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 +64850,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 +64860,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 +64869,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 +64898,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 +64965,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 +64975,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 +64985,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 +64995,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 +65004,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 +65497,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 +65816,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 +66145,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 +66398,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 +66873,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 +66933,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 +66943,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 +66973,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 +66990,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 +67001,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 +67011,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 +67021,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 +67031,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 +67041,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 +67050,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 +67077,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 +67262,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 +67273,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 +67300,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 +67660,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 +67676,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 +67721,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 +68148,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 +68212,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 +68267,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 +68345,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 +68384,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 +68446,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 +68577,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 +68648,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 +68881,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 +68938,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 +68973,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 +69052,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 +71267,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 +71379,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 +71388,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 +71412,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 +71467,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 +71501,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 +71662,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 +71721,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 +71760,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 +71771,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 +71937,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 +71946,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 +71957,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 +71966,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 +71977,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 +71998,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 +72009,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 +72019,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 +72029,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 +72074,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 +72084,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 +72093,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 +72681,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 +72695,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 +73018,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 +73068,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 +73266,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 +73288,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 +73326,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 +73481,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 +73494,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 +73514,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 +73523,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 +73538,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 +73608,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 +73618,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 +73628,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 +73638,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 +73648,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 +73658,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 +73668,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 +73678,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 +73688,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 +73698,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 +73708,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 +73718,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 +73727,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 +73816,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 +73947,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 +74223,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 +74543,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 +74605,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 +75139,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 +75175,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 +75199,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 +75251,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 +75408,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 +75431,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 +75588,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 +75613,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 +75647,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 +75655,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 +75671,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 +75713,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 +75722,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 +75731,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 +75748,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 +75869,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 +75893,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 +75938,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 +76176,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 +76842,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 +76850,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 +76858,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 +76926,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 +76934,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 +76942,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 +76995,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 +77006,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 +77014,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 +77031,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 +77051,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 +77063,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 +77089,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 +77255,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 +77269,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 +77333,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 +77346,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 +77354,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 +77387,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 +77575,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 +77618,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 +78034,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 +78064,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 +78122,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 +78152,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 +78238,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 +78324,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 +78410,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 +78474,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 +78519,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 +78614,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 +78700,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 +78786,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 +78872,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 +78958,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 +79044,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 +79203,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 +79258,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 +79272,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 +79344,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 +79357,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 +79365,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 +79398,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 ]
}
}
@@ -78437,8 +79489,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 +79519,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 ]
}
@@ -78593,7 +79644,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 ]
}
}
@@ -78623,7 +79674,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 ]
}
@@ -78648,7 +79699,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,8 +79723,8 @@ 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> ]
+ Parameter #1 [ <optional> ?string $name = null ]
+ Parameter #2 [ <optional> int $tab = 1 ]
}
- Return [ string ]
}
@@ -79014,7 +80065,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 +80193,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 +80250,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 +80461,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 +80581,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 +80607,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 +80880,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 +80906,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 +80933,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 +80987,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 +80997,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 +81031,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 +81041,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 +81051,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 +81061,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 +81070,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 +81121,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 +81132,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 +81142,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 +81152,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 +81162,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 +81171,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 +81197,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 +81273,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 +81302,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 +81312,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 +81322,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 +81332,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 +81342,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 +81351,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 +81404,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 +81432,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 +81442,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 +81452,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 +81462,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 +81471,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 +81548,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 +81575,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 +81628,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 +81638,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 +81648,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 +81658,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 +81668,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 +81677,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 +81728,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 +81738,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 +81748,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 +81758,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 +81768,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 +81777,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 +81803,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 +81812,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 +81838,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 +81864,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 +81874,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 +81884,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 +81894,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 +81904,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 +81913,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 +81970,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 +82022,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 +82031,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 +82058,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 +82068,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 +82078,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 +82088,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 +82098,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 +82107,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 +82159,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 +82185,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 +82236,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 +82246,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 +82256,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 +82266,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 +82276,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 +82285,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 +82368,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 +82447,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 +82469,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 +82477,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 +82485,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 +82525,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 ]
}
}
@@ -81670,8 +82721,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 +82760,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 +82808,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 +82825,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 +82908,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 +82968,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 +83009,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 +83027,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 +83038,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 +83096,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 +83310,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 +83476,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 +83516,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 +84079,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] {
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index edfedbb..70850af 100644
--- a/php-phalcon5.spec
+++ b/php-phalcon5.spec
@@ -1,8 +1,8 @@
# remirepo spec file for php-phalcon5
#
-# Copyright (c) 2014-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2014-2026 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
@@ -13,7 +13,7 @@
%global pecl_name phalcon
# after 40-json.ini, 20-pdo.ini
%global ini_name 50-%{pecl_name}.ini
-%global upstream_version 5.6.2
+%global upstream_version 5.10.0
#global upstream_prever RC4
#global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -21,7 +21,7 @@
Name: %{?scl_prefix}php-phalcon5
Version: %{upstream_version}%{?upstream_prever:~%{upstream_low}}
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}
Summary: Phalcon Framework
License: BSD-3-Clause
@@ -33,8 +33,7 @@ URL: https://phalcon.io/
Source0: https://pecl.php.net/get/%{sources}.tgz
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel >= 8.0
-BuildRequires: %{?scl_prefix}php-devel < 8.4
+BuildRequires:(%{?scl_prefix}php-devel >= 8.0 with %{?scl_prefix}php-devel < 8.5)
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-hash
BuildRequires: %{?scl_prefix}php-json
@@ -77,7 +76,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
%prep
%setup -qc
-%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml}
+sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml
cd %{sources}
# Sanity check, really often broken
@@ -101,6 +100,7 @@ extension=%{pecl_name}.so
; Configuration
;phalcon.db.escape_identifiers = On
;phalcon.db.force_casting = Off
+;phalcon.form.strict_entity_property_check = Off
;phalcon.orm.case_insensitive_column_map = Off
;phalcon.orm.cast_last_insert_id_to_int = Off
;phalcon.orm.cast_on_hydrate = Off
@@ -137,17 +137,18 @@ export CFLAGS="%{optflags} -Wno-incompatible-pointer-types"
cd %{sources}
%{__phpize}
+sed -e 's/INSTALL_ROOT/DESTDIR/' -i build/Makefile.global
: Build NTS extension
cd ../NTS
peclconf %{__phpconfig}
-make %{?_smp_mflags}
+%make_build
%if %{with_zts}
: Build ZTS extension
cd ../ZTS
peclconf %{__ztsphpconfig}
-make %{?_smp_mflags}
+%make_build
%endif
@@ -158,12 +159,12 @@ make %{?_smp_mflags}
install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
# Install the NTS stuff
-make -C NTS install INSTALL_ROOT=%{buildroot}
+%make_install -C NTS
install -Dpm644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name}
%if %{with_zts}
# Install the ZTS stuff
-make -C ZTS install INSTALL_ROOT=%{buildroot}
+%make_install -C ZTS
install -Dpm644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name}
%endif
@@ -197,28 +198,8 @@ done
%endif
-%if 0%{?fedora} < 24 && 0%{?rhel} < 8
-# when pear installed alone, after us
-%triggerin -- %{?scl_prefix}php-pear
-if [ -x %{__pecl} ] ; then
- %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
-fi
-
-# posttrans as pear can be installed after us
-%posttrans
-if [ -x %{__pecl} ] ; then
- %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
-fi
-
-%postun
-if [ $1 -eq 0 -a -x %{__pecl} ] ; then
- %{pecl_uninstall} %{pecl_name} >/dev/null || :
-fi
-%endif
-
-
%files
-%{?_licensedir:%license %{sources}/LICENSE.txt}
+%license %{sources}/LICENSE.txt
%doc %{pecl_docdir}/%{pecl_name}
%{pecl_xmldir}/%{name}.xml
@@ -234,6 +215,28 @@ fi
%changelog
+* Sat Jan 3 2026 Remi Collet <remi@remirepo.net> - 5.10.0-1
+- update to 5.10.0
+
+* Wed Apr 23 2025 Remi Collet <remi@remirepo.net> - 5.9.3-1
+- update to 5.9.3
+
+* Sun Apr 6 2025 Remi Collet <remi@remirepo.net> - 5.9.2-1
+- update to 5.9.2
+
+* Tue Apr 1 2025 Remi Collet <remi@remirepo.net> - 5.9.1-1
+- update to 5.9.1
+
+* Sun Mar 9 2025 Remi Collet <remi@remirepo.net> - 5.9.0-1
+- update to 5.9.0
+- re-license spec file to CECILL-2.1
+
+* Wed Jul 10 2024 Remi Collet <remi@remirepo.net> - 5.8.0-1
+- update to 5.8.0
+
+* Sun May 19 2024 Remi Collet <remi@remirepo.net> - 5.7.0-1
+- update to 5.7.0
+
* Fri Mar 15 2024 Remi Collet <remi@remirepo.net> - 5.6.2-1
- update to 5.6.2