summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-06-09 07:56:16 +0200
committerRemi Collet <remi@php.net>2026-06-09 07:56:16 +0200
commit1631fe8088fac38b836c454298da4fc4a73ca691 (patch)
treec5632973c0e8a34ce10d9f8317e423909479382f /REFLECTION
parente53c74a42a628e9978f470918ab29a725be6a765 (diff)
update to 5.14.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION55329
1 files changed, 52396 insertions, 2933 deletions
diff --git a/REFLECTION b/REFLECTION
index 681d013..4a9df47 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
+Extension [ <persistent> extension #152 phalcon version 5.14.0 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -77,7 +77,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- - Classes [737] {
+ - Classes [1289] {
Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -275,6 +275,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon> abstract public method delete ] {
@@ -336,6 +337,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon> abstract public method set ] {
@@ -427,7 +429,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> abstract public method filter ] {
@@ -435,7 +437,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> abstract public method first ] {
@@ -520,7 +522,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> abstract public method reduce ] {
@@ -563,7 +565,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> abstract public method toArray ] {
@@ -594,7 +596,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] {
@@ -707,7 +709,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method filter ] {
@@ -715,7 +717,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method first ] {
@@ -800,7 +802,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method reduce ] {
@@ -843,7 +845,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method toArray ] {
@@ -874,7 +876,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] {
@@ -919,6 +921,222 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Ioc\IocThrowable extends Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Stringable> abstract public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Resolver\ResolverThrowable extends Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Stringable> abstract public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Service\Throwable extends Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Stringable> abstract public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Forms\Element\ElementInterface ] {
- Constants [0] {
@@ -1163,7 +1381,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] {
+ Interface [ <internal:phalcon> interface Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -1184,6 +1402,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon> abstract public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:phalcon> abstract public method setData ] {
- Parameters [1] {
@@ -1192,17 +1416,109 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:Core, inherits Serializable> abstract public method serialize ] {
+ Method [ <internal:phalcon> abstract public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Container\Exceptions\ContainerThrowable extends Phalcon\Contracts\Container\Ioc\IocThrowable, Stringable, Throwable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getMessage ] {
- Parameters [0] {
}
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Serializable> abstract public method unserialize ] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Stringable> abstract public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method resolve ] {
- Parameters [1] {
- Parameter #0 [ <required> string $data ]
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
}
+ - Return [ mixed ]
}
}
}
@@ -1235,6 +1551,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method delete ] {
@@ -1296,6 +1613,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method set ] {
@@ -1319,6 +1637,56 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Adapter\Adapter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon> abstract static public method fromOptions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon> abstract public method retrieveByCredentials ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon> abstract public method retrieveById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon> abstract public method validateCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Dispatcher\DispatcherInterface ] {
- Constants [0] {
@@ -1720,7 +2088,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method filter ] {
@@ -1728,7 +2096,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method first ] {
@@ -1813,7 +2181,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method reduce ] {
@@ -1856,7 +2224,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Collection> abstract public method toArray ] {
@@ -1887,7 +2255,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] {
@@ -1957,22 +2325,22 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method addIndex ] {
+ Method [ <internal:phalcon> abstract public method addForeignKey ] {
- Parameters [3] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
- Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ]
+ Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ]
}
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method addForeignKey ] {
+ Method [ <internal:phalcon> abstract public method addIndex ] {
- Parameters [3] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
- Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ]
+ Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ]
}
- Return [ bool ]
}
@@ -2194,6 +2562,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $placeholders = [] ]
Parameter #2 [ <optional> $column = <default> ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon> abstract public method fetchOne ] {
@@ -2271,7 +2640,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Db\RawValue ]
+ - Return [ ?Phalcon\Db\RawValue ]
}
Method [ <internal:phalcon> abstract public method getInternalHandler ] {
@@ -2294,18 +2663,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getSQLStatement ] {
+ Method [ <internal:phalcon> abstract public method getSQLBindTypes ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getSQLBindTypes ] {
+ Method [ <internal:phalcon> abstract public method getSQLStatement ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon> abstract public method getSQLVariables ] {
@@ -2362,13 +2731,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $name = null ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon> abstract public method limit ] {
- Parameters [2] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <required> int $number ]
+ Parameter #1 [ <required> $number ]
}
- Return [ string ]
}
@@ -2395,7 +2765,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ bool ]
}
@@ -2407,6 +2777,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $bindParams = [] ]
Parameter #2 [ <optional> array $bindTypes = [] ]
}
+ - Return [ Phalcon\Db\ResultInterface|bool ]
}
Method [ <internal:phalcon> abstract public method releaseSavepoint ] {
@@ -2447,7 +2818,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ]
}
- - Return [ Phalcon\Contracts\Db\Adapter\Adapter ]
+ - Return [ Phalcon\Db\Adapter\AdapterInterface ]
}
Method [ <internal:phalcon> abstract public method supportSequences ] {
@@ -2557,6 +2928,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $page ]
}
+ - Return [ Phalcon\Paginator\Adapter\AdapterInterface ]
}
Method [ <internal:phalcon> abstract public method setLimit ] {
@@ -2564,6 +2936,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $limit ]
}
+ - Return [ Phalcon\Paginator\Adapter\AdapterInterface ]
}
}
}
@@ -2623,7 +2996,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?array ]
}
- Method [ <internal:phalcon> abstract public method getDefaultValues ] {
+ Method [ <internal:phalcon> abstract public method getDataTypes ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -2631,7 +3004,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getDataTypes ] {
+ Method [ <internal:phalcon> abstract public method getDataTypesNumeric ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -2639,7 +3012,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getDataTypesNumeric ] {
+ Method [ <internal:phalcon> abstract public method getDefaultValues ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -2660,7 +3033,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ ?string ]
+ - Return [ string|bool|null ]
}
Method [ <internal:phalcon> abstract public method getNonPrimaryKeyAttributes ] {
@@ -2757,6 +3130,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
Parameter #1 [ <required> int $index ]
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon> abstract public method reset ] {
@@ -2790,15 +3164,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method writeMetaDataIndex ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> int $index ]
- Parameter #2 [ <required> $data ]
- }
- }
-
Method [ <internal:phalcon> abstract public method setStrategy ] {
- Parameters [1] {
@@ -2814,6 +3179,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ void ]
}
+
+ Method [ <internal:phalcon> abstract public method writeMetaDataIndex ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> int $index ]
+ Parameter #2 [ <required> $data ]
+ }
+ }
}
}
@@ -3054,7 +3428,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ string ]
}
@@ -3169,22 +3543,22 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method addIndex ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method addForeignKey ] {
- Parameters [3] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
- Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ]
+ Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ]
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method addForeignKey ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method addIndex ] {
- Parameters [3] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
- Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ]
+ Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ]
}
- Return [ bool ]
}
@@ -3406,6 +3780,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $placeholders = [] ]
Parameter #2 [ <optional> $column = <default> ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method fetchOne ] {
@@ -3483,7 +3858,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Db\RawValue ]
+ - Return [ ?Phalcon\Db\RawValue ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getInternalHandler ] {
@@ -3506,18 +3881,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getSQLStatement ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getSQLBindTypes ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getSQLBindTypes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getSQLStatement ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method getSQLVariables ] {
@@ -3574,13 +3949,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $name = null ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method limit ] {
- Parameters [2] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <required> int $number ]
+ Parameter #1 [ <required> $number ]
}
- Return [ string ]
}
@@ -3607,7 +3983,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ bool ]
}
@@ -3619,6 +3995,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $bindParams = [] ]
Parameter #2 [ <optional> array $bindTypes = [] ]
}
+ - Return [ Phalcon\Db\ResultInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method releaseSavepoint ] {
@@ -3659,7 +4036,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $nestedTransactionsWithSavepoints ]
}
- - Return [ Phalcon\Contracts\Db\Adapter\Adapter ]
+ - Return [ Phalcon\Db\Adapter\AdapterInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method supportSequences ] {
@@ -3769,6 +4146,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $page ]
}
+ - Return [ Phalcon\Paginator\Adapter\AdapterInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Adapter> abstract public method setLimit ] {
@@ -3776,6 +4154,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $limit ]
}
+ - Return [ Phalcon\Paginator\Adapter\AdapterInterface ]
}
}
}
@@ -3870,6 +4249,65 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Container\Definition\Processor\Processor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method canProcess ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $definition ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method process ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $definition ]
+ Parameter #2 [ <required> $container ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Adapter\AdapterConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] {
- Constants [0] {
@@ -3955,6 +4393,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $options = [] ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon> abstract public method query ] {
@@ -3962,13 +4401,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $statement ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon> abstract public method quote ] {
- Parameters [2] {
Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -4228,7 +4668,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ string ]
}
@@ -4546,6 +4986,177 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Access\Access ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon> abstract public method allowedIf ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getExceptActions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getOnlyActions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method isAllowed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method redirectTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setExceptActions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $exceptActions = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setOnlyActions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $onlyActions = [] ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Guard\Guard ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon> abstract static public method fromOptions ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ Parameter #1 [ <required> Phalcon\Contracts\Container\Service\Collection $container ]
+ Parameter #2 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon> abstract public method check ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getLastUserAttempted ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon> abstract public method guest ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasUser ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method id ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int|null ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setUser ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract public method user ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon> abstract public method validate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Guard\GuardConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Forms\Schema ] {
- Constants [0] {
@@ -4647,7 +5258,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $values = [] ]
- Parameter #2 [ <optional> int $flags = null ]
+ Parameter #2 [ <optional> int $flags = 2 ]
}
- Return [ array ]
}
@@ -4801,6 +5412,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $options = [] ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method query ] {
@@ -4808,13 +5420,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $statement ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\PdoInterface> abstract public method quote ] {
- Parameters [2] {
Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -4880,6 +5493,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> $definition ]
Parameter #2 [ <optional> bool $shared = false ]
}
+ - Return [ Phalcon\Di\ServiceInterface|bool ]
}
Method [ <internal:phalcon> abstract public method get ] {
@@ -5170,7 +5784,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [0] {
}
- - Methods [14] {
+ - Methods [16] {
Method [ <internal:phalcon> abstract public method background ] {
- Parameters [2] {
@@ -5207,6 +5821,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Image\Adapter\AdapterInterface ]
}
+ Method [ <internal:phalcon> abstract public method getHeight ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getWidth ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon> abstract public method mask ] {
- Parameters [1] {
@@ -5247,7 +5875,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <optional> ?int $width = null ]
Parameter #1 [ <optional> ?int $height = null ]
- Parameter #2 [ <optional> int $master = null ]
+ Parameter #2 [ <optional> int $master = 4 ]
}
- Return [ Phalcon\Image\Adapter\AdapterInterface ]
}
@@ -5381,7 +6009,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> abstract public method delete ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ]
+ Parameter #0 [ <optional> ?Closure $conditionCallback = null ]
}
- Return [ bool ]
}
@@ -5468,7 +6096,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ]
+ Parameter #1 [ <optional> ?Closure $conditionCallback = null ]
}
- Return [ bool ]
}
@@ -5508,6 +6136,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string ]
}
Method [ <internal:phalcon> abstract public method partial ] {
@@ -5859,6 +6488,90 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Ioc\IocContainer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method hasService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $serviceName ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $serviceName ]
+ }
+ - Return [ object ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Resolver\ReflectionParameterResolver ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method resolveParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ Parameter #1 [ <required> ReflectionParameter $parameter ]
+ }
+ - Return [ mixed ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Service\Provider ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method provide ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Service\Collection $services ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Check ] {
- Constants [0] {
@@ -5943,12 +6656,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ string|int ]
}
Method [ <internal:phalcon> abstract public method getType ] {
- Parameters [0] {
}
+ - Return [ string|int ]
}
Method [ <internal:phalcon> abstract public method getTypeReference ] {
@@ -5962,6 +6677,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string|int ]
}
Method [ <internal:phalcon> abstract public method hasDefault ] {
@@ -6218,7 +6934,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> string $data ]
Parameter #1 [ <required> string $key ]
- Parameter #2 [ <required> string $algo ]
+ Parameter #2 [ <required> string $algorithm ]
Parameter #3 [ <optional> bool $raw = false ]
}
- Return [ string ]
@@ -6502,7 +7218,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $eventType ]
Parameter #1 [ <required> $handler ]
- Parameter #2 [ <optional> int $priority = null ]
+ Parameter #2 [ <optional> int $priority = 100 ]
}
- Return [ void ]
}
@@ -7135,6 +7851,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $dirtyState ]
}
+ - Return [ Phalcon\Mvc\ModelInterface|bool ]
}
}
}
@@ -7160,7 +7877,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
Parameter #2 [ <optional> $httpMethods = <default> ]
- Parameter #3 [ <optional> int $position = null ]
+ Parameter #3 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7170,7 +7887,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7180,27 +7897,27 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
- Method [ <internal:phalcon> abstract public method addHead ] {
+ Method [ <internal:phalcon> abstract public method addGet ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
- Method [ <internal:phalcon> abstract public method addGet ] {
+ Method [ <internal:phalcon> abstract public method addHead ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7210,7 +7927,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7220,7 +7937,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7230,7 +7947,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7240,7 +7957,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7250,7 +7967,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7260,7 +7977,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -7269,7 +7986,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ]
- Parameter #1 [ <optional> int $position = null ]
+ Parameter #1 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\RouterInterface ]
}
@@ -7330,18 +8047,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getRoutes ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon> abstract public method getRouteById ] {
- Parameters [1] {
- Parameter #0 [ <required> $id ]
+ Parameter #0 [ <required> $routeId ]
}
+ - Return [ Phalcon\Mvc\Router\RouteInterface|bool ]
}
Method [ <internal:phalcon> abstract public method getRouteByName ] {
@@ -7349,6 +8060,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ Phalcon\Mvc\Router\RouteInterface|bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getRoutes ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:phalcon> abstract public method handle ] {
@@ -7819,6 +8538,150 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Cli\RouterInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [17] {
+ Method [ <internal:phalcon> abstract public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $pattern ]
+ Parameter #1 [ <optional> $paths = <default> ]
+ }
+ - Return [ Phalcon\Cli\Router\RouteInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getActionName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getMatchedRoute ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Cli\Router\RouteInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getMatches ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getModuleName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getParams ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getParameters ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getRouteById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ Phalcon\Cli\Router\RouteInterface|bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getRouteByName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Cli\Router\RouteInterface|bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getRoutes ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getTaskName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method handle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $arguments = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method setDefaultAction ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ Phalcon\Cli\RouterInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setDefaultModule ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $moduleName ]
+ }
+ - Return [ Phalcon\Cli\RouterInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setDefaults ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $defaults ]
+ }
+ - Return [ Phalcon\Cli\RouterInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setDefaultTask ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $taskName ]
+ }
+ - Return [ Phalcon\Cli\RouterInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method wasMatched ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Cli\Router\RouteInterface ] {
- Constants [0] {
@@ -7956,6 +8819,740 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Adapter\RememberAdapter extends Phalcon\Contracts\Auth\Adapter\Adapter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Adapter\Adapter> abstract static public method fromOptions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon> abstract public method createRememberToken ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ }
+ - Return [ Phalcon\Contracts\Auth\RememberToken ]
+ }
+
+ Method [ <internal:phalcon> abstract public method retrieveByToken ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <required> string $token ]
+ Parameter #2 [ <optional> ?string $userAgent = null ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Adapter\Adapter> abstract public method retrieveByCredentials ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Adapter\Adapter> abstract public method retrieveById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Adapter\Adapter> abstract public method validateCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\AuthUser ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method getAuthIdentifier ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAuthPassword ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Guard\BasicAuth ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method basic ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string $field = 'email' ]
+ Parameter #1 [ <optional> array $extraConditions = [] ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method onceBasic ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string $field = 'email' ]
+ Parameter #1 [ <optional> array $extraConditions = [] ]
+ }
+ - Return [ Phalcon\Contracts\Auth\AuthUser|false ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Guard\GuardStateful ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon> abstract public method attempt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ Parameter #1 [ <optional> bool $remember = false ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method login ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <optional> bool $remember = false ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method loginById ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <optional> bool $remember = false ]
+ }
+ - Return [ Phalcon\Contracts\Auth\AuthUser|false ]
+ }
+
+ Method [ <internal:phalcon> abstract public method logout ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method viaRemember ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Manager ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [18] {
+ Method [ <internal:phalcon> abstract public method access ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $accessName ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon> abstract public method addAccessList ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $accessList ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon> abstract public method addGuard ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $nameGuard ]
+ Parameter #1 [ <required> Phalcon\Contracts\Auth\Guard\Guard $guard ]
+ Parameter #2 [ <optional> bool $isDefault = false ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon> abstract public method attempt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ Parameter #1 [ <optional> bool $remember = false ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method check ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method except ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string ...$actions ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAccess ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\Access\Access ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAccessList ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getDefaultGuard ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\Guard\Guard ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getGuards ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method guard ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $name = null ]
+ }
+ - Return [ Phalcon\Contracts\Auth\Guard\Guard ]
+ }
+
+ Method [ <internal:phalcon> abstract public method id ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int|null ]
+ }
+
+ Method [ <internal:phalcon> abstract public method logout ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method only ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string ...$actions ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setAccess ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Access\Access $access ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setDefaultGuard ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Guard\Guard $guard ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon> abstract public method user ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon> abstract public method validate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Ioc\IocContainerFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method newContainer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Container\Ioc\IocContainer ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Resolver\ResolverService extends Phalcon\Contracts\Container\Resolver\ReflectionParameterResolver ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon> abstract public method isResolvableClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method resolveCall ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ Parameter #1 [ <required> $callableObject ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> abstract public method resolveClass ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ Parameter #1 [ <required> string $className ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon> abstract public method resolveMethod ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ Parameter #1 [ <required> ReflectionMethod $method ]
+ Parameter #2 [ <required> $instance ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method resolveParameters ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ Parameter #1 [ <required> array $parameters ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method resolveType ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ Parameter #1 [ <required> ReflectionType $type ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Container\Resolver\ReflectionParameterResolver> abstract public method resolveParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ Parameter #1 [ <required> ReflectionParameter $parameter ]
+ }
+ - Return [ mixed ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Service\Collection extends Phalcon\Contracts\Container\Ioc\IocContainer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [32] {
+ Method [ <internal:phalcon> abstract public method getAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setAlias ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $alias ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsetAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getDefinition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasDefinition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method newDefinition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setDefinition ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> Phalcon\Container\Definition\ServiceDefinition $definition ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsetDefinition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setInstance ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $instance ]
+ Parameter #2 [ <required> string $lifetime ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsetInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsetInstances ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $lifetime ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsetParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method bind ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $interfaceName ]
+ Parameter #1 [ <required> string $concrete ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+
+ Method [ <internal:phalcon> abstract public method callableGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Closure ]
+ }
+
+ Method [ <internal:phalcon> abstract public method callableNew ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Closure ]
+ }
+
+ Method [ <internal:phalcon> abstract public method extend ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $callableObject ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getByTag ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $tag ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getResolver ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Container\Resolver\Resolver ]
+ }
+
+ Method [ <internal:phalcon> abstract public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method isAutowireEnabled ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method new ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> abstract public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $definition ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setAutowire ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $enabled ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Container\Ioc\IocContainer> abstract public method hasService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $serviceName ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Container\Ioc\IocContainer> abstract public method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $serviceName ]
+ }
+ - Return [ object ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\Security extends Phalcon\Contracts\Encryption\Security\CryptoUtils, Phalcon\Contracts\Encryption\Security\CsrfProtection, Phalcon\Contracts\Encryption\Security\PasswordSecurity ] {
- Constants [0] {
@@ -7976,7 +9573,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> string $data ]
Parameter #1 [ <required> string $key ]
- Parameter #2 [ <required> string $algo ]
+ Parameter #2 [ <required> string $algorithm ]
Parameter #3 [ <optional> bool $raw = false ]
}
- Return [ string ]
@@ -8384,12 +9981,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ string|int ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getType ] {
- Parameters [0] {
}
+ - Return [ string|int ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method getTypeReference ] {
@@ -8403,6 +10002,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string|int ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Column> abstract public method hasDefault ] {
@@ -8685,7 +10285,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <optional> $parameters = <default> ]
- Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -8867,11 +10467,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getAvailableCiphers ] {
+ Method [ <internal:phalcon> abstract public method getAuthData ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon> abstract public method getAuthTag ] {
@@ -8881,18 +10481,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getAuthData ] {
+ Method [ <internal:phalcon> abstract public method getAuthTagLength ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ int ]
}
- Method [ <internal:phalcon> abstract public method getAuthTagLength ] {
+ Method [ <internal:phalcon> abstract public method getAvailableCiphers ] {
- Parameters [0] {
}
- - Return [ int ]
+ - Return [ array ]
}
Method [ <internal:phalcon> abstract public method getCipher ] {
@@ -8909,18 +10509,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method setAuthTag ] {
+ Method [ <internal:phalcon> abstract public method setAuthData ] {
- Parameters [1] {
- Parameter #0 [ <required> string $tag ]
+ Parameter #0 [ <required> string $data ]
}
- Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
- Method [ <internal:phalcon> abstract public method setAuthData ] {
+ Method [ <internal:phalcon> abstract public method setAuthTag ] {
- Parameters [1] {
- Parameter #0 [ <required> string $data ]
+ Parameter #0 [ <required> string $tag ]
}
- Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
@@ -9069,7 +10669,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $eventType ]
Parameter #1 [ <required> $handler ]
- Parameter #2 [ <optional> int $priority = null ]
+ Parameter #2 [ <optional> int $priority = 100 ]
}
- Return [ void ]
}
@@ -9331,6 +10931,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> $entity = <default> ]
Parameter #2 [ <optional> array $whitelist = [] ]
}
+ - Return [ Phalcon\Messages\Messages|bool ]
}
}
}
@@ -9486,23 +11087,24 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon> abstract public method withHref ] {
+ Method [ <internal:phalcon> abstract public method withAttribute ] {
- - Parameters [1] {
- Parameter #0 [ <required> string $href ]
+ - Parameters [2] {
+ Parameter #0 [ <required> string $attribute ]
+ Parameter #1 [ <required> string $value ]
}
- Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
}
- Method [ <internal:phalcon> abstract public method withRel ] {
+ Method [ <internal:phalcon> abstract public method withHref ] {
- Parameters [1] {
- Parameter #0 [ <required> string $rel ]
+ Parameter #0 [ <required> string $href ]
}
- Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
}
- Method [ <internal:phalcon> abstract public method withoutRel ] {
+ Method [ <internal:phalcon> abstract public method withRel ] {
- Parameters [1] {
Parameter #0 [ <required> string $rel ]
@@ -9510,19 +11112,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
}
- Method [ <internal:phalcon> abstract public method withAttribute ] {
+ Method [ <internal:phalcon> abstract public method withoutAttribute ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <required> string $attribute ]
- Parameter #1 [ <required> string $value ]
}
- Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
}
- Method [ <internal:phalcon> abstract public method withoutAttribute ] {
+ Method [ <internal:phalcon> abstract public method withoutRel ] {
- Parameters [1] {
- Parameter #0 [ <required> string $attribute ]
+ Parameter #0 [ <required> string $rel ]
}
- Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
}
@@ -9988,6 +11589,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $trustForwardedHeader = false ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon> abstract public method getClientCharsets ] {
@@ -10045,6 +11647,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $associative = false ]
}
+ - Return [ stdClass|array|bool ]
}
Method [ <internal:phalcon> abstract public method getLanguages ] {
@@ -10068,14 +11671,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int ]
}
- Method [ <internal:phalcon> abstract public method getURI ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> bool $onlyPath = false ]
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon> abstract public method getPost ] {
- Parameters [5] {
@@ -10154,6 +11749,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> abstract public method getURI ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $onlyPath = false ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> abstract public method getUserAgent ] {
- Parameters [0] {
@@ -10184,7 +11787,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method hasQuery ] {
+ Method [ <internal:phalcon> abstract public method hasPost ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -10192,7 +11795,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method hasPost ] {
+ Method [ <internal:phalcon> abstract public method hasPut ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -10200,7 +11803,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method hasPut ] {
+ Method [ <internal:phalcon> abstract public method hasQuery ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -10338,7 +11941,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ ?string ]
+ - Return [ int ]
}
Method [ <internal:phalcon> abstract public method getName ] {
@@ -10404,7 +12007,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> abstract public method appendContent ] {
- Parameters [1] {
- Parameter #0 [ <required> $content ]
+ Parameter #0 [ <required> string $content ]
}
- Return [ Phalcon\Http\ResponseInterface ]
}
@@ -10416,18 +12019,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getStatusCode ] {
+ Method [ <internal:phalcon> abstract public method getHeaders ] {
- Parameters [0] {
}
- - Return [ ?int ]
+ - Return [ Phalcon\Http\Response\HeadersInterface ]
}
- Method [ <internal:phalcon> abstract public method getHeaders ] {
+ Method [ <internal:phalcon> abstract public method getStatusCode ] {
- Parameters [0] {
}
- - Return [ Phalcon\Http\Response\HeadersInterface ]
+ - Return [ ?int ]
}
Method [ <internal:phalcon> abstract public method hasHeader ] {
@@ -10448,7 +12051,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> abstract public method redirect ] {
- Parameters [3] {
- Parameter #0 [ <optional> $location = <default> ]
+ Parameter #0 [ <optional> ?string $location = null ]
Parameter #1 [ <optional> bool $externalRedirect = false ]
Parameter #2 [ <optional> int $statusCode = 302 ]
}
@@ -10462,6 +12065,27 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Http\ResponseInterface ]
}
+ Method [ <internal:phalcon> abstract public method send ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Http\ResponseInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method sendCookies ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Http\ResponseInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method sendHeaders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Http\ResponseInterface|bool ]
+ }
+
Method [ <internal:phalcon> abstract public method setContent ] {
- Parameters [1] {
@@ -10482,7 +12106,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $contentType ]
- Parameter #1 [ <optional> $charset = <default> ]
+ Parameter #1 [ <optional> ?string $charset = null ]
}
- Return [ Phalcon\Http\ResponseInterface ]
}
@@ -10499,7 +12123,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $filePath ]
- Parameter #1 [ <optional> $attachmentName = <default> ]
+ Parameter #1 [ <optional> ?string $attachmentName = null ]
}
- Return [ Phalcon\Http\ResponseInterface ]
}
@@ -10508,7 +12132,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #1 [ <required> string $value ]
}
- Return [ Phalcon\Http\ResponseInterface ]
}
@@ -10544,26 +12168,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ Phalcon\Http\ResponseInterface ]
}
-
- Method [ <internal:phalcon> abstract public method send ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Http\ResponseInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method sendCookies ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Http\ResponseInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method sendHeaders ] {
-
- - Parameters [0] {
- }
- }
}
}
@@ -10672,6 +12276,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ string|bool|null ]
}
Method [ <internal:phalcon> abstract public method has ] {
@@ -10686,6 +12291,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:phalcon> abstract public method send ] {
@@ -10701,6 +12307,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> string $value ]
}
+ - Return [ Phalcon\Http\Response\HeadersInterface ]
}
Method [ <internal:phalcon> abstract public method setRaw ] {
@@ -10708,6 +12315,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $header ]
}
+ - Return [ Phalcon\Http\Response\HeadersInterface ]
}
}
}
@@ -10738,12 +12346,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:phalcon> abstract public method getField ] {
- Parameters [0] {
}
+ - Return [ string ]
}
Method [ <internal:phalcon> abstract public method getMessage ] {
@@ -10846,7 +12456,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\ControllerInterface ]
+ - Return [ ?Phalcon\Mvc\ControllerInterface ]
}
Method [ <internal:phalcon> abstract public method getControllerName ] {
@@ -10860,21 +12470,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\ControllerInterface ]
+ - Return [ ?Phalcon\Mvc\ControllerInterface ]
}
- Method [ <internal:phalcon> abstract public method setControllerSuffix ] {
+ Method [ <internal:phalcon> abstract public method setControllerName ] {
- Parameters [1] {
- Parameter #0 [ <required> string $controllerSuffix ]
+ Parameter #0 [ <required> string $controllerName ]
}
+ - Return [ Phalcon\Dispatcher\DispatcherInterface ]
}
- Method [ <internal:phalcon> abstract public method setControllerName ] {
+ Method [ <internal:phalcon> abstract public method setControllerSuffix ] {
- Parameters [1] {
- Parameter #0 [ <required> string $controllerName ]
+ Parameter #0 [ <required> string $controllerSuffix ]
}
+ - Return [ Phalcon\Dispatcher\DispatcherInterface ]
}
Method [ <internal:phalcon> abstract public method setDefaultController ] {
@@ -10882,6 +12494,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
}
+ - Return [ Phalcon\Dispatcher\DispatcherInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method dispatch ] {
@@ -11171,7 +12784,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $handler ]
- Parameter #1 [ <optional> bool $lazy = false ]
+ Parameter #1 [ <optional> bool $isLazy = false ]
}
- Return [ Phalcon\Mvc\Micro\CollectionInterface ]
}
@@ -11179,7 +12792,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> abstract public method setLazy ] {
- Parameters [1] {
- Parameter #0 [ <required> bool $lazy ]
+ Parameter #0 [ <required> bool $isLazy ]
}
- Return [ Phalcon\Mvc\Micro\CollectionInterface ]
}
@@ -11208,6 +12821,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $parameters = [] ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|float ]
}
Method [ <internal:phalcon> abstract static public method cloneResult ] {
@@ -11246,6 +12860,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters = <default> ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|int ]
}
Method [ <internal:phalcon> abstract static public method find ] {
@@ -11279,7 +12894,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> abstract static public method query ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
@@ -11289,6 +12904,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters = <default> ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|float ]
}
}
@@ -11449,6 +13065,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $dirtyState ]
}
+ - Return [ Phalcon\Mvc\ModelInterface|bool ]
}
Method [ <internal:phalcon> abstract public method setReadConnectionService ] {
@@ -11492,14 +13109,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method validationHasFailed ] {
+ Method [ <internal:phalcon> abstract public method update ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method update ] {
+ Method [ <internal:phalcon> abstract public method validationHasFailed ] {
- Parameters [0] {
}
@@ -11652,6 +13269,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon> abstract public method getConditions ] {
@@ -11677,6 +13295,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|int|null ]
}
Method [ <internal:phalcon> abstract public method getModelName ] {
@@ -11723,21 +13342,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
- Method [ <internal:phalcon> abstract public method innerJoin ] {
+ Method [ <internal:phalcon> abstract public method inWhere ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $model ]
- Parameter #1 [ <optional> $conditions = <default> ]
- Parameter #2 [ <optional> $alias = <default> ]
+ - Parameters [2] {
+ Parameter #0 [ <required> string $expr ]
+ Parameter #1 [ <required> array $values ]
}
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
- Method [ <internal:phalcon> abstract public method inWhere ] {
+ Method [ <internal:phalcon> abstract public method innerJoin ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $expr ]
- Parameter #1 [ <required> array $values ]
+ - Parameters [3] {
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <optional> $conditions = <default> ]
+ Parameter #2 [ <optional> $alias = <default> ]
}
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
@@ -11780,14 +13399,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
- Method [ <internal:phalcon> abstract public method orderBy ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $orderColumns ]
- }
- - Return [ Phalcon\Mvc\Model\CriteriaInterface ]
- }
-
Method [ <internal:phalcon> abstract public method orWhere ] {
- Parameters [3] {
@@ -11798,6 +13409,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
+ Method [ <internal:phalcon> abstract public method orderBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $orderColumns ]
+ }
+ - Return [ Phalcon\Mvc\Model\CriteriaInterface ]
+ }
+
Method [ <internal:phalcon> abstract public method rightJoin ] {
- Parameters [3] {
@@ -11850,7 +13469,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [0] {
}
- - Methods [54] {
+ - Methods [55] {
Method [ <internal:phalcon> abstract public method addBehavior ] {
- Parameters [2] {
@@ -11884,6 +13503,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\RelationInterface ]
}
+ Method [ <internal:phalcon> abstract public method addHasManyToMany ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> $fields ]
+ Parameter #2 [ <required> string $intermediateModel ]
+ Parameter #3 [ <required> $intermediateFields ]
+ Parameter #4 [ <required> $intermediateReferencedFields ]
+ Parameter #5 [ <required> string $referencedModel ]
+ Parameter #6 [ <required> $referencedFields ]
+ Parameter #7 [ <optional> array $options = [] ]
+ }
+ - Return [ Phalcon\Mvc\Model\RelationInterface ]
+ }
+
Method [ <internal:phalcon> abstract public method addHasOne ] {
- Parameters [5] {
@@ -11911,19 +13545,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\RelationInterface ]
}
- Method [ <internal:phalcon> abstract public method addHasManyToMany ] {
+ Method [ <internal:phalcon> abstract public method clearReusableObjects ] {
- - Parameters [8] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> $fields ]
- Parameter #2 [ <required> string $intermediateModel ]
- Parameter #3 [ <required> $intermediateFields ]
- Parameter #4 [ <required> $intermediateReferencedFields ]
- Parameter #5 [ <required> string $referencedModel ]
- Parameter #6 [ <required> $referencedFields ]
- Parameter #7 [ <optional> array $options = [] ]
+ - Parameters [0] {
}
- - Return [ Phalcon\Mvc\Model\RelationInterface ]
+ - Return [ void ]
}
Method [ <internal:phalcon> abstract public method createBuilder ] {
@@ -11942,13 +13568,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\QueryInterface ]
}
- Method [ <internal:phalcon> abstract public method clearReusableObjects ] {
-
- - Parameters [0] {
- }
- - Return [ void ]
- }
-
Method [ <internal:phalcon> abstract public method executeQuery ] {
- Parameters [3] {
@@ -11975,6 +13594,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #3 [ <optional> $parameters = <default> ]
Parameter #4 [ <optional> ?string $method = null ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|bool ]
}
Method [ <internal:phalcon> abstract public method getBuilder ] {
@@ -12001,6 +13621,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #3 [ <optional> $parameters = <default> ]
Parameter #4 [ <optional> ?string $method = null ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|bool ]
}
Method [ <internal:phalcon> abstract public method getHasManyToMany ] {
@@ -12019,14 +13640,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getHasOneThrough ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon> abstract public method getHasOneAndHasMany ] {
- Parameters [1] {
@@ -12044,13 +13657,22 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #3 [ <optional> $parameters = <default> ]
Parameter #4 [ <optional> ?string $method = null ]
}
+ - Return [ Phalcon\Mvc\ModelInterface|bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getHasOneThrough ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ - Return [ array ]
}
Method [ <internal:phalcon> abstract public method getLastInitialized ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\ModelInterface ]
+ - Return [ ?Phalcon\Mvc\ModelInterface ]
}
Method [ <internal:phalcon> abstract public method getLastQuery ] {
@@ -12098,6 +13720,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $modelName ]
Parameter #1 [ <required> string $alias ]
}
+ - Return [ Phalcon\Mvc\Model\RelationInterface|bool ]
}
Method [ <internal:phalcon> abstract public method getRelationRecords ] {
@@ -12124,6 +13747,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $first ]
Parameter #1 [ <required> string $second ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon> abstract public method getReusableRecords ] {
@@ -12168,7 +13792,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method hasHasOne ] {
+ Method [ <internal:phalcon> abstract public method hasHasManyToMany ] {
- Parameters [2] {
Parameter #0 [ <required> string $modelName ]
@@ -12177,7 +13801,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method hasHasOneThrough ] {
+ Method [ <internal:phalcon> abstract public method hasHasOne ] {
- Parameters [2] {
Parameter #0 [ <required> string $modelName ]
@@ -12186,7 +13810,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method hasHasManyToMany ] {
+ Method [ <internal:phalcon> abstract public method hasHasOneThrough ] {
- Parameters [2] {
Parameter #0 [ <required> string $modelName ]
@@ -12195,14 +13819,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method load ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $modelName ]
- }
- - Return [ Phalcon\Mvc\ModelInterface ]
- }
-
Method [ <internal:phalcon> abstract public method initialize ] {
- Parameters [1] {
@@ -12252,6 +13868,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> abstract public method load ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $modelName ]
+ }
+ - Return [ Phalcon\Mvc\ModelInterface ]
+ }
+
Method [ <internal:phalcon> abstract public method missingMethod ] {
- Parameters [3] {
@@ -12269,16 +13893,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> abstract public method setConnectionService ] {
+ Method [ <internal:phalcon> abstract public method removeBehavior ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> string $connectionService ]
+ Parameter #1 [ <required> string $behaviorClass ]
}
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method setReadConnectionService ] {
+ Method [ <internal:phalcon> abstract public method setConnectionService ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -12287,30 +13911,39 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method setReusableRecords ] {
+ Method [ <internal:phalcon> abstract public method setModelSchema ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $modelName ]
- Parameter #1 [ <required> string $key ]
- Parameter #2 [ <required> $records ]
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> string $schema ]
}
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method setModelSchema ] {
+ Method [ <internal:phalcon> abstract public method setModelSource ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> string $schema ]
+ Parameter #1 [ <required> string $source ]
}
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method setModelSource ] {
+ Method [ <internal:phalcon> abstract public method setReadConnectionService ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> string $source ]
+ Parameter #1 [ <required> string $connectionService ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setReusableRecords ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> $records ]
}
- Return [ void ]
}
@@ -12372,13 +14005,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getCacheOptions ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon> abstract public method getBindTypes ] {
- Parameters [0] {
@@ -12386,7 +14012,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getSql ] {
+ Method [ <internal:phalcon> abstract public method getCacheOptions ] {
- Parameters [0] {
}
@@ -12402,6 +14028,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\ModelInterface ]
}
+ Method [ <internal:phalcon> abstract public method getSql ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> abstract public method getUniqueRow ] {
- Parameters [0] {
@@ -12494,7 +14127,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> $minimum ]
Parameter #2 [ <required> $maximum ]
- Parameter #3 [ <optional> string $operator = null ]
+ Parameter #3 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -12591,6 +14224,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon> abstract public method getModels ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array|string|null ]
+ }
+
Method [ <internal:phalcon> abstract public method getOffset ] {
- Parameters [0] {
@@ -12657,7 +14297,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> array $values ]
- Parameter #2 [ <optional> string $operator = null ]
+ Parameter #2 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -12691,19 +14331,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
- Method [ <internal:phalcon> abstract public method getModels ] {
-
- - Parameters [0] {
- }
- }
-
Method [ <internal:phalcon> abstract public method notBetweenWhere ] {
- Parameters [4] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> $minimum ]
Parameter #2 [ <required> $maximum ]
- Parameter #3 [ <optional> string $operator = null ]
+ Parameter #3 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -12713,7 +14347,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> array $values ]
- Parameter #2 [ <optional> string $operator = null ]
+ Parameter #2 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -12726,14 +14360,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
- Method [ <internal:phalcon> abstract public method orderBy ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $orderBy ]
- }
- - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
- }
-
Method [ <internal:phalcon> abstract public method orWhere ] {
- Parameters [3] {
@@ -12744,6 +14370,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
+ Method [ <internal:phalcon> abstract public method orderBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $orderBy ]
+ }
+ - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
+ }
+
Method [ <internal:phalcon> abstract public method rightJoin ] {
- Parameters [3] {
@@ -12810,7 +14444,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\ModelInterface ]
+ - Return [ ?Phalcon\Mvc\ModelInterface ]
}
Method [ <internal:phalcon> abstract public method success ] {
@@ -13001,7 +14635,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <optional> ?string $rollbackMessage = null ]
- Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $rollbackRecord = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $rollbackRecord = null ]
}
- Return [ bool ]
}
@@ -13301,6 +14935,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon> abstract public method getPrefix ] {
@@ -13363,7 +14998,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [0] {
}
- - Methods [15] {
+ - Methods [16] {
Method [ <internal:phalcon> abstract public method compilePattern ] {
- Parameters [1] {
@@ -13399,6 +15034,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon> abstract public method getName ] {
@@ -13436,6 +15072,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> abstract public method reConfigure ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $pattern ]
+ Parameter #1 [ <optional> $paths = <default> ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon> abstract public method setHostname ] {
- Parameters [1] {
@@ -13460,13 +15105,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
- Method [ <internal:phalcon> abstract public method reConfigure ] {
+ Method [ <internal:phalcon> abstract public method setRouteId ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $pattern ]
- Parameter #1 [ <optional> $paths = <default> ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $routeId ]
}
- - Return [ void ]
+ - Return [ Phalcon\Mvc\Router\RouteInterface ]
}
Method [ <internal:phalcon> abstract public method via ] {
@@ -13498,7 +15142,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [5] {
Parameter #0 [ <optional> $uri = <default> ]
- Parameter #1 [ <optional> $args = <default> ]
+ Parameter #1 [ <optional> $arguments = <default> ]
Parameter #2 [ <optional> ?bool $local = null ]
Parameter #3 [ <optional> $baseUri = <default> ]
Parameter #4 [ <optional> bool $replaceArgs = false ]
@@ -13510,7 +15154,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ ?string ]
}
Method [ <internal:phalcon> abstract public method getBaseUri ] {
@@ -13520,28 +15164,28 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method setBasePath ] {
+ Method [ <internal:phalcon> abstract public method path ] {
- Parameters [1] {
- Parameter #0 [ <required> string $basePath ]
+ Parameter #0 [ <optional> ?string $path = null ]
}
- - Return [ Phalcon\Mvc\Url\UrlInterface ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> abstract public method setBaseUri ] {
+ Method [ <internal:phalcon> abstract public method setBasePath ] {
- Parameters [1] {
- Parameter #0 [ <required> string $baseUri ]
+ Parameter #0 [ <required> string $basePath ]
}
- Return [ Phalcon\Mvc\Url\UrlInterface ]
}
- Method [ <internal:phalcon> abstract public method path ] {
+ Method [ <internal:phalcon> abstract public method setBaseUri ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?string $path = null ]
+ Parameter #0 [ <required> string $baseUri ]
}
- - Return [ string ]
+ - Return [ Phalcon\Mvc\Url\UrlInterface ]
}
}
}
@@ -13602,6 +15246,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string ]
}
Method [ <internal:phalcon> abstract public method getBasePath ] {
@@ -13622,7 +15267,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ ?string ]
}
Method [ <internal:phalcon> abstract public method getLayoutsDir ] {
@@ -13674,6 +15319,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $actionName ]
Parameter #2 [ <optional> array $params = [] ]
}
+ - Return [ Phalcon\Mvc\ViewInterface|bool ]
}
Method [ <internal:phalcon> abstract public method reset ] {
@@ -13763,6 +15409,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method partial ] {
@@ -14056,18 +15703,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method exists ] {
+ Method [ <internal:phalcon> abstract public method destroy ] {
- Parameters [0] {
}
- - Return [ bool ]
+ - Return [ void ]
}
- Method [ <internal:phalcon> abstract public method destroy ] {
+ Method [ <internal:phalcon> abstract public method exists ] {
- Parameters [0] {
}
- - Return [ void ]
+ - Return [ bool ]
}
Method [ <internal:phalcon> abstract public method get ] {
@@ -14079,18 +15726,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> abstract public method getId ] {
+ Method [ <internal:phalcon> abstract public method getAdapter ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ ?SessionHandlerInterface ]
}
- Method [ <internal:phalcon> abstract public method getAdapter ] {
+ Method [ <internal:phalcon> abstract public method getId ] {
- Parameters [0] {
}
- - Return [ SessionHandlerInterface ]
+ - Return [ string ]
}
Method [ <internal:phalcon> abstract public method getName ] {
@@ -14115,6 +15762,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> abstract public method regenerateId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $deleteOldSession = true ]
+ }
+ - Return [ Phalcon\Session\ManagerInterface ]
+ }
+
Method [ <internal:phalcon> abstract public method remove ] {
- Parameters [1] {
@@ -14164,13 +15819,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method status ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
Method [ <internal:phalcon> abstract public method start ] {
- Parameters [0] {
@@ -14178,12 +15826,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method regenerateId ] {
+ Method [ <internal:phalcon> abstract public method status ] {
- - Parameters [1] {
- Parameter #0 [ <optional> bool $deleteOldSession = true ]
+ - Parameters [0] {
}
- - Return [ Phalcon\Session\ManagerInterface ]
+ - Return [ int ]
}
}
}
@@ -14236,7 +15883,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Cli\RouterInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\AuthRemember ] {
- Constants [0] {
}
@@ -14250,132 +15897,246 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [0] {
}
- - Methods [17] {
- Method [ <internal:phalcon> abstract public method add ] {
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method createRememberToken ] {
- Parameters [2] {
- Parameter #0 [ <required> string $pattern ]
- Parameter #1 [ <optional> $paths = <default> ]
+ Parameter #0 [ <required> string $token ]
+ Parameter #1 [ <optional> ?string $userAgent = null ]
}
- - Return [ Phalcon\Cli\Router\RouteInterface ]
+ - Return [ Phalcon\Contracts\Auth\RememberToken ]
}
- Method [ <internal:phalcon> abstract public method getActionName ] {
+ Method [ <internal:phalcon> abstract public method getRememberToken ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $token ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\RememberToken ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\RememberToken ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon> abstract public method delete ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method getMatchedRoute ] {
+ Method [ <internal:phalcon> abstract public method getToken ] {
- Parameters [0] {
}
- - Return [ ?Phalcon\Cli\Router\RouteInterface ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getMatches ] {
+ Method [ <internal:phalcon> abstract public method getUserAgent ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ ?string ]
}
+ }
+ }
- Method [ <internal:phalcon> abstract public method getModuleName ] {
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Ioc\IocTypeAliases ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Resolver\ReflectionMethodResolver ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method resolveMethod ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ Parameter #1 [ <required> ReflectionMethod $method ]
+ Parameter #2 [ <required> $instance ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Service\Definition ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [17] {
+ Method [ <internal:phalcon> abstract public method addExtender ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $extender ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract public method buildService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Ioc\IocContainer $ioc ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getClass ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getParams ] {
+ Method [ <internal:phalcon> abstract public method getExtenders ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getParameters ] {
+ Method [ <internal:phalcon> abstract public method getFactory ] {
- Parameters [0] {
}
- - Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getRouteById ] {
+ Method [ <internal:phalcon> abstract public method getLifetime ] {
- - Parameters [1] {
- Parameter #0 [ <required> $id ]
+ - Parameters [0] {
}
- - Return [ Phalcon\Cli\Router\RouteInterface ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getRouteByName ] {
+ Method [ <internal:phalcon> abstract public method getServiceName ] {
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ - Parameters [0] {
}
- - Return [ Phalcon\Cli\Router\RouteInterface ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getRoutes ] {
+ Method [ <internal:phalcon> abstract public method hasClass ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method getTaskName ] {
+ Method [ <internal:phalcon> abstract public method hasExtenders ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method handle ] {
+ Method [ <internal:phalcon> abstract public method hasFactory ] {
- - Parameters [1] {
- Parameter #0 [ <optional> $arguments = <default> ]
+ - Parameters [0] {
}
+ - Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method setDefaultAction ] {
+ Method [ <internal:phalcon> abstract public method setClass ] {
- Parameters [1] {
- Parameter #0 [ <required> string $actionName ]
+ Parameter #0 [ <required> string $className ]
}
- - Return [ void ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> abstract public method setDefaultModule ] {
+ Method [ <internal:phalcon> abstract public method setExtenders ] {
- Parameters [1] {
- Parameter #0 [ <required> string $moduleName ]
+ Parameter #0 [ <required> array $extenders ]
}
- - Return [ void ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> abstract public method setDefaults ] {
+ Method [ <internal:phalcon> abstract public method setFactory ] {
- Parameters [1] {
- Parameter #0 [ <required> array $defaults ]
+ Parameter #0 [ <required> $factory ]
}
- - Return [ void ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> abstract public method setDefaultTask ] {
+ Method [ <internal:phalcon> abstract public method setLifetime ] {
- Parameters [1] {
- Parameter #0 [ <required> string $taskName ]
+ Parameter #0 [ <required> string $lifetime ]
}
- - Return [ void ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> abstract public method wasMatched ] {
+ Method [ <internal:phalcon> abstract public method unsetClass ] {
- Parameters [0] {
}
- - Return [ bool ]
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsetExtenders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsetFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
}
}
}
@@ -14544,6 +16305,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string ]
}
}
}
@@ -14566,7 +16328,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> abstract public method registerAutoloaders ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -14579,6 +16341,190 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\AbstractHelper ] {
- Constants [0] {
@@ -14603,7 +16549,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -14616,6 +16562,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> protected method indent ] {
- Parameters [0] {
@@ -14649,16 +16605,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon> protected method renderElement ] {
- Parameters [2] {
@@ -14835,6 +16781,414 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> string $message = '' ]
+ Parameter #1 [ <optional> array $statement = [] ]
+ Parameter #2 [ <optional> int $code = 0 ]
+ Parameter #3 [ <optional> ?Exception $previous = null ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Di\AbstractInjectionAware extends stdClass implements Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -14917,6 +17271,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractFactory extends Phalcon\Factory\AbstractConfigFactory ] {
- Constants [0] {
@@ -15254,7 +17700,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -15328,6 +17774,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -15418,6 +17865,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -15459,6 +17907,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon> abstract protected method doDelete ] {
@@ -15483,6 +17932,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon> abstract protected method doSet ] {
@@ -15587,7 +18037,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -15656,17 +18106,161 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:Core, inherits Serializable> abstract public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\SerializerInterface> abstract public method serialize ] {
- Parameters [0] {
}
}
- Method [ <internal:Core, inherits Serializable> abstract public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\SerializerInterface> abstract public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> string $data ]
+ Parameter #0 [ <required> $data ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\Exception extends Exception implements Throwable, Stringable, Phalcon\Container\Exceptions\ContainerThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Ioc\IocThrowable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
}
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Resolver\Resolvable> abstract public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
}
}
}
@@ -15719,6 +18313,111 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Support\Helper\Str\AbstractStr ] {
- Constants [0] {
@@ -15785,6 +18484,466 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> <iterateable> class Phalcon\Support\Collection implements Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] {
- Constants [0] {
@@ -15890,7 +19049,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -15898,7 +19057,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -15997,7 +19156,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
@@ -16080,7 +19239,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Collection> public method toArray ] {
@@ -16119,7 +19278,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method cloneEmpty ] {
@@ -16127,7 +19286,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method extractValue ] {
@@ -16174,6 +19333,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Support\Helper\Arr\AbstractArr ] {
- Constants [0] {
@@ -16200,7 +19451,283 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -16217,14 +19744,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -16286,6 +19813,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Filter\Validation\Validator\File\AbstractFile extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
- Constants [0] {
@@ -16530,6 +20149,374 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface ] {
- Constants [7] {
@@ -16601,6 +20588,232 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Events\AbstractEventsAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $eventsManager = NULL ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon> public method getEventsManager ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Events\ManagerInterface ]
+ }
+
+ Method [ <internal:phalcon> public method setEventsManager ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> protected method fireManagerEvent ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $eventName ]
+ Parameter #1 [ <optional> $data = <default> ]
+ Parameter #2 [ <optional> bool $cancellable = true ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Config extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Phalcon\Config\ConfigInterface ] {
- Constants [1] {
@@ -16765,7 +20978,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -16773,7 +20986,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -16872,7 +21085,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -16955,7 +21168,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] {
@@ -16987,7 +21200,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -16995,7 +21208,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -17111,7 +21324,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -17263,6 +21476,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $doubleEncode ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setEncoding ] {
@@ -17270,6 +21484,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $encoding ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setFlags ] {
@@ -17277,6 +21492,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $flags ]
}
+ - Return [ static ]
}
}
}
@@ -17310,7 +21526,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $value = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Stringable> public method __toString ] {
@@ -17325,14 +21541,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $value = null ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
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> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -17345,6 +21561,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -17378,16 +21604,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -17436,11 +21652,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 }
Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 }
Constant [ public int MODELS_COLUMN_MAP ] { 0 }
- Constant [ public int MODELS_DATE_AT ] { 6 }
- Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DATA_TYPES ] { 4 }
Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 }
Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 }
+ Constant [ public int MODELS_DATE_AT ] { 6 }
+ Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DEFAULT_VALUES ] { 12 }
Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 }
Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 }
@@ -17465,7 +21681,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $strategy = NULL ]
}
- - Methods [39] {
+ - Methods [41] {
Method [ <internal:phalcon> public method getAdapter ] {
- Parameters [0] {
@@ -17513,12 +21729,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
+ Method [ <internal:phalcon> final public method getColumnMapUniqueKey ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypes ] {
@@ -17537,11 +21760,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ Phalcon\Di\DiInterface ]
+ - Return [ array ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getEmptyStringAttributes ] {
@@ -17557,6 +21781,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
+ - Return [ string|bool|null ]
+ }
+
+ Method [ <internal:phalcon> final public method getMetaDataUniqueKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method getModelUUID ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $row ]
+ }
- Return [ ?string ]
}
@@ -17615,10 +21856,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> public method modelEquals ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $first ]
+ Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $other ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method read ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $key ]
}
- Return [ ?array ]
}
@@ -17654,6 +21904,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
Parameter #1 [ <required> int $index ]
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method reset ] {
@@ -17681,19 +21932,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
+ Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
}
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
}
- Return [ void ]
}
@@ -17725,6 +21976,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> protected method getArrVal ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
Method [ <internal:phalcon> final protected method initialize ] {
- Parameters [4] {
@@ -17735,7 +21995,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> final protected method initializeMetaData ] {
+ Method [ <internal:phalcon> final protected method initializeColumnMap ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -17744,7 +22004,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> final protected method initializeColumnMap ] {
+ Method [ <internal:phalcon> final protected method initializeMetaData ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -17760,30 +22020,171 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ void ]
}
+ }
+ }
- Method [ <internal:phalcon> protected method getArrVal ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Auth\Adapter\AbstractAdapter implements Phalcon\Contracts\Auth\Adapter\Adapter ] {
- - Parameters [3] {
- Parameter #0 [ <required> array $collection ]
- Parameter #1 [ <required> $index ]
- Parameter #2 [ <optional> $defaultValue = <default> ]
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Adapter\Adapter> abstract static public method fromOptions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> array $options ]
}
+ - Return [ static ]
}
+ }
- Method [ <internal:phalcon> final public method getMetaDataUniqueKey ] {
+ - Properties [2] {
+ Property [ protected $config = NULL ]
+ Property [ protected $hasher = NULL ]
+ }
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ - Methods [6] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> Phalcon\Contracts\Auth\Adapter\AdapterConfig $config ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getConfig ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\AdapterConfig ]
+ }
+
+ Method [ <internal:phalcon> public method getModel ] {
+
+ - Parameters [0] {
}
- Return [ ?string ]
}
- Method [ <internal:phalcon> final public method getColumnMapUniqueKey ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method validateCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Adapter\Adapter> abstract public method retrieveByCredentials ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #0 [ <required> array $credentials ]
}
- - Return [ ?string ]
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Adapter\Adapter> abstract public method retrieveById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -18018,7 +22419,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <optional> int $fetchMode = null ]
+ Parameter #1 [ <optional> int $fetchMode = 2 ]
Parameter #2 [ <optional> array $bindParams = [] ]
Parameter #3 [ <optional> array $bindTypes = [] ]
}
@@ -18032,6 +22433,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $placeholders = [] ]
Parameter #2 [ <optional> $column = <default> ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] {
@@ -18193,7 +22595,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <required> int $number ]
+ Parameter #1 [ <required> $number ]
}
- Return [ string ]
}
@@ -18220,7 +22622,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ bool ]
}
@@ -18476,6 +22878,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $name = null ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method query ] {
@@ -18485,6 +22888,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $bindParams = [] ]
Parameter #2 [ <optional> array $bindTypes = [] ]
}
+ - Return [ Phalcon\Db\ResultInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method rollback ] {
@@ -18497,6 +22901,104 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Dispatcher\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [6] {
+ Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 }
+ Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 }
+ Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 }
+ Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 }
+ Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 }
+ Constant [ public int EXCEPTION_NO_DI ] { 0 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\AbstractSeries extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] {
- Constants [0] {
@@ -18525,7 +23027,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> string $indent = ' ' ]
Parameter #1 [ <optional> ?string $delimiter = null ]
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Stringable> public method __toString ] {
@@ -18539,7 +23041,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method pushOrPlace ] {
@@ -18562,7 +23064,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -18575,6 +23077,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -18608,16 +23120,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -18659,6 +23161,282 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Http\Cookie\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Request\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Response\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface, Phalcon\Contracts\Paginator\Adapter ] {
- Constants [0] {
@@ -18744,12 +23522,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [3] {
Property [ protected $annotations = NULL ]
+ Property [ protected $annotationsLimit = 0 ]
Property [ protected $reader = NULL ]
}
- - Methods [9] {
+ - Methods [11] {
Method [ <internal:phalcon, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method get ] {
- Parameters [1] {
@@ -18758,6 +23537,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Annotations\Reflection ]
}
+ Method [ <internal:phalcon> public method getAnnotationsLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method getConstant ] {
- Parameters [2] {
@@ -18816,6 +23602,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Annotations\ReaderInterface ]
}
+ Method [ <internal:phalcon> public method setAnnotationsLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $annotationsLimit ]
+ }
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method setReader ] {
- Parameters [1] {
@@ -18825,6 +23618,222 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Annotations\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Auth\Adapter\Config\AbstractAdapterConfig implements Phalcon\Contracts\Auth\Adapter\AdapterConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $model = NULL ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $model = null ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Adapter\AdapterConfig> public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\DataMapper\Query\AbstractConditions extends Phalcon\DataMapper\Query\AbstractQuery ] {
- Constants [0] {
@@ -19059,7 +24068,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -19153,7 +24162,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Class [ <internal:phalcon> abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Db\Adapter\AdapterInterface ] {
- - Constants [0] {
+ - Constants [1] {
+ Constant [ public string BIND_PATTERN ] { /\?([0-9]+)|:([a-zA-Z0-9_]+):/ }
}
- Static properties [1] {
@@ -19265,7 +24275,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> PDOStatement $statement ]
Parameter #1 [ <required> array $placeholders ]
- Parameter #2 [ <required> $dataTypes ]
+ Parameter #2 [ <optional> array $dataTypes = [] ]
}
- Return [ PDOStatement ]
}
@@ -19302,6 +24312,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $name = null ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon> public method prepare ] {
@@ -19319,6 +24330,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $bindParams = [] ]
Parameter #2 [ <optional> array $bindTypes = [] ]
}
+ - Return [ Phalcon\Db\ResultInterface|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollback ] {
@@ -19533,7 +24545,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <optional> int $fetchMode = null ]
+ Parameter #1 [ <optional> int $fetchMode = 2 ]
Parameter #2 [ <optional> array $bindParams = [] ]
Parameter #3 [ <optional> array $bindTypes = [] ]
}
@@ -19547,6 +24559,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $placeholders = [] ]
Parameter #2 [ <optional> $column = <default> ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] {
@@ -19708,7 +24721,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <required> int $number ]
+ Parameter #1 [ <required> $number ]
}
- Return [ string ]
}
@@ -19735,7 +24748,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ bool ]
}
@@ -20035,7 +25048,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $customFunction ]
}
- - Return [ Phalcon\Db\Dialect ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method createMaterializedView ] {
@@ -20560,7 +25573,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ string ]
}
@@ -20603,7 +25616,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Events\AbstractEventsAware ] {
+ Class [ <internal:phalcon> class Phalcon\Flash\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -20614,33 +25627,175 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [1] {
- Property [ protected $eventsManager = NULL ]
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
}
- - Methods [3] {
- Method [ <internal:phalcon> public method getEventsManager ] {
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- Parameters [0] {
}
- - Return [ ?Phalcon\Events\ManagerInterface ]
+ - Tentative return [ void ]
}
- Method [ <internal:phalcon> public method setEventsManager ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ - Parameters [0] {
}
- - Return [ void ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> protected method fireManagerEvent ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <required> string $eventName ]
- Parameter #1 [ <optional> $data = <default> ]
- Parameter #2 [ <optional> bool $cancellable = true ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
}
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -20675,7 +25830,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $delimiter = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\AbstractList ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Stringable> public method __toString ] {
@@ -20696,7 +25851,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -20709,6 +25864,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -20742,16 +25907,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -20804,14 +25959,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [4] {
+ - Properties [5] {
Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ]
Property [ protected $formatter = NULL ]
Property [ protected $inTransaction = false ]
Property [ protected $queue = NULL ]
+ Property [ protected $queueLimit = 0 ]
}
- - Methods [15] {
+ - Methods [17] {
Method [ <internal:phalcon> public method __destruct ] {
- Parameters [0] {
@@ -20862,6 +26018,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Logger\Formatter\FormatterInterface ]
}
+ Method [ <internal:phalcon> public method getQueueLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> public method inTransaction ] {
- Parameters [0] {
@@ -20892,6 +26055,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
+ Method [ <internal:phalcon> public method setQueueLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $queueLimit ]
+ }
+ - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ }
+
Method [ <internal:phalcon> protected method getFormattedItem ] {
- Parameters [1] {
@@ -20923,7 +26094,99 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Url\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -21083,6 +26346,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -21115,6 +26379,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -21132,7 +26397,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Redis $connection ]
}
- - Return [ Phalcon\Storage\Adapter\Redis ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method checkConnect ] {
@@ -21140,7 +26405,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Redis $connection ]
}
- - Return [ Phalcon\Storage\Adapter\Redis ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method checkIndex ] {
@@ -21148,7 +26413,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Redis $connection ]
}
- - Return [ Phalcon\Storage\Adapter\Redis ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method setSerializer ] {
@@ -21165,6 +26430,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -21233,6 +26499,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -21351,6 +26618,102 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Support\AbstractLocator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $container = NULL ]
+ Property [ protected $services = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $container ]
+ Parameter #1 [ <optional> array $services = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method newInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon> public method register ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $definition ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method getExceptionClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method getInterfaceClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method getServices ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Support\Helper\Str\PascalCase ] {
- Constants [0] {
@@ -21386,7 +26749,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] {
- Constants [0] {
}
@@ -21420,7 +26783,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> public method offsetExists ] {
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $translateKey ]
@@ -21428,15 +26791,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> public method offsetGet ] {
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
Parameter #0 [ <required> $translateKey ]
}
- - Return [ mixed ]
+ - Return [ ?string ]
}
- Method [ <internal:phalcon> public method offsetSet ] {
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
Parameter #0 [ <required> $offset ]
@@ -21445,7 +26808,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> public method offsetUnset ] {
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
Parameter #0 [ <required> $offset ]
@@ -21512,7 +26875,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -21535,6 +26898,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ object|array ]
}
Method [ <internal:phalcon> public method getModules ] {
@@ -21550,7 +26914,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $modules ]
Parameter #1 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Application\AbstractApplication ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setDefaultModule ] {
@@ -21558,7 +26922,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $defaultModule ]
}
- - Return [ Phalcon\Application\AbstractApplication ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
@@ -21601,98 +26965,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- - Tentative return [ void ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
Class [ <internal:phalcon> class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] {
- Constants [0] {
@@ -22042,6 +27314,662 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Auth\AbstractAuthDispatcherListener ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $manager = NULL ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Manager $manager ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract protected method getActionType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method enforce ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $actionName ]
+ Parameter #1 [ <optional> $forwardHandler = <default> ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Auth\Access\AbstractAccess implements Phalcon\Contracts\Auth\Access\Access ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $exceptActions = NULL ]
+ Property [ protected $manager = NULL ]
+ Property [ protected $onlyActions = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Manager $manager ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Access\Access> public method getExceptActions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Access\Access> public method getOnlyActions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Access\Access> public method isAllowed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Access\Access> public method redirectTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Access\Access> public method setExceptActions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $exceptActions = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Access\Access> public method setOnlyActions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $onlyActions = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Access\Access> abstract public method allowedIf ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Auth\Adapter\AbstractArrayAdapter extends Phalcon\Auth\Adapter\AbstractAdapter implements Phalcon\Contracts\Auth\Adapter\Adapter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Adapter\Adapter> abstract static public method fromOptions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [2] {
+ Property [ protected $config = NULL ]
+ Property [ protected $hasher = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Adapter\Adapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method retrieveByCredentials ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Adapter\Adapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method retrieveById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon> protected method hasIdentifyingField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> protected method hydrate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $row ]
+ }
+ - Return [ Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method loadUsers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> protected method matchesRow ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $row ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> Phalcon\Contracts\Auth\Adapter\AdapterConfig $config ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter> public method getConfig ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\AdapterConfig ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter> public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method validateCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Auth\Guard\AbstractGuard extends Phalcon\Events\AbstractEventsAware implements Phalcon\Contracts\Auth\Guard\Guard ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Guard\Guard> abstract static public method fromOptions ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ Parameter #1 [ <required> Phalcon\Contracts\Container\Service\Collection $container ]
+ Parameter #2 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [5] {
+ Property [ protected $eventsManager = NULL ]
+ Property [ protected $adapter = NULL ]
+ Property [ protected $config = NULL ]
+ Property [ protected $lastUserAttempted = NULL ]
+ Property [ protected $user = NULL ]
+ }
+
+ - Methods [16] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ Parameter #1 [ <required> Phalcon\Contracts\Auth\Guard\GuardConfig $config ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getConfig ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Guard\GuardConfig ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\Guard> public method check ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method getAdapter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\Guard> public method getLastUserAttempted ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\Guard> public method guest ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\Guard> public method hasUser ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\Guard> public method id ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int|null ]
+ }
+
+ Method [ <internal:phalcon> public method setAdapter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\Guard> public method setUser ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> protected method hasValidCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> public method getEventsManager ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Events\ManagerInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> public method setEventsManager ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> protected method fireManagerEvent ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $eventName ]
+ Parameter #1 [ <optional> $data = <default> ]
+ Parameter #2 [ <optional> bool $cancellable = true ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Guard\Guard> abstract public method user ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Auth\Guard\Guard> abstract public method validate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Auth\Guard\Config\AbstractGuardConfig implements Phalcon\Contracts\Auth\Guard\GuardConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Autoload\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\Env extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $varname = NULL ]
+ Property [ protected $vartype = NULL ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $varname ]
+ Parameter #1 [ <optional> ?string $vartype = null ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> protected method cast ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> protected method getEnv ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\ConnectionInterface, Phalcon\DataMapper\Pdo\Connection\PdoInterface ] {
- Constants [0] {
@@ -22165,7 +28093,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $values = [] ]
- Parameter #2 [ <optional> int $flags = null ]
+ Parameter #2 [ <optional> int $flags = 2 ]
}
- Return [ array ]
}
@@ -22291,6 +28219,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $options = [] ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method query ] {
@@ -22298,13 +28227,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $statement ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method quote ] {
- Parameters [2] {
Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -22330,6 +28260,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method performBind ] {
@@ -22509,6 +28440,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> $definition ]
Parameter #2 [ <optional> bool $shared = false ]
}
+ - Return [ Phalcon\Di\ServiceInterface|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Di\DiInterface> public method get ] {
@@ -22678,7 +28610,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $aliases ]
}
- - Return [ Phalcon\Di\Di ]
+ - Return [ self ]
}
Method [ <internal:phalcon> public method setInternalEventsManager ] {
@@ -22727,7 +28659,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [26] {
+ - Properties [27] {
Property [ protected $container = NULL ]
Property [ protected $activeHandler = NULL ]
Property [ protected $activeMethodMap = NULL ]
@@ -22738,6 +28670,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $defaultNamespace = '' ]
Property [ protected $defaultHandler = '' ]
Property [ protected $handlerHashes = NULL ]
+ Property [ protected $handlerHookCache = NULL ]
Property [ protected $handlerName = '' ]
Property [ protected $handlerSuffix = '' ]
Property [ protected $eventsManager = NULL ]
@@ -23072,15 +29005,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Dispatcher\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Exception extends Exception implements Throwable, Stringable ] {
- - Constants [6] {
- Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 }
- Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 }
- Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 }
- Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 }
- Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 }
- Constant [ public int EXCEPTION_NO_DI ] { 0 }
+ - Constants [0] {
}
- Static properties [0] {
@@ -23620,8 +29547,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ]
- Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = null ]
+ Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = null ]
}
}
@@ -23695,7 +29622,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $autoescape ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setAutomaticHtml ] {
@@ -23703,7 +29630,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $automaticHtml ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setCssClasses ] {
@@ -23711,7 +29638,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $cssClasses ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setCssIconClasses ] {
@@ -23719,7 +29646,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $cssIconClasses ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setCustomTemplate ] {
@@ -23727,7 +29654,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $customTemplate ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setEscaperService ] {
@@ -23735,7 +29662,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaperService ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setImplicitFlush ] {
@@ -23743,7 +29670,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $implicitFlush ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Flash\FlashInterface> public method success ] {
@@ -23860,7 +29787,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -23876,7 +29803,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractChecked ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method strict ] {
@@ -23884,7 +29811,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $flag = true ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractChecked ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method processChecked ] {
@@ -23908,7 +29835,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $value = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
@@ -23916,7 +29843,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $value = null ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
@@ -23928,6 +29855,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -23961,16 +29898,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -24045,7 +29972,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <optional> $checked = <default> ]
Parameter #3 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractGroup ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Stringable> public method __toString ] {
@@ -24076,7 +30003,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -24089,6 +30016,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -24122,16 +30059,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -24229,20 +30156,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> protected method hrefIsTemplated ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $href ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:phalcon> protected method doWithAttribute ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <required> $value ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method doWithHref ] {
@@ -24250,6 +30170,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $href ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method doWithRel ] {
@@ -24257,6 +30178,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method doWithoutAttribute ] {
@@ -24264,6 +30186,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method doWithoutRel ] {
@@ -24271,6 +30194,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> protected method hrefIsTemplated ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $href ]
+ }
+ - Return [ bool ]
}
}
}
@@ -24318,6 +30250,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $link ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method doWithoutLink ] {
@@ -24325,6 +30258,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $link ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method getKey ] {
@@ -24395,7 +30329,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Image\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon> public method getHeight ] {
+ Method [ <internal:phalcon, prototype Phalcon\Image\Adapter\AdapterInterface> public method getHeight ] {
- Parameters [0] {
}
@@ -24429,7 +30363,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int ]
}
- Method [ <internal:phalcon> public method getWidth ] {
+ Method [ <internal:phalcon, prototype Phalcon\Image\Adapter\AdapterInterface> public method getWidth ] {
- Parameters [0] {
}
@@ -24476,7 +30410,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <optional> ?int $width = null ]
Parameter #1 [ <optional> ?int $height = null ]
- Parameter #2 [ <optional> int $master = null ]
+ Parameter #2 [ <optional> int $master = 4 ]
}
- Return [ Phalcon\Image\Adapter\AdapterInterface ]
}
@@ -24652,6 +30586,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Messages\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] {
- Constants [0] {
@@ -24675,13 +30701,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> protected method getOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $eventName = null ]
- }
- }
-
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BehaviorInterface> public method missingMethod ] {
- Parameters [3] {
@@ -24691,20 +30710,27 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> protected method mustTakeAction ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BehaviorInterface> public method notify ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon> protected method getOptions ] {
- Parameters [1] {
- Parameter #0 [ <required> string $eventName ]
+ Parameter #0 [ <optional> ?string $eventName = null ]
}
- - Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BehaviorInterface> public method notify ] {
+ Method [ <internal:phalcon> protected method mustTakeAction ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $type ]
- Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $eventName ]
}
+ - Return [ bool ]
}
}
}
@@ -24757,7 +30783,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method delete ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ]
+ Parameter #0 [ <optional> ?Closure $conditionCallback = null ]
}
- Return [ bool ]
}
@@ -24839,20 +30865,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] {
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $index ]
}
- - Return [ mixed ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
Parameter #0 [ <required> $index ]
}
- - Return [ bool ]
+ - Return [ mixed ]
}
Method [ <internal:phalcon, prototype ArrayAccess> public method offsetSet ] {
@@ -24907,7 +30933,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ]
+ Parameter #1 [ <optional> ?Closure $conditionCallback = null ]
}
- Return [ bool ]
}
@@ -24983,7 +31009,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ViewBaseInterface $view ]
- Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -25114,14 +31140,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int|false ]
}
- Method [ <internal:phalcon, prototype SessionHandlerInterface> public method read ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $id ]
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon, prototype SessionHandlerInterface> public method open ] {
- Parameters [2] {
@@ -25131,6 +31149,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, prototype SessionHandlerInterface> public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, prototype SessionHandlerInterface> public method write ] {
- Parameters [2] {
@@ -25151,6 +31177,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\Exception extends Phalcon\Support\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Acl\Adapter\AbstractAdapter extends Phalcon\Events\AbstractEventsAware implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
- Constants [0] {
@@ -25164,7 +31282,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [6] {
Property [ protected $eventsManager = NULL ]
- Property [ protected $accessGranted = false ]
+ Property [ protected $accessGranted = 0 ]
Property [ protected $activeAccess = NULL ]
Property [ protected $activeComponent = NULL ]
Property [ protected $activeRole = NULL ]
@@ -25578,129 +31696,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Di\Exception extends Exception implements Throwable, Stringable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [4] {
- Method [ <internal:phalcon> static public method serviceCannotBeResolved ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ Phalcon\Di\Exception ]
- }
-
- Method [ <internal:phalcon> static public method serviceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ Phalcon\Di\Exception ]
- }
-
- Method [ <internal:phalcon> static public method unknownServiceInParameter ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $position ]
- }
- - Return [ Phalcon\Di\Exception ]
- }
-
- Method [ <internal:phalcon> static public method undefinedMethod ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $method ]
- }
- - Return [ Phalcon\Di\Exception ]
- }
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- - Tentative return [ void ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
Class [ <internal:phalcon> class Phalcon\Di\FactoryDefault extends Phalcon\Di\Di implements ArrayAccess, Phalcon\Di\DiInterface ] {
- Constants [0] {
@@ -25763,6 +31758,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> $definition ]
Parameter #2 [ <optional> bool $shared = false ]
}
+ - Return [ Phalcon\Di\ServiceInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method get ] {
@@ -25932,7 +31928,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $aliases ]
}
- - Return [ Phalcon\Di\Di ]
+ - Return [ self ]
}
Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setInternalEventsManager ] {
@@ -25962,7 +31958,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\UnsupportedAlgorithmException extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -26105,6 +32101,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Filter\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Filter\Validation\AbstractCombinedFieldsValidator extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
- Constants [0] {
@@ -26268,7 +32356,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
Parameter #2 [ <optional> bool $forceRaw = false ]
}
}
@@ -26280,7 +32368,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $attributes = [] ]
Parameter #2 [ <optional> bool $raw = false ]
}
- - Return [ Phalcon\Html\Helper\AbstractList ]
+ - Return [ static ]
}
Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractList, prototype Phalcon\Html\Helper\AbstractList> protected method getTag ] {
@@ -26297,7 +32385,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $delimiter = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\AbstractList ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList, prototype Stringable> public method __toString ] {
@@ -26316,6 +32404,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -26349,16 +32447,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -26430,6 +32518,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $attributes = [] ]
Parameter #2 [ <optional> int $position = -1 ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setStyle ] {
@@ -26437,7 +32526,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
}
- - Return [ Phalcon\Html\Helper\Style ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method getAttributes ] {
@@ -26462,7 +32551,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> string $indent = ' ' ]
Parameter #1 [ <optional> ?string $delimiter = null ]
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries, prototype Stringable> public method __toString ] {
@@ -26476,7 +32565,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> protected method pushOrPlace ] {
@@ -26492,7 +32581,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -26505,6 +32594,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -26538,16 +32637,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -26673,20 +32762,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method hrefIsTemplated ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $href ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithAttribute ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <required> $value ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithHref ] {
@@ -26694,6 +32776,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $href ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithRel ] {
@@ -26701,6 +32784,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithoutAttribute ] {
@@ -26708,6 +32792,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithoutRel ] {
@@ -26715,6 +32800,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method hrefIsTemplated ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $href ]
+ }
+ - Return [ bool ]
}
}
}
@@ -26777,6 +32871,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $link ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLinkProvider> protected method doWithoutLink ] {
@@ -26784,6 +32879,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $link ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLinkProvider> protected method getKey ] {
@@ -26830,7 +32926,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <optional> array $adapters = [] ]
- Parameter #2 [ <optional> ?DateTimeZone $timezone = <default> ]
+ Parameter #2 [ <optional> ?DateTimeZone $timezone = null ]
}
}
@@ -26840,7 +32936,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> Phalcon\Logger\Adapter\AdapterInterface $adapter ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method excludeAdapters ] {
@@ -26848,7 +32944,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $adapters = [] ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method getAdapter ] {
@@ -26885,7 +32981,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setAdapters ] {
@@ -26893,7 +32989,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $adapters ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setLogLevel ] {
@@ -26901,7 +32997,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $level ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method addMessage ] {
@@ -26931,6 +33027,104 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] {
+
+ - Constants [6] {
+ Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 }
+ Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 }
+ Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 }
+ Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 }
+ Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 }
+ Constant [ public int EXCEPTION_NO_DI ] { 0 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
- Constants [0] {
@@ -27025,9 +33219,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Class [ <internal:phalcon> class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
- - Constants [4] {
+ - Constants [5] {
Constant [ public int POSITION_FIRST ] { 0 }
Constant [ public int POSITION_LAST ] { 1 }
+ Constant [ public int REGEX_CHUNK_SIZE ] { 10 }
Constant [ public int URI_SOURCE_GET_URL ] { 0 }
Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 }
}
@@ -27038,9 +33233,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [23] {
+ - Properties [34] {
Property [ protected $container = NULL ]
Property [ protected $action = '' ]
+ Property [ protected $candidatesByMethod = NULL ]
+ Property [ protected $routeMeta = NULL ]
+ Property [ protected $combinedRegexByMethod = NULL ]
+ Property [ protected $combinedRegexDisabled = NULL ]
+ Property [ protected $combinedRegexMarkMap = NULL ]
Property [ protected $controller = '' ]
Property [ protected $defaultAction = '' ]
Property [ protected $defaultController = '' ]
@@ -27048,6 +33248,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $defaultNamespace = '' ]
Property [ protected $defaultParams = NULL ]
Property [ protected $eventsManager = NULL ]
+ Property [ protected $hostnameByMethod = NULL ]
+ Property [ protected $hostnameLessByMethod = NULL ]
Property [ protected $keyRouteNames = NULL ]
Property [ protected $keyRouteIds = NULL ]
Property [ protected $matchedRoute = NULL ]
@@ -27058,13 +33260,17 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $namespaceName = '' ]
Property [ protected $notFoundPaths = NULL ]
Property [ protected $params = NULL ]
+ Property [ protected $pendingCache = NULL ]
+ Property [ protected $pendingCacheKey = '' ]
Property [ protected $removeExtraSlashes = false ]
Property [ protected $routes = NULL ]
+ Property [ protected $staticByMethod = NULL ]
+ Property [ protected $staticShadowedByMethod = NULL ]
Property [ protected $uriSource = 0 ]
Property [ protected $wasMatched = false ]
}
- - Methods [52] {
+ - Methods [57] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -27078,7 +33284,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
Parameter #2 [ <optional> $httpMethods = <default> ]
- Parameter #3 [ <optional> int $position = null ]
+ Parameter #3 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27088,7 +33294,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27098,7 +33304,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27108,7 +33314,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27118,7 +33324,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27128,7 +33334,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27138,7 +33344,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27148,7 +33354,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27158,7 +33364,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27168,7 +33374,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27178,7 +33384,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -27187,9 +33393,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ]
- Parameter #1 [ <optional> int $position = null ]
+ Parameter #1 [ <optional> int $position = 1 ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method clear ] {
@@ -27199,6 +33405,46 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> public method buildDispatcherDump ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method loadDispatcherFromArray ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $dump ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method dumpDispatcher ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method loadDispatcher ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method useCache ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Cache\Adapter\AdapterInterface $cache ]
+ Parameter #1 [ <optional> string $key = 'phalcon.router.dispatcher' ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] {
- Parameters [0] {
@@ -27227,14 +33473,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> public method getKeyRouteNames ] {
+ Method [ <internal:phalcon> public method getKeyRouteIds ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method getKeyRouteIds ] {
+ Method [ <internal:phalcon> public method getKeyRouteNames ] {
- Parameters [0] {
}
@@ -27290,26 +33536,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> protected method extractRealUri ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $uri ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> protected method rebuildMethodIndex ] {
-
- - Parameters [0] {
- }
- - Return [ void ]
- }
-
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] {
- Parameters [1] {
- Parameter #0 [ <required> $id ]
+ Parameter #0 [ <required> $routeId ]
}
+ - Return [ Phalcon\Mvc\Router\RouteInterface|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteByName ] {
@@ -27317,6 +33549,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ Phalcon\Mvc\Router\RouteInterface|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRoutes ] {
@@ -27346,23 +33579,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $config ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
- }
-
- Method [ <internal:phalcon> protected method addRouteFromConfig ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $routeData ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon> protected method mountGroupFromConfig ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $groupData ]
- }
- - Return [ void ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method mount ] {
@@ -27370,7 +33587,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\Router\GroupInterface $group ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method notFound ] {
@@ -27378,7 +33595,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $paths ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method removeExtraSlashes ] {
@@ -27386,7 +33603,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $remove ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method setDefaultAction ] {
@@ -27394,7 +33611,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method setDefaultController ] {
@@ -27402,7 +33619,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method setDefaultModule ] {
@@ -27410,7 +33627,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $moduleName ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setDefaultNamespace ] {
@@ -27418,7 +33635,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $namespaceName ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method setDefaults ] {
@@ -27426,7 +33643,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $defaults ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
@@ -27437,20 +33654,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> public method setKeyRouteNames ] {
+ Method [ <internal:phalcon> public method setKeyRouteIds ] {
- Parameters [1] {
- Parameter #0 [ <required> array $routeNames ]
+ Parameter #0 [ <required> array $routeIds ]
}
- - Return [ Phalcon\Mvc\Router ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method setKeyRouteIds ] {
+ Method [ <internal:phalcon> public method setKeyRouteNames ] {
- Parameters [1] {
- Parameter #0 [ <required> array $routeIds ]
+ Parameter #0 [ <required> array $routeNames ]
}
- - Return [ Phalcon\Mvc\Router ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setUriSource ] {
@@ -27458,7 +33675,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $uriSource ]
}
- - Return [ Phalcon\Mvc\Router ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] {
@@ -27468,111 +33685,50 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Di\DiInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:phalcon> protected method addRouteFromConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ Parameter #0 [ <required> array $routeData ]
}
- Return [ void ]
}
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- - Tentative return [ void ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ Method [ <internal:phalcon> protected method extractRealUri ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> string $uri ]
}
- Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ Method [ <internal:phalcon> protected method mountGroupFromConfig ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> array $groupData ]
}
- - Return [ array ]
+ - Return [ void ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ Method [ <internal:phalcon> protected method rebuildMethodIndex ] {
- Parameters [0] {
}
- - Return [ ?Throwable ]
+ - Return [ void ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ Phalcon\Di\DiInterface ]
}
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
}
- - Return [ string ]
+ - Return [ void ]
}
}
}
@@ -27588,21 +33744,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [4] {
- Property [ protected $connection = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $prefix = '' ]
- Property [ protected $ttl = 8600 ]
+ - Properties [0] {
}
- - Methods [8] {
- Method [ <internal:phalcon, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
+ - Methods [6] {
Method [ <internal:phalcon, prototype SessionHandlerInterface> public method close ] {
- Parameters [0] {
@@ -27626,14 +33771,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int|false ]
}
- Method [ <internal:phalcon, prototype SessionHandlerInterface> public method read ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $id ]
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon, prototype SessionHandlerInterface> public method open ] {
- Parameters [2] {
@@ -27643,21 +33780,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype SessionHandlerInterface> public method write ] {
+ Method [ <internal:phalcon, prototype SessionHandlerInterface> public method read ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <required> $id ]
- Parameter #1 [ <required> $data ]
}
- - Return [ bool ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> protected method getPrefixedName ] {
+ Method [ <internal:phalcon, prototype SessionHandlerInterface> public method write ] {
- - Parameters [1] {
- Parameter #0 [ <required> $name ]
+ - Parameters [2] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <required> $data ]
}
- - Return [ string ]
+ - Return [ bool ]
}
}
}
@@ -27724,6 +33861,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -27763,6 +33901,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -27781,6 +33920,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <optional> int $step = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon> protected method phpApcuDelete ] {
@@ -27788,6 +33928,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $key ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon> protected method phpApcuExists ] {
@@ -27795,6 +33936,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $key ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon> protected method phpApcuInc ] {
@@ -27803,6 +33945,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <optional> int $step = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon> protected method phpApcuFetch ] {
@@ -27817,6 +33960,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $pattern ]
}
+ - Return [ APCUIterator|bool ]
}
Method [ <internal:phalcon> protected method phpApcuStore ] {
@@ -27826,6 +33970,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> $payload ]
Parameter #2 [ <optional> int $ttl = 0 ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] {
@@ -27834,6 +33979,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -27908,6 +34054,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -28087,6 +34234,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -28119,6 +34267,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -28137,7 +34286,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Memcached $connection ]
Parameter #1 [ <required> array $client ]
}
- - Return [ Phalcon\Storage\Adapter\Libmemcached ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method setSasl ] {
@@ -28147,7 +34296,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $saslUser ]
Parameter #2 [ <required> string $saslPass ]
}
- - Return [ Phalcon\Storage\Adapter\Libmemcached ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method setSerializer ] {
@@ -28164,7 +34313,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Memcached $connection ]
Parameter #1 [ <required> array $servers ]
}
- - Return [ Phalcon\Storage\Adapter\Libmemcached ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] {
@@ -28173,6 +34322,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -28241,6 +34391,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -28370,7 +34521,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [10] {
+ - Properties [11] {
Property [ protected $adapter = NULL ]
Property [ protected $defaultSerializer = 'php' ]
Property [ protected $lifetime = 3600 ]
@@ -28381,9 +34532,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $eventsManager = NULL ]
Property [ protected $eventType = 'storage' ]
Property [ protected $data = NULL ]
+ Property [ protected $maxItems = 0 ]
}
- - Methods [35] {
+ - Methods [37] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -28407,6 +34559,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> public method getMaxItems ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> public method setMaxItems ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $maxItems ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AdapterInterface, prototype Phalcon\Storage\Adapter\AdapterInterface> public method setForever ] {
- Parameters [2] {
@@ -28422,6 +34589,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -28453,6 +34621,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -28471,6 +34640,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -28553,6 +34723,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -28740,6 +34911,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -28772,6 +34944,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -28790,6 +34963,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -28858,6 +35032,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -29039,6 +35214,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -29071,6 +35247,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -29153,6 +35330,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $filename ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon> protected method phpFilePutContents ] {
@@ -29163,6 +35341,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <optional> int $flags = 0 ]
Parameter #3 [ <optional> $context = <default> ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon> protected method phpFopen ] {
@@ -29203,6 +35382,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -29285,6 +35465,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -29467,6 +35648,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -29499,6 +35681,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -29517,6 +35700,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -29599,6 +35783,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -29701,7 +35886,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -29718,14 +35903,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [12] {
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -29733,7 +35918,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method phpIgbinarySerialize ] {
+ Method [ <internal:phalcon> protected method doSerialize ] {
- Parameters [1] {
Parameter #0 [ <required> $value ]
@@ -29741,19 +35926,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon> protected method doSerialize ] {
+ Method [ <internal:phalcon> protected method doUnserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $value ]
}
- - Return [ ?string ]
}
- Method [ <internal:phalcon> protected method doUnserialize ] {
+ Method [ <internal:phalcon> protected method phpIgbinarySerialize ] {
- Parameters [1] {
Parameter #0 [ <required> $value ]
}
+ - Return [ ?string ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, ctor> public method __construct ] {
@@ -29810,7 +35995,191 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Support\Collection\Exception extends Phalcon\Support\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Debug\Exception extends Phalcon\Support\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Time\Clock\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -29915,7 +36284,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [17] {
Property [ protected $eventsManager = NULL ]
- Property [ protected $accessGranted = false ]
+ Property [ protected $accessGranted = 0 ]
Property [ protected $activeAccess = NULL ]
Property [ protected $activeComponent = NULL ]
Property [ protected $activeRole = NULL ]
@@ -29927,7 +36296,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $activeKey = NULL ]
Property [ protected $components = NULL ]
Property [ protected $componentsNames = NULL ]
- Property [ protected $func = NULL ]
+ Property [ protected $functions = NULL ]
Property [ protected $noArgumentsDefaultAction = 0 ]
Property [ protected $roles = NULL ]
Property [ protected $roleInherits = NULL ]
@@ -30110,6 +36479,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $componentName ]
Parameter #2 [ <required> string $access ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon> private method checkExists ] {
@@ -30253,7 +36623,188 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\AccessRuleNotFound extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $accessName ]
+ Parameter #1 [ <required> string $componentName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\CircularInheritanceError extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $roleName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\ElementNotFound extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -30345,6 +36896,726 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\ForbiddenWildcard extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $elementType ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\InvalidAccessList extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\InvalidComponentImplementation extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\InvalidRoleImplementation extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\InvalidRoleType extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\MissingFunctionParameters extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\ParameterTypeMismatch extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exceptions\RoleNotFoundException extends Phalcon\Acl\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $roleName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Acl\Role implements Stringable, Phalcon\Acl\RoleInterface ] {
- Constants [0] {
@@ -30404,14 +37675,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [4] {
+ - Properties [5] {
Property [ protected $annotations = NULL ]
+ Property [ protected $annotationsLimit = 0 ]
Property [ protected $reader = NULL ]
Property [ protected $prefix = '' ]
Property [ protected $ttl = 172800 ]
}
- - Methods [12] {
+ - Methods [14] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -30424,6 +37696,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ Phalcon\Annotations\Reflection|bool ]
}
Method [ <internal:phalcon> public method write ] {
@@ -30443,6 +37716,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Annotations\Reflection ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter> public method getAnnotationsLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method getConstant ] {
- Parameters [2] {
@@ -30501,6 +37781,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Annotations\ReaderInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter> public method setAnnotationsLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $annotationsLimit ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method setReader ] {
- Parameters [1] {
@@ -30521,13 +37808,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [3] {
+ - Properties [4] {
Property [ protected $annotations = NULL ]
+ Property [ protected $annotationsLimit = 0 ]
Property [ protected $reader = NULL ]
Property [ protected $data = NULL ]
}
- - Methods [12] {
+ - Methods [14] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -30540,6 +37828,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ Phalcon\Annotations\Reflection|bool ]
}
Method [ <internal:phalcon> public method write ] {
@@ -30559,6 +37848,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Annotations\Reflection ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter> public method getAnnotationsLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method getConstant ] {
- Parameters [2] {
@@ -30617,6 +37913,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Annotations\ReaderInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter> public method setAnnotationsLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $annotationsLimit ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method setReader ] {
- Parameters [1] {
@@ -30637,13 +37940,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [3] {
+ - Properties [4] {
Property [ protected $annotations = NULL ]
+ Property [ protected $annotationsLimit = 0 ]
Property [ protected $reader = NULL ]
Property [ protected $annotationsDir = './' ]
}
- - Methods [12] {
+ - Methods [14] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -30656,6 +37960,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ Phalcon\Annotations\Reflection|int|bool ]
}
Method [ <internal:phalcon> public method write ] {
@@ -30675,6 +37980,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Annotations\Reflection ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter> public method getAnnotationsLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method getConstant ] {
- Parameters [2] {
@@ -30733,6 +38045,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Annotations\ReaderInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter> public method setAnnotationsLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $annotationsLimit ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter\AbstractAdapter, prototype Phalcon\Annotations\Adapter\AdapterInterface> public method setReader ] {
- Parameters [1] {
@@ -31028,7 +38347,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Annotations\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Annotations\Exceptions\AnnotationNotFound extends Phalcon\Annotations\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -31047,12 +38366,278 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Annotations\Exceptions\AnnotationsDirectoryNotWritable extends Phalcon\Annotations\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Annotations\Exceptions\CannotReadAnnotationData extends RuntimeException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Annotations\Exceptions\UnknownAnnotationExpression extends Phalcon\Annotations\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
}
}
@@ -31218,6 +38803,96 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Application\Exceptions\ModuleNotRegistered extends Phalcon\Application\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] {
- Constants [0] {
@@ -31735,7 +39410,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Assets\AssetInterface $asset ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addCss ] {
@@ -31748,7 +39423,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #4 [ <optional> ?string $version = null ]
Parameter #5 [ <optional> bool $autoVersion = false ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addFilter ] {
@@ -31756,7 +39431,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Assets\FilterInterface $filter ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addInline ] {
@@ -31764,7 +39439,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Assets\Inline $code ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addInlineCss ] {
@@ -31774,7 +39449,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> bool $filter = true ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addInlineJs ] {
@@ -31784,7 +39459,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> bool $filter = true ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addJs ] {
@@ -31797,7 +39472,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #4 [ <optional> ?string $version = null ]
Parameter #5 [ <optional> bool $autoVersion = false ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Countable> public method count ] {
@@ -31926,7 +39601,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setAttributes ] {
@@ -31934,7 +39609,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setAutoVersion ] {
@@ -31942,7 +39617,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setFilters ] {
@@ -31950,7 +39625,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $filters ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setIsLocal ] {
@@ -31958,7 +39633,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setPrefix ] {
@@ -31966,7 +39641,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $prefix ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setTargetIsLocal ] {
@@ -31974,7 +39649,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setTargetPath ] {
@@ -31982,7 +39657,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $targetPath ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setTargetUri ] {
@@ -31990,7 +39665,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $targetUri ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setSourcePath ] {
@@ -31998,7 +39673,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $sourcePath ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setVersion ] {
@@ -32006,7 +39681,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $version ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> final protected method addAsset ] {
@@ -32028,7 +39703,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #5 [ <optional> ?string $version = null ]
Parameter #6 [ <optional> bool $autoVersion = false ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method processAddInline ] {
@@ -32039,7 +39714,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <optional> bool $filter = true ]
Parameter #3 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Assets\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method processAttributes ] {
@@ -32052,7 +39727,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Exceptions\AssetSourceTargetCollision extends Phalcon\Assets\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -32071,12 +39746,638 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Assets\Exceptions\CannotReadAsset extends Phalcon\Assets\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Assets\Exceptions\CollectionNotFound extends Phalcon\Assets\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Assets\Exceptions\InvalidAssetSourcePath extends Phalcon\Assets\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Assets\Exceptions\InvalidAssetTargetPath extends Phalcon\Assets\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Assets\Exceptions\InvalidFilter extends Phalcon\Assets\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Assets\Exceptions\InvalidTargetPath extends Phalcon\Assets\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Assets\Exceptions\TargetPathIsDirectory extends Phalcon\Assets\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
}
}
@@ -32430,7 +40731,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Assets\Asset $asset ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addAssetByType ] {
@@ -32439,7 +40740,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $type ]
Parameter #1 [ <required> Phalcon\Assets\Asset $asset ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addCss ] {
@@ -32452,7 +40753,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #4 [ <optional> ?string $version = null ]
Parameter #5 [ <optional> bool $autoVersion = false ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addInlineCode ] {
@@ -32460,7 +40761,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Assets\Inline $code ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addInlineCodeByType ] {
@@ -32469,7 +40770,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $type ]
Parameter #1 [ <required> Phalcon\Assets\Inline $code ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addInlineCss ] {
@@ -32479,7 +40780,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> bool $filter = true ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addInlineJs ] {
@@ -32489,7 +40790,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> bool $filter = true ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addJs ] {
@@ -32502,7 +40803,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #4 [ <optional> ?string $version = null ]
Parameter #5 [ <optional> bool $autoVersion = false ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method collection ] {
@@ -32630,7 +40931,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> Phalcon\Assets\Collection $collection ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setOptions ] {
@@ -32638,7 +40939,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $options ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method useImplicitOutput ] {
@@ -32646,7 +40947,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $implicitOutput ]
}
- - Return [ Phalcon\Assets\Manager ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method calculatePrefixedPath ] {
@@ -32725,7 +41026,896 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Autoload\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Auth\Access\AccessLocator extends Phalcon\Support\AbstractLocator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $container = NULL ]
+ Property [ protected $services = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getExceptionClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getInterfaceClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getServices ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $container ]
+ Parameter #1 [ <optional> array $services = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method getAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method getClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method newInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method register ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $definition ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> protected method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Access\Auth extends Phalcon\Auth\Access\AbstractAccess implements Phalcon\Contracts\Auth\Access\Access ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $exceptActions = NULL ]
+ Property [ protected $manager = NULL ]
+ Property [ protected $onlyActions = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Access\Access, prototype Phalcon\Contracts\Auth\Access\Access> public method allowedIf ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Manager $manager ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method getExceptActions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method getOnlyActions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method isAllowed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method redirectTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method setExceptActions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $exceptActions = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method setOnlyActions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $onlyActions = [] ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Access\Guest extends Phalcon\Auth\Access\AbstractAccess implements Phalcon\Contracts\Auth\Access\Access ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $exceptActions = NULL ]
+ Property [ protected $manager = NULL ]
+ Property [ protected $onlyActions = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Access\Access, prototype Phalcon\Contracts\Auth\Access\Access> public method allowedIf ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Manager $manager ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method getExceptActions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method getOnlyActions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method isAllowed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method redirectTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method setExceptActions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $exceptActions = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Access\AbstractAccess, prototype Phalcon\Contracts\Auth\Access\Access> public method setOnlyActions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $onlyActions = [] ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Adapter\AdapterLocator extends Phalcon\Support\AbstractLocator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $container = NULL ]
+ Property [ protected $services = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getExceptionClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getInterfaceClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getServices ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $container ]
+ Parameter #1 [ <optional> array $services = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method getAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method getClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method newInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method register ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $definition ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> protected method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Adapter\Config\MemoryAdapterConfig extends Phalcon\Auth\Adapter\Config\AbstractAdapterConfig implements Phalcon\Contracts\Auth\Adapter\AdapterConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $model = NULL ]
+ Property [ protected $users = NULL ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\Config\AbstractAdapterConfig, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> array $users = [] ]
+ Parameter #1 [ <optional> ?string $model = null ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getUsers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\Config\AbstractAdapterConfig, prototype Phalcon\Contracts\Auth\Adapter\AdapterConfig> public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Adapter\Config\ModelAdapterConfig extends Phalcon\Auth\Adapter\Config\AbstractAdapterConfig implements Phalcon\Contracts\Auth\Adapter\AdapterConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $model = NULL ]
+ Property [ protected $idColumn = 'id' ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\Config\AbstractAdapterConfig, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <optional> string $idColumn = 'id' ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getIdColumn ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\Config\AbstractAdapterConfig, prototype Phalcon\Contracts\Auth\Adapter\AdapterConfig> public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Adapter\Config\StreamAdapterConfig extends Phalcon\Auth\Adapter\Config\AbstractAdapterConfig implements Phalcon\Contracts\Auth\Adapter\AdapterConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $model = NULL ]
+ Property [ protected $file = NULL ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\Config\AbstractAdapterConfig, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $file ]
+ Parameter #1 [ <optional> ?string $model = null ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\Config\AbstractAdapterConfig, prototype Phalcon\Contracts\Auth\Adapter\AdapterConfig> public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Adapter\Memory extends Phalcon\Auth\Adapter\AbstractArrayAdapter implements Phalcon\Contracts\Auth\Adapter\Adapter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Adapter\Adapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> static public method fromOptions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [3] {
+ Property [ protected $config = NULL ]
+ Property [ protected $hasher = NULL ]
+ Property [ private $idStore = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\AbstractAdapter, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> Phalcon\Auth\Adapter\Config\MemoryAdapterConfig $config ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\AbstractArrayAdapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method retrieveById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\AbstractArrayAdapter, prototype Phalcon\Auth\Adapter\AbstractArrayAdapter> protected method loadUsers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method retrieveByCredentials ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter> protected method hasIdentifyingField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter> protected method hydrate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $row ]
+ }
+ - Return [ Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter> protected method matchesRow ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $row ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter> public method getConfig ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\AdapterConfig ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter> public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method validateCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Adapter\Model extends Phalcon\Auth\Adapter\AbstractAdapter implements Phalcon\Contracts\Auth\Adapter\Adapter, Phalcon\Contracts\Auth\Adapter\RememberAdapter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Adapter\Adapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> static public method fromOptions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [2] {
+ Property [ protected $config = NULL ]
+ Property [ protected $hasher = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\AbstractAdapter, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> Phalcon\Auth\Adapter\Config\ModelAdapterConfig $config ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Adapter\RememberAdapter> public method createRememberToken ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ }
+ - Return [ Phalcon\Contracts\Auth\RememberToken ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Adapter\Adapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method retrieveByCredentials ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Adapter\Adapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method retrieveById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Adapter\RememberAdapter> public method retrieveByToken ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <required> string $token ]
+ Parameter #2 [ <optional> ?string $userAgent = null ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter> public method getConfig ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\AdapterConfig ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter> public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method validateCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Adapter\Stream extends Phalcon\Auth\Adapter\AbstractArrayAdapter implements Phalcon\Contracts\Auth\Adapter\Adapter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Adapter\Adapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> static public method fromOptions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [2] {
+ Property [ protected $config = NULL ]
+ Property [ protected $hasher = NULL ]
+ }
+
+ - Methods [12] {
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\AbstractAdapter, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> Phalcon\Auth\Adapter\Config\StreamAdapterConfig $config ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Adapter\AbstractArrayAdapter, prototype Phalcon\Auth\Adapter\AbstractArrayAdapter> protected method loadUsers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> protected method phpFileExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $filename ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> protected method phpFileGetContents ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $filename ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method retrieveByCredentials ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method retrieveById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter> protected method hasIdentifyingField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter> protected method hydrate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $row ]
+ }
+ - Return [ Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractArrayAdapter> protected method matchesRow ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $row ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter> public method getConfig ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\AdapterConfig ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter> public method getModel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Auth\Adapter\Adapter> public method validateCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\AuthUser implements Phalcon\Contracts\Auth\AuthUser ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $data = NULL ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $data ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\AuthUser> public method getAuthIdentifier ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\AuthUser> public method getAuthPassword ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method toArray ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Cli\AuthDispatcherListener extends Phalcon\Auth\AbstractAuthDispatcherListener ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $manager = NULL ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon> public method beforeExecuteRoute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Events\Event $event ]
+ Parameter #1 [ <required> Phalcon\Cli\Dispatcher $dispatcher ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\AbstractAuthDispatcherListener, prototype Phalcon\Auth\AbstractAuthDispatcherListener> protected method getActionType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\AbstractAuthDispatcherListener, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Manager $manager ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\AbstractAuthDispatcherListener> protected method enforce ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $actionName ]
+ Parameter #1 [ <optional> $forwardHandler = <default> ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exceptions\AccessDenied extends Phalcon\Auth\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -32744,12 +41934,1858 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exceptions\ConfigRequiresNonEmptyValue extends Phalcon\Auth\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ Parameter #0 [ <required> string $configName ]
+ Parameter #1 [ <required> string $configKey ]
+ Parameter #2 [ <optional> string $suffix = '' ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exceptions\DataMustContainIdKey extends Phalcon\Auth\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exceptions\DoesNotImplement extends Phalcon\Auth\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exceptions\FileCannotRead extends Phalcon\Auth\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exceptions\FileDoesNotContainJson extends Phalcon\Auth\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exceptions\FileDoesNotExist extends Phalcon\Auth\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Exceptions\FileNotValidJson extends Phalcon\Auth\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $path ]
+ Parameter #1 [ <required> Throwable $ex ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Guard\Config\SessionGuardConfig extends Phalcon\Auth\Guard\Config\AbstractGuardConfig implements Phalcon\Contracts\Auth\Guard\GuardConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ private $name = NULL ]
+ Property [ private $rememberName = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> ?string $suffix = null ]
+ Parameter #1 [ <optional> ?string $name = null ]
+ Parameter #2 [ <optional> ?string $rememberName = null ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getRememberName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method derive ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $prefix ]
+ Parameter #1 [ <optional> ?string $suffix = null ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method validateNonEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $param ]
+ Parameter #1 [ <optional> ?string $value = null ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Guard\Config\TokenGuardConfig extends Phalcon\Auth\Guard\Config\AbstractGuardConfig implements Phalcon\Contracts\Auth\Guard\GuardConfig ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $inputKey = NULL ]
+ Property [ protected $storageKey = NULL ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $inputKey ]
+ Parameter #1 [ <required> string $storageKey ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getInputKey ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getStorageKey ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Guard\GuardLocator extends Phalcon\Support\AbstractLocator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $container = NULL ]
+ Property [ protected $services = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getExceptionClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getInterfaceClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\AbstractLocator, prototype Phalcon\Support\AbstractLocator> protected method getServices ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $container ]
+ Parameter #1 [ <optional> array $services = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method getAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method getClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method newInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> public method register ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $definition ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\AbstractLocator> protected method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Guard\Session extends Phalcon\Auth\Guard\AbstractGuard implements Phalcon\Contracts\Auth\Guard\Guard, Phalcon\Contracts\Auth\Guard\GuardStateful, Phalcon\Contracts\Auth\Guard\BasicAuth ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Guard\Guard, prototype Phalcon\Contracts\Auth\Guard\Guard> static public method fromOptions ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ Parameter #1 [ <required> $container ]
+ Parameter #2 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [9] {
+ Property [ protected $eventsManager = NULL ]
+ Property [ protected $adapter = NULL ]
+ Property [ protected $config = NULL ]
+ Property [ protected $lastUserAttempted = NULL ]
+ Property [ protected $user = NULL ]
+ Property [ protected $cookies = NULL ]
+ Property [ protected $request = NULL ]
+ Property [ protected $session = NULL ]
+ Property [ protected $viaRemember = false ]
+ }
+
+ - Methods [32] {
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Guard\AbstractGuard, ctor> public method __construct ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ Parameter #1 [ <required> Phalcon\Http\RequestInterface $request ]
+ Parameter #2 [ <required> Phalcon\Http\Response\CookiesInterface $cookies ]
+ Parameter #3 [ <required> Phalcon\Session\ManagerInterface $session ]
+ Parameter #4 [ <optional> ?Phalcon\Auth\Guard\Config\SessionGuardConfig $config = null ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\GuardStateful> public method attempt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ Parameter #1 [ <optional> bool $remember = false ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\BasicAuth> public method basic ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string $field = 'email' ]
+ Parameter #1 [ <optional> array $extraConditions = [] ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method getName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getRememberName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\GuardStateful> public method login ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ Parameter #1 [ <optional> bool $remember = false ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\GuardStateful> public method loginById ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <optional> bool $remember = false ]
+ }
+ - Return [ Phalcon\Contracts\Auth\AuthUser|false ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\GuardStateful> public method logout ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method once ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\BasicAuth> public method onceBasic ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string $field = 'email' ]
+ Parameter #1 [ <optional> array $extraConditions = [] ]
+ }
+ - Return [ Phalcon\Contracts\Auth\AuthUser|false ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Guard\Guard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method user ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Guard\Guard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method validate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Guard\GuardStateful> public method viaRemember ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> protected method attemptBasic ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $field ]
+ Parameter #1 [ <optional> array $extraConditions = [] ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> protected method basicCredentials ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon> protected method createRememberToken ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ }
+ - Return [ Phalcon\Contracts\Auth\RememberToken ]
+ }
+
+ Method [ <internal:phalcon> protected method recaller ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Auth\Guard\UserRemember ]
+ }
+
+ Method [ <internal:phalcon> protected method rememberUser ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> protected method userFromRecaller ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Auth\Guard\UserRemember $recaller ]
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard> public method getConfig ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Guard\GuardConfig ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method check ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard> public method getAdapter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method getLastUserAttempted ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method guest ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method hasUser ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method id ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int|null ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard> public method setAdapter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method setUser ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard> protected method hasValidCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> public method getEventsManager ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Events\ManagerInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> public method setEventsManager ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> protected method fireManagerEvent ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $eventName ]
+ Parameter #1 [ <optional> $data = <default> ]
+ Parameter #2 [ <optional> bool $cancellable = true ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Guard\Token extends Phalcon\Auth\Guard\AbstractGuard implements Phalcon\Contracts\Auth\Guard\Guard ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Guard\Guard, prototype Phalcon\Contracts\Auth\Guard\Guard> static public method fromOptions ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ Parameter #1 [ <required> $container ]
+ Parameter #2 [ <required> array $options ]
+ }
+ - Return [ static ]
+ }
+ }
+
+ - Properties [6] {
+ Property [ protected $eventsManager = NULL ]
+ Property [ protected $adapter = NULL ]
+ Property [ protected $config = NULL ]
+ Property [ protected $lastUserAttempted = NULL ]
+ Property [ protected $user = NULL ]
+ Property [ protected $request = NULL ]
+ }
+
+ - Methods [18] {
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\Guard\AbstractGuard, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ Parameter #1 [ <required> Phalcon\Http\RequestInterface $request ]
+ Parameter #2 [ <required> Phalcon\Auth\Guard\Config\TokenGuardConfig $config ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getTokenForRequest ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method setRequest ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Http\RequestInterface $request ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Guard\Guard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method user ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Auth\Guard\Guard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method validate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard> public method getConfig ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Guard\GuardConfig ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method check ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard> public method getAdapter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method getLastUserAttempted ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method guest ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method hasUser ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method id ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int|null ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard> public method setAdapter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard, prototype Phalcon\Contracts\Auth\Guard\Guard> public method setUser ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\Guard\AbstractGuard> protected method hasValidCredentials ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $user ]
+ Parameter #1 [ <required> array $credentials ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> public method getEventsManager ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Events\ManagerInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> public method setEventsManager ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> protected method fireManagerEvent ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $eventName ]
+ Parameter #1 [ <optional> $data = <default> ]
+ Parameter #2 [ <optional> bool $cancellable = true ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class Phalcon\Auth\Guard\UserRemember ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $id = NULL ]
+ Property [ protected $token = NULL ]
+ Property [ protected $userAgent = NULL ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $payload ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int|null ]
+ }
+
+ Method [ <internal:phalcon> public method getToken ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getUserAgent ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class Phalcon\Auth\Internal\Options ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon> static public method arrayOption ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $options ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> array $defaultValue ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> static public method requireString ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $options ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> string $context ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> static public method resolveService ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $container ]
+ Parameter #1 [ <required> string $serviceId ]
+ Parameter #2 [ <required> string $context ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon> static public method stringOrNull ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $options ]
+ Parameter #1 [ <required> string $key ]
+ }
+ - Return [ ?string ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Manager implements Phalcon\Contracts\Auth\Manager ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $accessFactory = NULL ]
+ Property [ protected $activeAccess = NULL ]
+ Property [ protected $defaultGuard = NULL ]
+ Property [ protected $guards = NULL ]
+ }
+
+ - Methods [19] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Auth\Access\AccessLocator $accessFactory ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method access ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $accessName ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method addAccessList ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $accessList ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method addGuard ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $nameGuard ]
+ Parameter #1 [ <required> Phalcon\Contracts\Auth\Guard\Guard $guard ]
+ Parameter #2 [ <optional> bool $isDefault = false ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method attempt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ Parameter #1 [ <optional> bool $remember = false ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method check ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method except ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string ...$actions ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method getAccess ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\Access\Access ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method getAccessList ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method getDefaultGuard ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\Guard\Guard ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method getGuards ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method guard ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $name = null ]
+ }
+ - Return [ Phalcon\Contracts\Auth\Guard\Guard ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method id ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string|int|null ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method logout ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method only ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string ...$actions ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method setAccess ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Access\Access $access ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method setDefaultGuard ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Guard\Guard $guard ]
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method user ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Auth\Manager> public method validate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $credentials = [] ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\ManagerFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $accessLocator = NULL ]
+ Property [ protected $adapterLocator = NULL ]
+ Property [ protected $container = NULL ]
+ Property [ protected $guardLocator = NULL ]
+ Property [ protected $hasher = NULL ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> Phalcon\Encryption\Security $hasher ]
+ Parameter #1 [ <required> $container ]
+ Parameter #2 [ <optional> ?Phalcon\Auth\Adapter\AdapterLocator $adapterLocator = null ]
+ Parameter #3 [ <optional> ?Phalcon\Auth\Guard\GuardLocator $guardLocator = null ]
+ Parameter #4 [ <optional> ?Phalcon\Auth\Access\AccessLocator $accessLocator = null ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method load ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $config ]
+ }
+ - Return [ Phalcon\Auth\Manager ]
+ }
+
+ Method [ <internal:phalcon> protected method buildAdapter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Auth\Adapter\AdapterLocator $locator ]
+ Parameter #1 [ <required> array $cfg ]
+ }
+ - Return [ Phalcon\Contracts\Auth\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon> protected method buildGuard ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> Phalcon\Auth\Guard\GuardLocator $locator ]
+ Parameter #1 [ <required> string $type ]
+ Parameter #2 [ <required> Phalcon\Contracts\Auth\Adapter\Adapter $adapter ]
+ Parameter #3 [ <required> array $options ]
+ }
+ - Return [ Phalcon\Contracts\Auth\Guard\Guard ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Auth\Mvc\AuthDispatcherListener extends Phalcon\Auth\AbstractAuthDispatcherListener ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $manager = NULL ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon> public method beforeExecuteRoute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Events\Event $event ]
+ Parameter #1 [ <required> Phalcon\Mvc\Dispatcher $dispatcher ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Auth\AbstractAuthDispatcherListener, prototype Phalcon\Auth\AbstractAuthDispatcherListener> protected method getActionType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\AbstractAuthDispatcherListener, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Auth\Manager $manager ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Auth\AbstractAuthDispatcherListener> protected method enforce ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $actionName ]
+ Parameter #1 [ <optional> $forwardHandler = <default> ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Autoload\Exceptions\LoaderDirectoriesNotArray extends Phalcon\Autoload\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Autoload\Exceptions\LoaderMethodNotCallable extends Phalcon\Autoload\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -32857,7 +43893,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> string $file ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addDirectory ] {
@@ -32865,7 +43901,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $directory ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addExtension ] {
@@ -32873,7 +43909,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $extension ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addFile ] {
@@ -32881,7 +43917,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $file ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addNamespace ] {
@@ -32891,7 +43927,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> $directories ]
Parameter #2 [ <optional> bool $prepend = false ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method autoload ] {
@@ -32970,7 +44006,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $prepend = false ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setClasses ] {
@@ -32979,7 +44015,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $classes ]
Parameter #1 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setDirectories ] {
@@ -32988,7 +44024,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $directories ]
Parameter #1 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setExtensions ] {
@@ -32997,7 +44033,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $extensions ]
Parameter #1 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setFileCheckingCallback ] {
@@ -33005,7 +44041,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> $method = <default> ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setFiles ] {
@@ -33014,7 +44050,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $files ]
Parameter #1 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setNamespaces ] {
@@ -33023,21 +44059,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $namespaces ]
Parameter #1 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method unregister ] {
+ Method [ <internal:phalcon> public method isRegistered ] {
- Parameters [0] {
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon> public method isRegistered ] {
+ Method [ <internal:phalcon> public method unregister ] {
- Parameters [0] {
}
- - Return [ bool ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method requireFile ] {
@@ -33064,7 +44100,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <required> string $method ]
Parameter #3 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Autoload\Loader ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method autoloadCheckClasses ] {
@@ -33142,7 +44178,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [3] {
Property [ protected $mapper = NULL ]
Property [ protected $services = NULL ]
- Property [ private $serializerFactory = NULL ]
+ Property [ protected $serializerFactory = NULL ]
}
- Methods [9] {
@@ -33281,6 +44317,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -33320,6 +44357,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -33338,6 +44376,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <optional> int $step = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu> protected method phpApcuDelete ] {
@@ -33345,6 +44384,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $key ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu> protected method phpApcuExists ] {
@@ -33352,6 +44392,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $key ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu> protected method phpApcuInc ] {
@@ -33360,6 +44401,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <optional> int $step = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu> protected method phpApcuFetch ] {
@@ -33374,6 +44416,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $pattern ]
}
+ - Return [ APCUIterator|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu> protected method phpApcuStore ] {
@@ -33383,6 +44426,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> $payload ]
Parameter #2 [ <optional> int $ttl = 0 ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method decrement ] {
@@ -33391,6 +44435,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -33465,6 +44510,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -33644,6 +44690,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -33676,6 +44723,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -33694,6 +44742,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -33762,6 +44811,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -33891,7 +44941,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [10] {
+ - Properties [11] {
Property [ protected $adapter = NULL ]
Property [ protected $defaultSerializer = 'php' ]
Property [ protected $lifetime = 3600 ]
@@ -33901,10 +44951,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $serializerFactory = NULL ]
Property [ protected $eventsManager = NULL ]
Property [ protected $data = NULL ]
+ Property [ protected $maxItems = 0 ]
Property [ protected $eventType = 'cache' ]
}
- - Methods [35] {
+ - Methods [37] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, ctor> public method __construct ] {
- Parameters [2] {
@@ -33928,6 +44979,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory> public method getMaxItems ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory> public method setMaxItems ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $maxItems ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, prototype Phalcon\Storage\Adapter\AdapterInterface> public method setForever ] {
- Parameters [2] {
@@ -33943,6 +45009,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -33974,6 +45041,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -33992,6 +45060,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -34074,6 +45143,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -34253,6 +45323,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -34285,6 +45356,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -34303,6 +45375,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -34371,6 +45444,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -34557,6 +45631,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -34589,6 +45664,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -34607,6 +45683,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -34675,6 +45752,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -34856,6 +45934,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -34888,6 +45967,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -34913,6 +45993,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $filename ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream> protected method phpFilePutContents ] {
@@ -34923,6 +46004,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <optional> int $flags = 0 ]
Parameter #3 [ <optional> $context = <default> ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream> protected method phpFopen ] {
@@ -34947,6 +46029,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -35029,6 +46112,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -35211,6 +46295,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doDelete ] {
@@ -35243,6 +46328,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, prototype Phalcon\Storage\Adapter\AbstractAdapter> protected method doSet ] {
@@ -35261,6 +46347,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method delete ] {
@@ -35343,6 +46430,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <optional> int $value = 1 ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method set ] {
@@ -35732,6 +46820,95 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Cache\Exception\CacheKeysNotIterable extends Phalcon\Cache\Exception\InvalidArgumentException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
@@ -35824,7 +47001,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Cache\Exception\InvalidCacheKey extends Phalcon\Cache\Exception\InvalidArgumentException implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -35843,12 +47020,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
}
}
@@ -35951,13 +47125,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> bool $str = true ]
Parameter #2 [ <optional> bool $shift = true ]
}
- - Return [ Phalcon\Cli\Console ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -35980,6 +47154,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ object|array ]
}
Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication> public method getModules ] {
@@ -35995,7 +47170,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $modules ]
Parameter #1 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Application\AbstractApplication ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication> public method setDefaultModule ] {
@@ -36003,7 +47178,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $defaultModule ]
}
- - Return [ Phalcon\Application\AbstractApplication ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
@@ -36046,7 +47221,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Cli\Console\Exceptions\ConsoleModuleNotRegistered extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -36065,12 +47240,278 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $moduleName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cli\Console\Exceptions\ContainerRequired extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cli\Console\Exceptions\InvalidModuleDefinitionPath extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cli\Console\Exceptions\ModuleDefinitionPathNotFound extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
}
}
@@ -36149,7 +47590,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [27] {
+ - Properties [28] {
Property [ protected $container = NULL ]
Property [ protected $activeHandler = NULL ]
Property [ protected $activeMethodMap = NULL ]
@@ -36158,6 +47599,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $camelCaseMap = NULL ]
Property [ protected $defaultNamespace = '' ]
Property [ protected $handlerHashes = NULL ]
+ Property [ protected $handlerHookCache = NULL ]
Property [ protected $handlerName = '' ]
Property [ protected $eventsManager = NULL ]
Property [ protected $finished = false ]
@@ -36692,7 +48134,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cli\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Cli\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\RouterInterface ] {
- Constants [0] {
}
@@ -36727,7 +48169,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> public method add ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method add ] {
- Parameters [2] {
Parameter #0 [ <required> string $pattern ]
@@ -36736,116 +48178,118 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Cli\Router\RouteInterface ]
}
- Method [ <internal:phalcon> public method getActionName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getActionName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> public method getMatchedRoute ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getMatchedRoute ] {
- Parameters [0] {
}
- Return [ ?Phalcon\Cli\Router\RouteInterface ]
}
- Method [ <internal:phalcon> public method getMatches ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getMatches ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method getModuleName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getModuleName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> public method getParams ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getParameters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method getParameters ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getParams ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method getRouteById ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getRouteById ] {
- Parameters [1] {
Parameter #0 [ <required> $id ]
}
+ - Return [ Phalcon\Cli\Router\RouteInterface|bool ]
}
- Method [ <internal:phalcon> public method getRouteByName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getRouteByName ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ Phalcon\Cli\Router\RouteInterface|bool ]
}
- Method [ <internal:phalcon> public method getRoutes ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getRoutes ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method getTaskName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method getTaskName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> public method handle ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method handle ] {
- Parameters [1] {
Parameter #0 [ <optional> $arguments = <default> ]
}
}
- Method [ <internal:phalcon> public method setDefaultAction ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method setDefaultAction ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
}
- - Return [ Phalcon\Cli\Router ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method setDefaultModule ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method setDefaultModule ] {
- Parameters [1] {
Parameter #0 [ <required> string $moduleName ]
}
- - Return [ Phalcon\Cli\Router ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method setDefaults ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method setDefaults ] {
- Parameters [1] {
Parameter #0 [ <required> array $defaults ]
}
- - Return [ Phalcon\Cli\Router ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method setDefaultTask ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method setDefaultTask ] {
- Parameters [1] {
Parameter #0 [ <required> string $taskName ]
}
- - Return [ void ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method wasMatched ] {
+ Method [ <internal:phalcon, prototype Phalcon\Cli\RouterInterface> public method wasMatched ] {
- Parameters [0] {
}
@@ -36869,7 +48313,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Cli\Router\Exceptions\BeforeMatchNotCallable extends Phalcon\Cli\Router\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -36888,12 +48332,187 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cli\Router\Exceptions\InvalidRoutePaths extends Phalcon\Cli\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cli\Router\Exceptions\RouterArgumentsInvalidType extends Phalcon\Cli\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -37047,6 +48666,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $pattern ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon> public method getBeforeMatch ] {
@@ -37370,7 +48990,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -37378,7 +48998,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -37477,7 +49097,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -37560,7 +49180,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] {
@@ -37592,7 +49212,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -37600,7 +49220,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -37826,7 +49446,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -37834,7 +49454,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -37933,7 +49553,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -38016,7 +49636,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] {
@@ -38048,7 +49668,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -38056,7 +49676,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -38247,7 +49867,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -38255,7 +49875,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -38354,7 +49974,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -38437,7 +50057,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] {
@@ -38469,7 +50089,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -38477,7 +50097,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -38668,7 +50288,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -38676,7 +50296,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -38775,7 +50395,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -38858,7 +50478,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] {
@@ -38890,7 +50510,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -38898,7 +50518,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -39108,7 +50728,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -39116,7 +50736,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -39215,7 +50835,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -39298,7 +50918,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toJson ] {
@@ -39330,7 +50950,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -39338,7 +50958,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -39482,7 +51102,105 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Config\Exceptions\CannotLoadConfigFile extends Phalcon\Config\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ private $fileName = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $fileName ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getFileName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Config\Exceptions\ConfigNotArrayOrObject extends Phalcon\Config\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -39501,12 +51219,1467 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Config\Exceptions\GroupedAdapterRequiresArray extends Phalcon\Config\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Config\Exceptions\InvalidMergeData extends Phalcon\Config\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Config\Exceptions\MissingConfigOption extends Phalcon\Config\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ private $option = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $option ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getOption ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Config\Exceptions\MissingFileExtension extends Phalcon\Config\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Config\Exceptions\MissingYamlExtension extends Phalcon\Config\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Container implements Phalcon\Contracts\Container\Service\Collection, Phalcon\Contracts\Container\Ioc\IocContainer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [9] {
+ Property [ protected $aliases = NULL ]
+ Property [ protected $autowire = true ]
+ Property [ protected $instanceLifetimes = NULL ]
+ Property [ protected $instances = NULL ]
+ Property [ protected $parameters = NULL ]
+ Property [ protected $processors = NULL ]
+ Property [ protected $resolver = NULL ]
+ Property [ protected $services = NULL ]
+ Property [ protected $tags = NULL ]
+ }
+
+ - Methods [39] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method bind ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $interfaceName ]
+ Parameter #1 [ <required> string $concrete ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method callableGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Closure ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method callableNew ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Closure ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method extend ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $callableObject ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method getAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method getByTag ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $tag ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method getDefinition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method getInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method getParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method getResolver ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Container\Resolver\Resolver ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Ioc\IocContainer> public method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $serviceName ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method hasAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method hasDefinition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method hasInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method hasParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Ioc\IocContainer> public method hasService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $serviceName ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method isAutowireEnabled ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method new ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method newDefinition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $definition ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method setAlias ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $alias ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method setAutowire ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $enabled ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method setDefinition ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> Phalcon\Container\Definition\ServiceDefinition $definition ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method setInstance ] {
- Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $instance ]
+ Parameter #2 [ <required> string $lifetime ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method setParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setTag ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $tag ]
+ Parameter #1 [ <required> string $serviceName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method unsetAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method unsetDefinition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method unsetInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method unsetInstances ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $lifetime ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Collection> public method unsetParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method detectCircularAlias ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $alias ]
+ Parameter #1 [ <required> string $target ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method findProcessor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $definition ]
+ }
+ - Return [ Phalcon\Container\Definition\Processor\Processor ]
+ }
+
+ Method [ <internal:phalcon> private method resolve ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> bool $cache ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> private method resolveAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method resolveParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ mixed ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\ContainerFactory implements Phalcon\Contracts\Container\Ioc\IocContainerFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $providers = NULL ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> public method addProvider ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Service\Provider $provider ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Ioc\IocContainerFactory> public method newContainer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Container\Container ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Definition\DefinitionType ] {
+
+ - Constants [4] {
+ Constant [ public string CLOSURE_TYPE ] { closure }
+ Constant [ public string OBJECT_TYPE ] { object }
+ Constant [ public string PARAMETER_TYPE ] { parameter }
+ Constant [ public string STRING_TYPE ] { string }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Definition\Processor\ClosureProcessor implements Phalcon\Container\Definition\Processor\Processor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, prototype Phalcon\Container\Definition\Processor\Processor> public method canProcess ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $definition ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Container\Definition\Processor\Processor> public method process ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $definition ]
+ Parameter #2 [ <required> $container ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Definition\Processor\ObjectProcessor implements Phalcon\Container\Definition\Processor\Processor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, prototype Phalcon\Container\Definition\Processor\Processor> public method canProcess ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $definition ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Container\Definition\Processor\Processor> public method process ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $definition ]
+ Parameter #2 [ <required> $container ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Definition\Processor\ParameterProcessor implements Phalcon\Container\Definition\Processor\Processor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, prototype Phalcon\Container\Definition\Processor\Processor> public method canProcess ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $definition ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Container\Definition\Processor\Processor> public method process ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $definition ]
+ Parameter #2 [ <required> $container ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Definition\Processor\StringProcessor implements Phalcon\Container\Definition\Processor\Processor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, prototype Phalcon\Container\Definition\Processor\Processor> public method canProcess ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $definition ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Container\Definition\Processor\Processor> public method process ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $definition ]
+ Parameter #2 [ <required> $container ]
+ }
+ - Return [ Phalcon\Container\Definition\ServiceDefinition ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Definition\ServiceDefinition ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [13] {
+ Property [ protected $arguments = NULL ]
+ Property [ protected $container = NULL ]
+ Property [ protected $className = NULL ]
+ Property [ protected $constructorArgs = NULL ]
+ Property [ protected $extenders = NULL ]
+ Property [ protected $factory = NULL ]
+ Property [ protected $frozen = false ]
+ Property [ protected $isCacheable = false ]
+ Property [ protected $lifetime = 'SCOPED' ]
+ Property [ protected $raw = NULL ]
+ Property [ protected $serviceName = NULL ]
+ Property [ protected $tags = NULL ]
+ Property [ protected $type = NULL ]
+ }
+
+ - Methods [31] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $serviceName ]
+ Parameter #1 [ <required> string $type ]
+ Parameter #2 [ <optional> $raw = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method addExtender ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $extender ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method addTag ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $tag ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method buildService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $container ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon> public method freeze ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $container ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method getArguments ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getConstructorArgs ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getExtenders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getFactory ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getServiceName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getTags ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method hasClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method hasExtenders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method hasFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method isCacheable ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method isFrozen ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method setArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setContainer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $container ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setExtenders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $extenders ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $factory ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setIsCacheable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $isCacheable ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setLifetime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $lifetime ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method unsetClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method unsetExtenders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method unsetFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> protected method checkFrozen ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method resolveArgs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $container ]
+ Parameter #1 [ <required> array $args ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Definition\ServiceLifetime ] {
+
+ - Constants [3] {
+ Constant [ public string SCOPED ] { SCOPED }
+ Constant [ public string SINGLETON ] { SINGLETON }
+ Constant [ public string TRANSIENT ] { TRANSIENT }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\CannotExtendResolved extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\CannotResolveParameter extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $param ]
+ Parameter #1 [ <required> string $className ]
}
}
@@ -39574,6 +52747,2101 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\CircularAliasFound extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class Phalcon\Container\Exceptions\EnvNotDefined extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $varname ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\FrozenDefinition extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class Phalcon\Container\Exceptions\InstanceNotFound extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\InvalidExtender extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $service ]
+ Parameter #1 [ <required> string $key ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\NoClassSet extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\NoFactorySet extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\NoProcessorFound extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class Phalcon\Container\Exceptions\ParameterNotFound extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\ServiceNotFound extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Exceptions\ServiceNotRegistered extends Phalcon\Container\Exceptions\Exception implements Phalcon\Contracts\Container\Ioc\IocThrowable, Phalcon\Contracts\Container\Resolver\ResolverThrowable, Phalcon\Contracts\Container\Service\Throwable, Phalcon\Container\Exceptions\ContainerThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Provider\Cli implements Phalcon\Contracts\Container\Service\Provider ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Provider> public method provide ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Service\Collection $services ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Provider\Web implements Phalcon\Contracts\Container\Service\Provider ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Service\Provider> public method provide ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Container\Service\Collection $services ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> <iterateable> class Phalcon\Container\Resolver\Lazy\ArrayValues extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable, ArrayAccess, Countable, IteratorAggregate, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $values = NULL ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $values = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, prototype IteratorAggregate> public method getIterator ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ArrayIterator ]
+ }
+
+ Method [ <internal:phalcon> public method merge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $values ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> protected method resolveValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> protected method resolveValues ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $values ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\Call extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $callableObject = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callableObject ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\CallableGet extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $id = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\CallableNew extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $id = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\CsEnv extends Phalcon\Container\Resolver\Lazy\Env implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $varname = NULL ]
+ Property [ protected $vartype = NULL ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Env, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Env, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $varname ]
+ Parameter #1 [ <optional> ?string $vartype = null ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Env> protected method cast ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Env> protected method getEnv ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\EnvDefault extends Phalcon\Container\Resolver\Lazy\Env implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $varname = NULL ]
+ Property [ protected $vartype = NULL ]
+ Property [ private $defaultValue = NULL ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Env, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $varname ]
+ Parameter #1 [ <required> $defaultValue ]
+ Parameter #2 [ <optional> ?string $vartype = null ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Env, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Env> protected method cast ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Env> protected method getEnv ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\FunctionCall extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $arguments = NULL ]
+ Property [ protected $functionName = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $functionName ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\Get extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $id = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\GetCall extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $arguments = NULL ]
+ Property [ protected $id = NULL ]
+ Property [ protected $method = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <required> string $method ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\LazyFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [13] {
+ Method [ <internal:phalcon> static public method arrayValues ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $values ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\ArrayValues ]
+ }
+
+ Method [ <internal:phalcon> static public method call ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callableObject ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\Call ]
+ }
+
+ Method [ <internal:phalcon> static public method callableGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $id ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\CallableGet ]
+ }
+
+ Method [ <internal:phalcon> static public method callableNew ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $id ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\CallableNew ]
+ }
+
+ Method [ <internal:phalcon> static public method csEnv ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> ?string $type = null ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\CsEnv ]
+ }
+
+ Method [ <internal:phalcon> static public method env ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> ?string $type = null ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\Env ]
+ }
+
+ Method [ <internal:phalcon> static public method envDefault ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $defaultValue ]
+ Parameter #2 [ <optional> ?string $type = null ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\EnvDefault ]
+ }
+
+ Method [ <internal:phalcon> static public method functionCall ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $functionName ]
+ Parameter #1 [ <required> array $args ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\FunctionCall ]
+ }
+
+ Method [ <internal:phalcon> static public method get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $id ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\Get ]
+ }
+
+ Method [ <internal:phalcon> static public method getCall ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $id ]
+ Parameter #1 [ <required> string $method ]
+ Parameter #2 [ <required> array $args ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\GetCall ]
+ }
+
+ Method [ <internal:phalcon> static public method newCall ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $id ]
+ Parameter #1 [ <required> string $method ]
+ Parameter #2 [ <required> array $args ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\NewCall ]
+ }
+
+ Method [ <internal:phalcon> static public method newInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $id ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\NewInstance ]
+ }
+
+ Method [ <internal:phalcon> static public method staticCall ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $className ]
+ Parameter #1 [ <required> string $method ]
+ Parameter #2 [ <required> array $args ]
+ }
+ - Return [ Phalcon\Container\Resolver\Lazy\StaticCall ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\NewCall extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $arguments = NULL ]
+ Property [ protected $id = NULL ]
+ Property [ protected $method = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <required> string $method ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\NewInstance extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $id = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Lazy\StaticCall extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $arguments = NULL ]
+ Property [ protected $className = NULL ]
+ Property [ protected $method = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $className ]
+ Parameter #1 [ <required> string $method ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Container\Resolver\Lazy\Lazy, prototype Phalcon\Contracts\Container\Resolver\Resolvable> public method resolve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ioc ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArgument ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $argument ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Container\Resolver\Lazy\Lazy> protected method resolveArguments ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Container\Resolver\Resolver implements Phalcon\Contracts\Container\Resolver\ResolverService, Phalcon\Contracts\Container\Resolver\ReflectionParameterResolver ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Resolver\ResolverService> public method isResolvableClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Resolver\ResolverService> public method resolveCall ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $callableObject ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Resolver\ResolverService> public method resolveClass ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> string $className ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ - Return [ object ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Resolver\ResolverService> public method resolveMethod ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> ReflectionMethod $method ]
+ Parameter #2 [ <required> $instance ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Resolver\ReflectionParameterResolver> public method resolveParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> ReflectionParameter $parameter ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Resolver\ResolverService> public method resolveParameters ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> array $parameters ]
+ Parameter #2 [ <required> array $arguments ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Container\Resolver\ResolverService> public method resolveType ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $type ]
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon> private method resolveArg ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ioc ]
+ Parameter #1 [ <required> $arg ]
+ }
+ - Return [ mixed ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Connection extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] {
- Constants [0] {
@@ -39606,7 +54874,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
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> ]
+ Parameter #5 [ <optional> ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = null ]
}
}
@@ -39717,7 +54985,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $values = [] ]
- Parameter #2 [ <optional> int $flags = null ]
+ Parameter #2 [ <optional> int $flags = 2 ]
}
- Return [ array ]
}
@@ -39843,6 +55111,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $options = [] ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method query ] {
@@ -39850,13 +55119,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $statement ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method quote ] {
- Parameters [2] {
Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -39882,6 +55152,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> protected method performBind ] {
@@ -39963,7 +55234,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ]
}
- - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method setRead ] {
@@ -39972,7 +55243,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $callableObject ]
}
- - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\ConnectionLocatorInterface> public method setWrite ] {
@@ -39981,7 +55252,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $callableObject ]
}
- - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method getConnection ] {
@@ -40022,7 +55293,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> PDO $pdo ]
- Parameter #1 [ <optional> ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = null ]
}
}
@@ -40126,7 +55397,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $values = [] ]
- Parameter #2 [ <optional> int $flags = null ]
+ Parameter #2 [ <optional> int $flags = 2 ]
}
- Return [ array ]
}
@@ -40252,6 +55523,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $statement ]
Parameter #1 [ <optional> array $options = [] ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method query ] {
@@ -40259,13 +55531,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $statement ]
}
+ - Return [ PDOStatement|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method quote ] {
- Parameters [2] {
Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -40291,6 +55564,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> protected method performBind ] {
@@ -40500,6 +55774,276 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Exception\DriverNotSupported extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $driver ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Exception\UnknownDriverMethod extends BadMethodCallException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Exception\UnknownQueryMethod extends BadMethodCallException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface ] {
- Constants [0] {
@@ -40660,7 +56204,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Logger\LoggerInterface $logger = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Logger\LoggerInterface $logger = null ]
}
}
@@ -41071,7 +56615,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -41307,7 +56851,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -41871,7 +57415,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -42254,7 +57798,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> int $type = null ]
+ Parameter #1 [ <optional> int $type = 2 ]
}
- Return [ string ]
}
@@ -42438,7 +57982,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
- - Constants [0] {
+ - Constants [1] {
+ Constant [ public string BIND_PATTERN ] { /\?([0-9]+)|:([a-zA-Z0-9_]+):/ }
}
- Static properties [1] {
@@ -42594,7 +58139,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> PDOStatement $statement ]
Parameter #1 [ <required> array $placeholders ]
- Parameter #2 [ <required> $dataTypes ]
+ Parameter #2 [ <optional> array $dataTypes = [] ]
}
- Return [ PDOStatement ]
}
@@ -42631,6 +58176,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $name = null ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method prepare ] {
@@ -42648,6 +58194,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $bindParams = [] ]
Parameter #2 [ <optional> array $bindTypes = [] ]
}
+ - Return [ Phalcon\Db\ResultInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollback ] {
@@ -42827,7 +58374,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <optional> int $fetchMode = null ]
+ Parameter #1 [ <optional> int $fetchMode = 2 ]
Parameter #2 [ <optional> array $bindParams = [] ]
Parameter #3 [ <optional> array $bindTypes = [] ]
}
@@ -42841,6 +58388,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $placeholders = [] ]
Parameter #2 [ <optional> $column = <default> ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] {
@@ -43002,7 +58550,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <required> int $number ]
+ Parameter #1 [ <required> $number ]
}
- Return [ string ]
}
@@ -43029,7 +58577,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ bool ]
}
@@ -43206,7 +58754,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
- - Constants [0] {
+ - Constants [1] {
+ Constant [ public string BIND_PATTERN ] { /\?([0-9]+)|:([a-zA-Z0-9_]+):/ }
}
- Static properties [1] {
@@ -43297,7 +58846,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ bool ]
}
@@ -43385,7 +58934,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> PDOStatement $statement ]
Parameter #1 [ <required> array $placeholders ]
- Parameter #2 [ <required> $dataTypes ]
+ Parameter #2 [ <optional> array $dataTypes = [] ]
}
- Return [ PDOStatement ]
}
@@ -43422,6 +58971,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $name = null ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method prepare ] {
@@ -43439,6 +58989,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $bindParams = [] ]
Parameter #2 [ <optional> array $bindTypes = [] ]
}
+ - Return [ Phalcon\Db\ResultInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollback ] {
@@ -43627,7 +59178,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <optional> int $fetchMode = null ]
+ Parameter #1 [ <optional> int $fetchMode = 2 ]
Parameter #2 [ <optional> array $bindParams = [] ]
Parameter #3 [ <optional> array $bindTypes = [] ]
}
@@ -43641,6 +59192,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $placeholders = [] ]
Parameter #2 [ <optional> $column = <default> ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] {
@@ -43795,7 +59347,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <required> int $number ]
+ Parameter #1 [ <required> $number ]
}
- Return [ string ]
}
@@ -43974,7 +59526,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
- - Constants [0] {
+ - Constants [1] {
+ Constant [ public string BIND_PATTERN ] { /\?([0-9]+)|:([a-zA-Z0-9_]+):/ }
}
- Static properties [1] {
@@ -44141,7 +59694,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> PDOStatement $statement ]
Parameter #1 [ <required> array $placeholders ]
- Parameter #2 [ <required> $dataTypes ]
+ Parameter #2 [ <optional> array $dataTypes = [] ]
}
- Return [ PDOStatement ]
}
@@ -44178,6 +59731,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $name = null ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method prepare ] {
@@ -44195,6 +59749,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $bindParams = [] ]
Parameter #2 [ <optional> array $bindTypes = [] ]
}
+ - Return [ Phalcon\Db\ResultInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method rollback ] {
@@ -44384,7 +59939,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <optional> int $fetchMode = null ]
+ Parameter #1 [ <optional> int $fetchMode = 2 ]
Parameter #2 [ <optional> array $bindParams = [] ]
Parameter #3 [ <optional> array $bindTypes = [] ]
}
@@ -44398,6 +59953,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $placeholders = [] ]
Parameter #2 [ <optional> $column = <default> ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method fetchOne ] {
@@ -44552,7 +60108,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $sqlQuery ]
- Parameter #1 [ <required> int $number ]
+ Parameter #1 [ <required> $number ]
}
- Return [ string ]
}
@@ -44579,7 +60135,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ bool ]
}
@@ -44931,12 +60487,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ string|int ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getType ] {
- Parameters [0] {
}
+ - Return [ string|int ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method getTypeReference ] {
@@ -44950,6 +60508,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Column> public method hasDefault ] {
@@ -45254,7 +60813,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ string ]
}
@@ -45434,7 +60993,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $customFunction ]
}
- - Return [ Phalcon\Db\Dialect ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method createMaterializedView ] {
@@ -46029,7 +61588,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ string ]
}
@@ -46200,7 +61759,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $customFunction ]
}
- - Return [ Phalcon\Db\Dialect ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method onConflictUpdate ] {
@@ -46763,7 +62322,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $tableName ]
Parameter #1 [ <required> string $schemaName ]
Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ]
- Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = <default> ]
+ Parameter #3 [ <optional> ?Phalcon\Db\ColumnInterface $currentColumn = null ]
}
- Return [ string ]
}
@@ -46909,7 +62468,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $customFunction ]
}
- - Return [ Phalcon\Db\Dialect ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method createMaterializedView ] {
@@ -47296,7 +62855,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\CannotInsertWithoutData extends Phalcon\Db\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -47315,12 +62874,4286 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $table ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\CannotPrepareStatement extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\CheckExpressionRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ColumnTypeRejectsAutoIncrement extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ColumnTypeRejectsScale extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ColumnTypeRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ConflictTargetColumnRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ConflictUpdateColumnRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ForeignKeyColumnsRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\GeneratedAutoIncrementConflict extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\GeneratedDefaultConflict extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\IncompleteBindTypes extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidBindParameter extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidCheckExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidGenerationExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidGroupByExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidIndexColumns extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidIndexDirections extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidIndexWhere extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidListExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidOrderByExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidSqlExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidSqlExpressionType extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidUnaryExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidWhereConditions extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\MatchedParameterNotFound extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\MaterializedViewsNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\MissingDefinitionKey extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\MissingForeignKeyChecks extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\MissingSqliteDatabase extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\MysqlOnConflictNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\NestedTransactionChangeBlocked extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\NoActiveTransaction extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ReferencedColumnCountMismatch extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ReferencedColumnsRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ReferencedTableRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ReturningNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\ReturningRequiresColumn extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\SavepointsNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\SqliteAlterCheckNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\SqliteAlterColumnNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\SqliteAlterForeignKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\SqliteAlterPrimaryKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\SqliteDropCheckNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\SqliteDropForeignKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\SqliteDropPrimaryKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\TableMustHaveColumn extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\UnrecognizedDataType extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $dialect ]
+ Parameter #1 [ <required> string $column ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\UpdateFieldCountMismatch extends Phalcon\Db\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -47481,13 +67314,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [3] {
+ - Properties [4] {
Property [ protected $activeProfile = NULL ]
Property [ protected $allProfiles = NULL ]
+ Property [ protected $maxProfiles = 0 ]
Property [ protected $totalNanoseconds = 0 ]
}
- - Methods [9] {
+ - Methods [11] {
Method [ <internal:phalcon> public method getLastProfile ] {
- Parameters [0] {
@@ -47495,6 +67329,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Db\Profiler\Item ]
}
+ Method [ <internal:phalcon> public method getMaxProfiles ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon> public method getNumberTotalStatements ] {
- Parameters [0] {
@@ -47534,7 +67375,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Db\Profiler ]
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setMaxProfiles ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $maxProfiles ]
+ }
+ - Return [ static ]
}
Method [ <internal:phalcon> public method startProfile ] {
@@ -47544,14 +67393,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $sqlVariables = [] ]
Parameter #2 [ <optional> array $sqlBindTypes = [] ]
}
- - Return [ Phalcon\Db\Profiler ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method stopProfile ] {
- Parameters [0] {
}
- - Return [ Phalcon\Db\Profiler ]
+ - Return [ static ]
}
}
}
@@ -47637,7 +67486,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> float $finalTime ]
}
- - Return [ Phalcon\Db\Profiler\Item ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setInitialTime ] {
@@ -47645,7 +67494,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> float $initialTime ]
}
- - Return [ Phalcon\Db\Profiler\Item ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setSqlBindTypes ] {
@@ -47653,7 +67502,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $sqlBindTypes ]
}
- - Return [ Phalcon\Db\Profiler\Item ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setSqlStatement ] {
@@ -47661,7 +67510,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $sqlStatement ]
}
- - Return [ Phalcon\Db\Profiler\Item ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setSqlVariables ] {
@@ -47669,7 +67518,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $sqlVariables ]
}
- - Return [ Phalcon\Db\Profiler\Item ]
+ - Return [ static ]
}
}
}
@@ -47855,7 +67704,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <optional> ?int $fetchStyle = null ]
- Parameter #1 [ <optional> int $cursorOrientation = null ]
+ Parameter #1 [ <optional> int $cursorOrientation = 0 ]
Parameter #2 [ <optional> int $cursorOffset = 0 ]
}
}
@@ -47863,7 +67712,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Result> public method fetchAll ] {
- Parameters [3] {
- Parameter #0 [ <optional> int $mode = null ]
+ Parameter #0 [ <optional> int $mode = 0 ]
Parameter #1 [ <optional> $fetchArgument = <default> ]
Parameter #2 [ <optional> $constructorArgs = <default> ]
}
@@ -48025,6 +67874,2419 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\AliasAlreadyInUse extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $alias ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\AliasNameMustBeString extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\ArgumentTypeRequired extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\CallArgumentsMustBeArray extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\CircularAliasReference extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\ContainerRequired extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\DefinitionMustBeArrayForRead extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\DefinitionMustBeArrayForUpdate extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\MethodCallMustBeArray extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\MethodNameRequired extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\MissingClassNameParameter extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\MissingParameterKey extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\PropertyInjectionRequiresInstance extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\PropertyMustBeArray extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\PropertyNameRequired extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\PropertyValueRequired extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\ServiceCannotBeResolved extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\SetterInjectionRequiresInstance extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\SetterParametersMustBeArray extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Di\Exceptions\UnknownServiceType extends Phalcon\Di\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [4] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceCannotBeResolved ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method serviceNotFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method unknownServiceInParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Exception> static public method undefinedMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ - Return [ Phalcon\Di\Exception ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\Di\DiInterface, ArrayAccess ] {
- Constants [0] {
@@ -48087,6 +70349,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> $definition ]
Parameter #2 [ <optional> bool $shared = false ]
}
+ - Return [ Phalcon\Di\ServiceInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method get ] {
@@ -48256,7 +70519,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $aliases ]
}
- - Return [ Phalcon\Di\Di ]
+ - Return [ self ]
}
Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setInternalEventsManager ] {
@@ -48344,7 +70607,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <optional> $parameters = <default> ]
- Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -48427,6 +70690,101 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Dispatcher\Exceptions\ForwardInInitializeForbidden extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] {
+
+ - Constants [6] {
+ Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 }
+ Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 }
+ Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 }
+ Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 }
+ Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 }
+ Constant [ public int EXCEPTION_NO_DI ] { 0 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] {
- Constants [0] {
@@ -48622,13 +70980,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [11] {
+ - Properties [12] {
Property [ protected $authData = '' ]
Property [ protected $authTag = '' ]
Property [ protected $authTagLength = 16 ]
Property [ protected $availableCiphers = NULL ]
Property [ protected $cipher = 'aes-256-cfb' ]
Property [ protected $hashAlgorithm = 'sha256' ]
+ Property [ protected $hashLengthCache = NULL ]
Property [ protected $ivLength = 16 ]
Property [ protected $key = '' ]
Property [ protected $padding = 0 ]
@@ -48640,9 +70999,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> string $cipher = null ]
+ Parameter #0 [ <optional> string $cipher = 'aes-256-cfb' ]
Parameter #1 [ <optional> bool $useSigning = true ]
- Parameter #2 [ <optional> ?Phalcon\Encryption\Crypt\PadFactory $padFactory = <default> ]
+ Parameter #2 [ <optional> ?Phalcon\Encryption\Crypt\PadFactory $padFactory = null ]
}
}
@@ -48753,7 +71112,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $data ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setAuthTag ] {
@@ -48761,7 +71120,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $tag ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setAuthTagLength ] {
@@ -48769,7 +71128,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $length ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setCipher ] {
@@ -48777,7 +71136,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $cipher ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setKey ] {
@@ -48785,7 +71144,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setHashAlgorithm ] {
@@ -48793,7 +71152,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $hashAlgorithm ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setPadding ] {
@@ -48801,7 +71160,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $scheme ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method useSigning ] {
@@ -48809,7 +71168,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $useSigning ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method checkCipherHashIsAvailable ] {
@@ -48889,7 +71248,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Encryption\Crypt ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method checkIsMode ] {
@@ -48937,6 +71296,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $cipher ]
}
+ - Return [ int|bool ]
}
Method [ <internal:phalcon> protected method phpOpensslRandomPseudoBytes ] {
@@ -48948,6 +71308,540 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\DecryptionFailed extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\EmptyDecryptionKey extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\EmptyEncryptionKey extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\EncryptionFailed extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\InvalidPaddingSize extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\IvLengthCalculationFailed extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\Mismatch extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
- Constants [0] {
@@ -49040,6 +71934,364 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\MissingAuthData extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\MissingOpensslExtension extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\RandomBytesGenerationFailed extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\UnsupportedAlgorithm extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> string $cipher ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\PadFactory extends Phalcon\Factory\AbstractFactory ] {
- Constants [0] {
@@ -49419,8 +72671,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ]
- Parameter #1 [ <optional> ?Phalcon\Http\RequestInterface $request = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Session\ManagerInterface $session = null ]
+ Parameter #1 [ <optional> ?Phalcon\Http\RequestInterface $request = null ]
}
}
@@ -49449,7 +72701,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> string $data ]
Parameter #1 [ <required> string $key ]
- Parameter #2 [ <required> string $algo ]
+ Parameter #2 [ <required> string $algorithm ]
Parameter #3 [ <optional> bool $raw = false ]
}
- Return [ string ]
@@ -49459,7 +72711,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Encryption\Security ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method getDefaultHash ] {
@@ -49555,7 +72807,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Encryption\Security ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setAutoRefresh ] {
@@ -49563,7 +72815,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $autoRefresh ]
}
- - Return [ Phalcon\Encryption\Security ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method setDefaultHash ] {
@@ -49571,7 +72823,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $defaultHash ]
}
- - Return [ Phalcon\Encryption\Security ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\CryptoUtils> public method setRandomBytes ] {
@@ -49579,7 +72831,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $randomBytes ]
}
- - Return [ Phalcon\Encryption\Security ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\PasswordSecurity> public method setWorkFactor ] {
@@ -49587,7 +72839,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $workFactor ]
}
- - Return [ Phalcon\Encryption\Security ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method getLocalService ] {
@@ -49655,7 +72907,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Exceptions\InvalidRandomInput extends Phalcon\Encryption\Security\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -49674,12 +72926,99 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Exceptions\UnknownHashAlgorithm extends Phalcon\Encryption\Security\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $algo ]
}
}
@@ -49774,20 +73113,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> public method init ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
- }
-
Method [ <internal:phalcon> public method addClaim ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addHeader ] {
@@ -49796,7 +73128,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method getAudience ] {
@@ -49861,6 +73193,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?int ]
}
+ Method [ <internal:phalcon> public method getPassphrase ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> public method getSubject ] {
- Parameters [0] {
@@ -49875,11 +73214,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Encryption\Security\JWT\Token\Token ]
}
- Method [ <internal:phalcon> public method getPassphrase ] {
+ Method [ <internal:phalcon> public method init ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setAudience ] {
@@ -49887,7 +73226,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $audience ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setContentType ] {
@@ -49895,7 +73234,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $contentType ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setExpirationTime ] {
@@ -49903,15 +73242,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $timestamp ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setId ] {
- Parameters [1] {
- Parameter #0 [ <required> string $id ]
+ Parameter #0 [ <required> string $jwtId ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setIssuedAt ] {
@@ -49919,7 +73258,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $timestamp ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setIssuer ] {
@@ -49927,7 +73266,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $issuer ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setNotBefore ] {
@@ -49935,23 +73274,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $timestamp ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method setSubject ] {
+ Method [ <internal:phalcon> public method setPassphrase ] {
- Parameters [1] {
- Parameter #0 [ <required> string $subject ]
+ Parameter #0 [ <required> string $passphrase ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method setPassphrase ] {
+ Method [ <internal:phalcon> public method setSubject ] {
- Parameters [1] {
- Parameter #0 [ <required> string $passphrase ]
+ Parameter #0 [ <required> string $subject ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Builder ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method setClaim ] {
@@ -49973,7 +73312,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\UnsupportedAlgorithmException extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\EmptyPassphrase extends Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -49992,12 +73331,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
}
}
@@ -50065,7 +73401,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\InvalidAudience extends Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -50084,12 +73420,810 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\InvalidAudienceType extends Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\InvalidClaims extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\InvalidExpirationTime extends Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\InvalidHeader extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\InvalidNotBefore extends Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\MalformedJwtString extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\MissingJwtTypHeader extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\UnsupportedHmacAlgorithm extends Phalcon\Encryption\Security\JWT\Exceptions\UnsupportedAlgorithmException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Exceptions\WeakPassphrase extends Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -50277,16 +74411,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Token\Enum ] {
- Constants [10] {
- Constant [ public string TYPE ] { typ }
Constant [ public string ALGO ] { alg }
- Constant [ public string CONTENT_TYPE ] { cty }
Constant [ public string AUDIENCE ] { aud }
+ Constant [ public string CONTENT_TYPE ] { cty }
Constant [ public string EXPIRATION_TIME ] { exp }
Constant [ public string ID ] { jti }
Constant [ public string ISSUED_AT ] { iat }
Constant [ public string ISSUER ] { iss }
Constant [ public string NOT_BEFORE ] { nbf }
Constant [ public string SUBJECT ] { sub }
+ Constant [ public string TYPE ] { typ }
}
- Static properties [0] {
@@ -50377,7 +74511,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Support\Helper\Json\Decode $decode = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Support\Helper\Json\Decode $decode = null ]
}
}
@@ -50601,7 +74735,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $claim ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setToken ] {
@@ -50609,7 +74743,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Token\Token $token ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method validateClaim ] {
@@ -50618,7 +74752,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method validateAudience ] {
@@ -50626,7 +74760,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $audience ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method validateExpiration ] {
@@ -50634,7 +74768,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $timestamp ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method validateId ] {
@@ -50642,7 +74776,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $id ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method validateIssuedAt ] {
@@ -50650,7 +74784,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $timestamp ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method validateIssuer ] {
@@ -50658,7 +74792,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $issuer ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method validateNotBefore ] {
@@ -50666,7 +74800,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $timestamp ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method validateSignature ] {
@@ -50675,7 +74809,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ]
Parameter #1 [ <required> string $passphrase ]
}
- - Return [ Phalcon\Encryption\Security\JWT\Validator ]
+ - Return [ static ]
}
Method [ <internal:phalcon> private method getTimestamp ] {
@@ -50772,7 +74906,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $alphabet ]
Parameter #1 [ <required> int $base ]
- Parameter #2 [ <optional> $n = <default> ]
+ Parameter #2 [ <optional> $number = <default> ]
}
- Return [ string ]
}
@@ -50926,7 +75060,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> ?DateTimeInterface $dateTime = <default> ]
+ Parameter #0 [ <optional> ?DateTimeInterface $dateTime = null ]
Parameter #1 [ <optional> $node = <default> ]
}
}
@@ -51395,7 +75529,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> final class Phalcon\Events\Event implements Phalcon\Events\EventInterface, Phalcon\Contracts\Events\Event, Phalcon\Contracts\Events\Stoppable ] {
+ Class [ <internal:phalcon> class Phalcon\Events\Event implements Phalcon\Events\EventInterface, Phalcon\Contracts\Events\Event, Phalcon\Contracts\Events\Stoppable ] {
- Constants [0] {
}
@@ -51491,7 +75625,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Events\Exceptions\EventNotCancelable extends Phalcon\Events\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -51510,12 +75644,459 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Events\Exceptions\InvalidEventHandler extends Phalcon\Events\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Events\Exceptions\InvalidEventSource extends Phalcon\Events\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> string $sourceType ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Events\Exceptions\InvalidEventType extends Phalcon\Events\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $eventType ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Events\Exceptions\InvalidSubscriberConfiguration extends Phalcon\Events\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $eventName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Events\Exceptions\NoListenersForEvent extends Phalcon\Events\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $eventType ]
}
}
@@ -51595,7 +76176,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [12] {
+ - Properties [13] {
Property [ protected $collect = false ]
Property [ protected $enablePriorities = false ]
Property [ protected $fireDepth = 0 ]
@@ -51604,13 +76185,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $strict = false ]
Property [ protected $eventNameCache = NULL ]
Property [ protected $methodExistsCache = NULL ]
+ Property [ protected $methodExistsCacheLimit = 0 ]
Property [ protected $subscriberEventsCache = NULL ]
Property [ protected $events = NULL ]
Property [ protected $responses = NULL ]
Property [ protected $subscribers = NULL ]
}
- - Methods [28] {
+ - Methods [32] {
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method addSubscriber ] {
- Parameters [1] {
@@ -51624,7 +76206,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $eventType ]
Parameter #1 [ <required> $handler ]
- Parameter #2 [ <optional> int $priority = null ]
+ Parameter #2 [ <optional> int $priority = 100 ]
}
- Return [ void ]
}
@@ -51676,7 +76258,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> final public method fire ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method fire ] {
- Parameters [4] {
Parameter #0 [ <required> string $eventType ]
@@ -51720,6 +76302,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> public method getMethodExistsCacheLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\Manager> public method getResponses ] {
- Parameters [0] {
@@ -51793,6 +76382,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> public method setMethodExistsCacheLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $methodExistsCacheLimit ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon> public method setStopOnFalse ] {
- Parameters [1] {
@@ -51809,6 +76406,28 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> protected method afterFire ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $status ]
+ Parameter #1 [ <required> string $eventType ]
+ Parameter #2 [ <required> $source ]
+ Parameter #3 [ <optional> $data = <default> ]
+ Parameter #4 [ <optional> bool $cancelable = true ]
+ }
+ }
+
+ Method [ <internal:phalcon> protected method beforeFire ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $eventType ]
+ Parameter #1 [ <required> $source ]
+ Parameter #2 [ <optional> $data = <default> ]
+ Parameter #3 [ <optional> bool $cancelable = true ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> private method dispatch ] {
- Parameters [7] {
@@ -51939,7 +76558,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Filter\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Filter\Exceptions\FilterNotRegistered extends Phalcon\Filter\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -51958,12 +76577,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
}
}
@@ -52412,6 +77029,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $input ]
Parameter #1 [ <optional> int $filter = 0 ]
}
+ - Return [ string|false ]
}
}
}
@@ -52821,7 +77439,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $field ]
Parameter #1 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method appendMessage ] {
@@ -52829,7 +77447,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ]
}
- - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method bind ] {
@@ -52839,7 +77457,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> $data ]
Parameter #2 [ <optional> array $whitelist = [] ]
}
- - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method getData ] {
@@ -52912,7 +77530,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $field ]
Parameter #1 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method rules ] {
@@ -52921,7 +77539,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $field ]
Parameter #1 [ <required> array $validators ]
}
- - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setEntity ] {
@@ -52938,7 +77556,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $field ]
Parameter #1 [ <required> $filters ]
}
- - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method setLabels ] {
@@ -52954,7 +77572,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $validators ]
}
- - Return [ Phalcon\Filter\Validation ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method validate ] {
@@ -52964,6 +77582,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> $entity = <default> ]
Parameter #2 [ <optional> array $whitelist = [] ]
}
+ - Return [ Phalcon\Messages\Messages|bool ]
}
Method [ <internal:phalcon> public method fails ] {
@@ -53014,7 +77633,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\FieldNotPrintable extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -53033,12 +77652,1612 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\FilterServiceUnavailable extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidAllowedTypes extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidCallbackReturn extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidDomainOption extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidFieldType extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidFilterService extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidStrictOption extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidValidationData extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidValidator extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\InvalidValidatorScope extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\MissingMbstring extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\NoDataToValidate extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\NoValidators extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\NoValidatorsInComposite extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\UniquenessConversionMustBeArray extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\UniquenessModelRequired extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\UniquenessOnlyForPhalconModel extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exceptions\ValidationEntityNotObject extends Phalcon\Filter\Validation\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -57856,8 +84075,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ]
- Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = null ]
+ Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = null ]
}
}
@@ -57931,7 +84150,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $autoescape ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setAutomaticHtml ] {
@@ -57939,7 +84158,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $automaticHtml ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setCssClasses ] {
@@ -57947,7 +84166,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $cssClasses ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setCssIconClasses ] {
@@ -57955,7 +84174,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $cssIconClasses ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setCustomTemplate ] {
@@ -57963,7 +84182,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $customTemplate ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setEscaperService ] {
@@ -57971,7 +84190,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaperService ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setImplicitFlush ] {
@@ -57979,7 +84198,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $implicitFlush ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method success ] {
@@ -58024,7 +84243,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Flash\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Flash\Exceptions\EscaperServiceUnavailable extends Phalcon\Flash\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -58043,12 +84262,187 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Flash\Exceptions\FlashMessageNotStringOrArray extends Phalcon\Flash\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Flash\Exceptions\SessionServiceUnavailable extends Phalcon\Flash\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -58211,8 +84605,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ]
- Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = null ]
+ Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = null ]
}
}
@@ -58279,7 +84673,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $autoescape ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setAutomaticHtml ] {
@@ -58287,7 +84681,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $automaticHtml ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setCssClasses ] {
@@ -58295,7 +84689,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $cssClasses ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setCssIconClasses ] {
@@ -58303,7 +84697,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $cssIconClasses ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setCustomTemplate ] {
@@ -58311,7 +84705,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $customTemplate ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setEscaperService ] {
@@ -58319,7 +84713,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaperService ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setImplicitFlush ] {
@@ -58327,7 +84721,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $implicitFlush ]
}
- - Return [ Phalcon\Flash\AbstractFlash ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method success ] {
@@ -58418,7 +84812,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $value ]
}
- - Return [ Phalcon\Forms\Element\Check ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
@@ -58659,7 +85053,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -58968,7 +85362,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -59261,7 +85655,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -59554,7 +85948,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -59847,7 +86241,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -60140,7 +86534,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -60433,7 +86827,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -60726,7 +87120,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -61019,7 +87413,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -61328,7 +87722,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -61653,7 +88047,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -61946,7 +88340,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -62239,7 +88633,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -62532,7 +88926,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Element\AbstractElement ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
@@ -62561,7 +88955,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\ElementNotInForm extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -62570,18 +88964,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Static methods [2] {
- Method [ <internal:phalcon> static public method tagFactoryNotFound ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
- Parameters [0] {
}
- - Return [ Phalcon\Forms\Exception ]
+ - Return [ self ]
}
- Method [ <internal:phalcon> static public method usingParameterRequired ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
- Parameters [0] {
}
- - Return [ Phalcon\Forms\Exception ]
+ - Return [ self ]
}
}
@@ -62593,12 +88987,1330 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\FormElementNameRequired extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\FormNotInLocator extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\FormNotRegistered extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\InvalidEntity extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\InvalidFilterType extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\InvalidJsonSchema extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $detail ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\JsonSchemaNotArray extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\NoFormElements extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\SchemaEntryMissingKey extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $index ]
+ Parameter #1 [ <required> string $key ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\SchemaEntryNotArray extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $index ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\UnknownFormElementType extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\YamlExtensionRequired extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Forms\Exceptions\YamlSchemaNotArray extends Phalcon\Forms\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method tagFactoryNotFound ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Exception> static public method usingParameterRequired ] {
+
+ - Parameters [0] {
+ }
+ - Return [ self ]
+ }
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -62709,7 +90421,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $position = null ]
Parameter #2 [ <optional> ?bool $type = null ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method bind ] {
@@ -62719,7 +90431,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> $entity = <default> ]
Parameter #2 [ <optional> array $whitelist = [] ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method clear ] {
@@ -62727,7 +90439,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> $fields = <default> ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Countable> public method count ] {
@@ -62798,6 +90510,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ Phalcon\Messages\Messages ]
}
Method [ <internal:phalcon> public method getMessagesFor ] {
@@ -62890,7 +90603,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Contracts\Forms\Schema $schema ]
Parameter #1 [ <required> Phalcon\Forms\FormsLocator $locator ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method label ] {
@@ -62938,7 +90651,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $action ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Attributes\AttributesInterface> public method setAttributes ] {
@@ -62946,7 +90659,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Attributes $attributes ]
}
- - Return [ Phalcon\Html\Attributes\AttributesInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setEntity ] {
@@ -62954,7 +90667,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $entity ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setTagFactory ] {
@@ -62962,7 +90675,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setValidation ] {
@@ -62970,7 +90683,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Filter\Validation\ValidationInterface $validation ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setWhitelist ] {
@@ -62978,7 +90691,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $whitelist ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setUserOption ] {
@@ -62987,7 +90700,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $option ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setUserOptions ] {
@@ -62995,7 +90708,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $options ]
}
- - Return [ Phalcon\Forms\Form ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Iterator> public method valid ] {
@@ -63253,7 +90966,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Forms\FormsLocator $locator = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Forms\FormsLocator $locator = null ]
}
}
@@ -63305,7 +91018,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> Phalcon\Forms\Form $form ]
}
- - Return [ Phalcon\Forms\Manager ]
+ - Return [ static ]
}
}
}
@@ -63437,7 +91150,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -63445,7 +91158,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -63544,7 +91257,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -63627,7 +91340,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toArray ] {
@@ -63666,7 +91379,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -63674,7 +91387,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -63737,7 +91450,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $label ]
Parameter #1 [ <optional> string $link = '' ]
}
- - Return [ Phalcon\Html\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method clear ] {
@@ -63774,7 +91487,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $separator ]
}
- - Return [ Phalcon\Html\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method toArray ] {
@@ -63808,14 +91521,17 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [29] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $encoding = 'utf-8' ]
+ Parameter #1 [ <optional> int $flags = 11 ]
+ Parameter #2 [ <optional> bool $doubleEncode = true ]
}
}
Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method attributes ] {
- Parameters [1] {
- Parameter #0 [ <required> $input ]
+ Parameter #0 [ <optional> $input = <default> ]
}
- Return [ string ]
}
@@ -63844,15 +91560,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> public method escapeJs ] {
+ Method [ <internal:phalcon> public method escapeHtml ] {
- Parameters [1] {
- Parameter #0 [ <required> string $input ]
+ Parameter #0 [ <optional> ?string $input = null ]
}
- Return [ string ]
}
- Method [ <internal:phalcon> public method escapeHtml ] {
+ Method [ <internal:phalcon> public method escapeHtmlAttr ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $input = null ]
@@ -63860,10 +91576,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> public method escapeHtmlAttr ] {
+ Method [ <internal:phalcon> public method escapeJs ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?string $input = null ]
+ Parameter #0 [ <required> string $input ]
}
- Return [ string ]
}
@@ -63954,7 +91670,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Escaper\AttributeEscaper $escaper ]
}
- - Return [ Phalcon\Html\Escaper ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setCssEscaper ] {
@@ -63962,7 +91678,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Escaper\CssEscaper $escaper ]
}
- - Return [ Phalcon\Html\Escaper ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setDoubleEncode ] {
@@ -63970,7 +91686,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $doubleEncode ]
}
- - Return [ Phalcon\Html\Escaper ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method setEncoding ] {
@@ -63978,7 +91694,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $encoding ]
}
- - Return [ Phalcon\Html\Escaper\EscaperInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method setFlags ] {
@@ -63986,7 +91702,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $flags ]
}
- - Return [ Phalcon\Html\Escaper\EscaperInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setHtmlEscaper ] {
@@ -63994,7 +91710,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Escaper\HtmlEscaper $escaper ]
}
- - Return [ Phalcon\Html\Escaper ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setHtmlQuoteType ] {
@@ -64002,7 +91718,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $flags ]
}
- - Return [ Phalcon\Html\Escaper\EscaperInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setJsEscaper ] {
@@ -64010,7 +91726,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Escaper\JsEscaper $escaper ]
}
- - Return [ Phalcon\Html\Escaper ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setUrlEscaper ] {
@@ -64018,7 +91734,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Escaper\UrlEscaper $escaper ]
}
- - Return [ Phalcon\Html\Escaper ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method url ] {
@@ -64139,6 +91855,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $doubleEncode ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] {
@@ -64146,6 +91863,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $encoding ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] {
@@ -64153,6 +91871,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $flags ]
}
+ - Return [ static ]
}
}
}
@@ -64241,6 +91960,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $doubleEncode ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] {
@@ -64248,6 +91968,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $encoding ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] {
@@ -64255,6 +91976,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $flags ]
}
+ - Return [ static ]
}
}
}
@@ -64427,6 +92149,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $doubleEncode ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] {
@@ -64434,6 +92157,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $encoding ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] {
@@ -64441,6 +92165,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $flags ]
}
+ - Return [ static ]
}
}
}
@@ -64529,6 +92254,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $doubleEncode ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] {
@@ -64536,6 +92262,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $encoding ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] {
@@ -64543,6 +92270,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $flags ]
}
+ - Return [ static ]
}
}
}
@@ -64623,6 +92351,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $doubleEncode ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setEncoding ] {
@@ -64630,6 +92359,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $encoding ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Escaper\AbstractEscaper> public method setFlags ] {
@@ -64637,11 +92367,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $flags ]
}
+ - Return [ static ]
}
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Exceptions\AttributeNotRenderable extends Phalcon\Html\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -64660,12 +92391,369 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Exceptions\FriendlyTitleConversionFailed extends Phalcon\Html\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Exceptions\InvalidResultsetValue extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Exceptions\ServiceNotRegistered extends Phalcon\Html\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Html\Exceptions\UsingRequiresTwoValues extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -64758,7 +92846,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
Parameter #2 [ <optional> bool $forceRaw = false ]
}
}
@@ -64783,6 +92871,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -64816,16 +92914,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -64900,7 +92988,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -64913,6 +93001,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -64946,16 +93044,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -65029,7 +93117,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -65042,6 +93130,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -65075,16 +93173,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -65157,7 +93245,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Mvc\Url\UrlInterface $url = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Mvc\Url\UrlInterface $url = null ]
}
}
@@ -65167,7 +93255,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> string $indent = ' ' ]
Parameter #1 [ <optional> ?string $delimiter = null ]
}
- - Return [ Phalcon\Html\Helper\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method add ] {
@@ -65178,7 +93266,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <optional> string $icon = '' ]
Parameter #3 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method clear ] {
@@ -65192,7 +93280,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Html\Helper\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method getAttributes ] {
@@ -65243,7 +93331,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
}
- - Return [ Phalcon\Html\Helper\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setPrefix ] {
@@ -65251,7 +93339,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $prefix ]
}
- - Return [ Phalcon\Html\Helper\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setSeparator ] {
@@ -65259,7 +93347,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $separator ]
}
- - Return [ Phalcon\Html\Helper\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setTemplate ] {
@@ -65269,7 +93357,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $line ]
Parameter #2 [ <required> string $last ]
}
- - Return [ Phalcon\Html\Helper\Breadcrumbs ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method toArray ] {
@@ -65305,6 +93393,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -65338,16 +93436,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -65414,7 +93502,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
Parameter #2 [ <optional> bool $forceRaw = false ]
}
}
@@ -65438,6 +93526,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -65471,16 +93569,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -65555,7 +93643,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -65568,6 +93656,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -65601,16 +93699,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -65689,10 +93777,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> public method __invoke ] {
- Parameters [2] {
- Parameter #0 [ <optional> int $type = null ]
+ Parameter #0 [ <optional> int $type = 5 ]
Parameter #1 [ <optional> string $delimiter = '\n' ]
}
- - Return [ Phalcon\Html\Helper\Doctype ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Stringable> public method __toString ] {
@@ -65736,7 +93824,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
Parameter #2 [ <optional> bool $forceRaw = false ]
}
}
@@ -65761,6 +93849,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -65794,16 +93892,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -65877,7 +93965,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -65890,6 +93978,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -65923,16 +94021,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -66022,6 +94110,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -66055,16 +94153,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -66139,7 +94227,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -66152,6 +94240,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -66185,16 +94283,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -66264,7 +94352,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -66280,7 +94368,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractChecked ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> public method strict ] {
@@ -66288,7 +94376,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $flag = true ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractChecked ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> protected method processChecked ] {
@@ -66312,7 +94400,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $value = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
@@ -66320,7 +94408,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $value = null ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
@@ -66332,6 +94420,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -66365,16 +94463,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -66457,7 +94545,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <optional> $checked = <default> ]
Parameter #3 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractGroup ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractGroup, prototype Stringable> public method __toString ] {
@@ -66480,7 +94568,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -66493,6 +94581,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -66526,16 +94624,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -66603,7 +94691,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
Parameter #2 [ <optional> string $type = 'text' ]
}
}
@@ -66623,7 +94711,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $value = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput, prototype Stringable> public method __toString ] {
@@ -66638,7 +94726,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $value = null ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
@@ -66650,6 +94738,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -66683,16 +94781,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -66762,7 +94850,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -66778,7 +94866,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractChecked ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> public method strict ] {
@@ -66786,7 +94874,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $flag = true ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractChecked ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractChecked> protected method processChecked ] {
@@ -66810,7 +94898,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $value = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
@@ -66818,7 +94906,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $value = null ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method close ] {
@@ -66830,6 +94918,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -66863,16 +94961,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -66955,7 +95043,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <optional> $checked = <default> ]
Parameter #3 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractGroup ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractGroup, prototype Stringable> public method __toString ] {
@@ -66978,7 +95066,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -66991,6 +95079,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -67024,16 +95122,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -67109,18 +95197,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <optional> array $attributes = [] ]
Parameter #3 [ <optional> bool $raw = false ]
}
- - Return [ Phalcon\Html\Helper\Input\Select ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addPlaceholder ] {
- Parameters [4] {
Parameter #0 [ <required> string $text ]
- Parameter #1 [ <optional> $value = <default> ]
+ Parameter #1 [ <optional> ?string $value = null ]
Parameter #2 [ <optional> array $attributes = [] ]
Parameter #3 [ <optional> bool $raw = false ]
}
- - Return [ Phalcon\Html\Helper\Input\Select ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method fromData ] {
@@ -67128,7 +95216,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Contracts\Html\Helper\Input\SelectData $data ]
}
- - Return [ Phalcon\Html\Helper\Input\Select ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method optGroup ] {
@@ -67137,7 +95225,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> ?string $label = null ]
Parameter #1 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\Select ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method placeholder ] {
@@ -67145,7 +95233,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $text ]
}
- - Return [ Phalcon\Html\Helper\Input\Select ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method selected ] {
@@ -67153,7 +95241,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $selected ]
}
- - Return [ Phalcon\Html\Helper\Input\Select ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method strict ] {
@@ -67161,7 +95249,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $flag = true ]
}
- - Return [ Phalcon\Html\Helper\Input\Select ]
+ - Return [ static ]
}
Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractList, prototype Phalcon\Html\Helper\AbstractList> protected method getTag ] {
@@ -67191,7 +95279,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> array $attributes ]
- Parameter #1 [ <optional> $value = <default> ]
+ Parameter #1 [ <optional> ?string $value = null ]
}
- Return [ array ]
}
@@ -67203,7 +95291,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $delimiter = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\AbstractList ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList, prototype Stringable> public method __toString ] {
@@ -67217,7 +95305,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -67230,6 +95318,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -67263,16 +95361,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -67451,7 +95539,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $value = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Input\AbstractInput> public method setValue ] {
@@ -67459,14 +95547,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $value = null ]
}
- - Return [ Phalcon\Html\Helper\Input\AbstractInput ]
+ - Return [ static ]
}
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> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -67479,6 +95567,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -67512,16 +95610,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -67588,7 +95676,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
Parameter #2 [ <optional> bool $forceRaw = false ]
}
}
@@ -67612,6 +95700,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -67645,16 +95743,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -67725,13 +95813,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $attributes = [] ]
Parameter #2 [ <optional> int $position = -1 ]
}
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
+ - Return [ static ]
}
Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\Style> protected method getAttributes ] {
@@ -67743,12 +95825,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\Style> public method setStyle ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
}
- - Return [ Phalcon\Html\Helper\Style ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] {
@@ -67757,7 +95846,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> string $indent = ' ' ]
Parameter #1 [ <optional> ?string $delimiter = null ]
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries, prototype Stringable> public method __toString ] {
@@ -67771,7 +95860,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> protected method pushOrPlace ] {
@@ -67787,7 +95876,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -67800,6 +95889,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -67833,16 +95932,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -67912,7 +96001,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> array $attributes = [] ]
Parameter #1 [ <optional> int $position = -1 ]
}
- - Return [ Phalcon\Html\Helper\Meta ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addHttp ] {
@@ -67922,7 +96011,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $content ]
Parameter #2 [ <optional> int $position = -1 ]
}
- - Return [ Phalcon\Html\Helper\Meta ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addName ] {
@@ -67932,7 +96021,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $content ]
Parameter #2 [ <optional> int $position = -1 ]
}
- - Return [ Phalcon\Html\Helper\Meta ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addProperty ] {
@@ -67942,7 +96031,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $content ]
Parameter #2 [ <optional> int $position = -1 ]
}
- - Return [ Phalcon\Html\Helper\Meta ]
+ - Return [ static ]
}
Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\AbstractSeries, prototype Phalcon\Html\Helper\AbstractSeries> protected method getTag ] {
@@ -67960,7 +96049,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <required> string $content ]
Parameter #3 [ <optional> int $position = -1 ]
}
- - Return [ Phalcon\Html\Helper\Meta ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> public method __invoke ] {
@@ -67969,7 +96058,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> string $indent = ' ' ]
Parameter #1 [ <optional> ?string $delimiter = null ]
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries, prototype Stringable> public method __toString ] {
@@ -67983,7 +96072,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> protected method pushOrPlace ] {
@@ -67999,7 +96088,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -68012,6 +96101,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -68045,16 +96144,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -68121,7 +96210,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Http\ResponseInterface $response = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Http\ResponseInterface $response = null ]
}
}
@@ -68144,6 +96233,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -68177,16 +96276,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -68257,6 +96346,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $attributes = [] ]
Parameter #2 [ <optional> int $position = -1 ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> public method beginInternal ] {
@@ -68272,7 +96362,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> array $attributes = [] ]
Parameter #1 [ <optional> int $position = -1 ]
}
- - Return [ Phalcon\Html\Helper\Script ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method getAttributes ] {
@@ -68297,7 +96387,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> string $indent = ' ' ]
Parameter #1 [ <optional> ?string $delimiter = null ]
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries, prototype Stringable> public method __toString ] {
@@ -68311,7 +96401,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Html\Helper\AbstractSeries ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractSeries> protected method pushOrPlace ] {
@@ -68327,7 +96417,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -68340,6 +96430,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -68373,16 +96473,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -68457,7 +96547,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -68470,6 +96560,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -68503,16 +96603,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -68584,7 +96674,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> string $indent = ' ' ]
Parameter #1 [ <optional> ?string $delimiter = null ]
}
- - Return [ Phalcon\Html\Helper\Title ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Stringable> public method __toString ] {
@@ -68600,7 +96690,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $text ]
Parameter #1 [ <optional> bool $raw = false ]
}
- - Return [ Phalcon\Html\Helper\Title ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method get ] {
@@ -68616,7 +96706,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $text ]
Parameter #1 [ <optional> bool $raw = false ]
}
- - Return [ Phalcon\Html\Helper\Title ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setSeparator ] {
@@ -68625,7 +96715,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $separator ]
Parameter #1 [ <optional> bool $raw = false ]
}
- - Return [ Phalcon\Html\Helper\Title ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method prepend ] {
@@ -68634,14 +96724,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $text ]
Parameter #1 [ <optional> bool $raw = false ]
}
- - Return [ Phalcon\Html\Helper\Title ]
+ - Return [ static ]
}
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> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -68654,6 +96744,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -68687,16 +96787,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -68773,7 +96863,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
Parameter #2 [ <optional> bool $forceRaw = false ]
}
}
@@ -68785,7 +96875,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $attributes = [] ]
Parameter #2 [ <optional> bool $raw = false ]
}
- - Return [ Phalcon\Html\Helper\AbstractList ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList> public method __invoke ] {
@@ -68795,7 +96885,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> ?string $delimiter = null ]
Parameter #2 [ <optional> array $attributes = [] ]
}
- - Return [ Phalcon\Html\Helper\AbstractList ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractList, prototype Stringable> public method __toString ] {
@@ -68814,6 +96904,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -68847,16 +96947,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -68931,7 +97021,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
- Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ]
}
}
@@ -68944,6 +97034,16 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <required> array $attributes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method indent ] {
- Parameters [0] {
@@ -68977,16 +97077,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method injectAttribute ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <required> array $attributes ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Helper\AbstractHelper> protected method renderElement ] {
- Parameters [2] {
@@ -69053,7 +97143,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> $attribute ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Link\Interfaces\EvolvableLinkInterface> public method withHref ] {
@@ -69061,7 +97151,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $href ]
}
- - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Link\Interfaces\EvolvableLinkInterface> public method withRel ] {
@@ -69069,7 +97159,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $rel ]
}
- - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Link\Interfaces\EvolvableLinkInterface> public method withoutAttribute ] {
@@ -69077,7 +97167,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $attribute ]
}
- - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Link\Interfaces\EvolvableLinkInterface> public method withoutRel ] {
@@ -69085,7 +97175,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $rel ]
}
- - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\Link, prototype Phalcon\Html\Link\Interfaces\LinkInterface> public method getAttributes ] {
@@ -69153,20 +97243,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method hrefIsTemplated ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $href ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithAttribute ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <required> $value ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithHref ] {
@@ -69174,6 +97257,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $href ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithRel ] {
@@ -69181,6 +97265,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithoutAttribute ] {
@@ -69188,6 +97273,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method doWithoutRel ] {
@@ -69195,6 +97281,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLink> protected method hrefIsTemplated ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $href ]
+ }
+ - Return [ bool ]
}
}
}
@@ -69220,7 +97315,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Link\Interfaces\LinkInterface $link ]
}
- - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface> public method withoutLink ] {
@@ -69228,7 +97323,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Html\Link\Interfaces\LinkInterface $link ]
}
- - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\LinkProvider, prototype Phalcon\Html\Link\Interfaces\LinkProviderInterface> public method getLinks ] {
@@ -69273,6 +97368,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $link ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLinkProvider> protected method doWithoutLink ] {
@@ -69280,6 +97376,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $link ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Html\Link\AbstractLinkProvider> protected method getKey ] {
@@ -69343,8 +97440,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ]
Parameter #1 [ <optional> array $services = [] ]
- Parameter #2 [ <optional> ?Phalcon\Http\ResponseInterface $response = <default> ]
- Parameter #3 [ <optional> ?Phalcon\Mvc\Url\UrlInterface $url = <default> ]
+ Parameter #2 [ <optional> ?Phalcon\Http\ResponseInterface $response = null ]
+ Parameter #3 [ <optional> ?Phalcon\Mvc\Url\UrlInterface $url = null ]
}
}
@@ -69411,7 +97508,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $options = NULL ]
Property [ protected $path = NULL ]
Property [ protected $isRead = false ]
- Property [ protected $restored = false ]
+ Property [ protected $isRestored = false ]
Property [ protected $secure = true ]
Property [ protected $signKey = NULL ]
Property [ protected $useEncryption = false ]
@@ -69630,7 +97727,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Http\Cookie\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Http\Cookie\Exceptions\CookieKeyTooShort extends Phalcon\Http\Cookie\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -69649,12 +97746,277 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> int $length ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Cookie\Exceptions\CryptInterfaceRequired extends Phalcon\Http\Cookie\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Cookie\Exceptions\CryptServiceUnavailable extends Phalcon\Http\Cookie\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Cookie\Exceptions\FilterServiceUnavailable extends Phalcon\Http\Cookie\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -69746,7 +98108,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [9] {
Property [ protected $container = NULL ]
Property [ protected $filterService = NULL ]
- Property [ protected $httpMethodParameterOverride = false ]
+ Property [ protected $methodOverride = false ]
Property [ protected $queryFilters = NULL ]
Property [ protected $postCache = NULL ]
Property [ protected $rawBody = '' ]
@@ -69755,7 +98117,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $trustedProxyHeader = '' ]
}
- - Methods [83] {
+ - Methods [84] {
Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method get ] {
- Parameters [5] {
@@ -69802,25 +98164,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> public method getHttpMethodParameterOverride ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> public method getPreferredIsoLocaleVariant ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getClientAddress ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $trustForwardedHeader = false ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getClientCharsets ] {
@@ -69844,7 +98193,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> public method getFilteredQuery ] {
+ Method [ <internal:phalcon> public method getFilteredData ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> string $methodKey ]
+ Parameter #1 [ <required> string $method ]
+ Parameter #2 [ <optional> ?string $name = null ]
+ Parameter #3 [ <optional> $defaultValue = <default> ]
+ Parameter #4 [ <optional> bool $notAllowEmpty = false ]
+ Parameter #5 [ <optional> bool $noRecursive = false ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getFilteredPatch ] {
- Parameters [4] {
Parameter #0 [ <optional> ?string $name = null ]
@@ -69854,7 +98215,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> public method getFilteredPatch ] {
+ Method [ <internal:phalcon> public method getFilteredPost ] {
- Parameters [4] {
Parameter #0 [ <optional> ?string $name = null ]
@@ -69864,7 +98225,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> public method getFilteredPost ] {
+ Method [ <internal:phalcon> public method getFilteredPut ] {
- Parameters [4] {
Parameter #0 [ <optional> ?string $name = null ]
@@ -69874,7 +98235,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> public method getFilteredPut ] {
+ Method [ <internal:phalcon> public method getFilteredQuery ] {
- Parameters [4] {
Parameter #0 [ <optional> ?string $name = null ]
@@ -69906,6 +98267,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getHttpMethodParameterOverride ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getHTTPReferer ] {
- Parameters [0] {
@@ -69918,6 +98286,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $associative = false ]
}
+ - Return [ stdClass|array|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getLanguages ] {
@@ -69963,6 +98332,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon> public method getPreferredIsoLocaleVariant ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getPut ] {
- Parameters [5] {
@@ -70115,35 +98491,35 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> public method isJson ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isConnect ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isConnect ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isDelete ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isDelete ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isGet ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isGet ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isHead ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isHead ] {
+ Method [ <internal:phalcon> public method isJson ] {
- Parameters [0] {
}
@@ -70180,14 +98556,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isPut ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isPurge ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isPurge ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isPut ] {
- Parameters [0] {
}
@@ -70201,14 +98577,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> public method isStrictHostCheck ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isSoap ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method isSoap ] {
+ Method [ <internal:phalcon> public method isStrictHostCheck ] {
- Parameters [0] {
}
@@ -70243,7 +98619,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $override ]
}
- - Return [ Phalcon\Http\Request ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setParameterFilters ] {
@@ -70253,7 +98629,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <optional> array $filters = [] ]
Parameter #2 [ <optional> array $scope = [] ]
}
- - Return [ Phalcon\Http\RequestInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setStrictHostCheck ] {
@@ -70261,7 +98637,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $flag = true ]
}
- - Return [ Phalcon\Http\RequestInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setTrustedProxies ] {
@@ -70269,7 +98645,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $trustedProxies ]
}
- - Return [ Phalcon\Http\RequestInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setTrustedProxyHeader ] {
@@ -70277,16 +98653,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $trustedProxyHeader ]
}
- - Return [ Phalcon\Http\RequestInterface ]
- }
-
- Method [ <internal:phalcon> protected method isIpAddressInCIDR ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $ip ]
- Parameter #1 [ <required> string $cidr ]
- }
- - Return [ bool ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method getBestQuality ] {
@@ -70310,6 +98677,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon> protected method getQualityHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $serverIndex ]
+ Parameter #1 [ <required> string $name ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> protected method hasFileHelper ] {
- Parameters [2] {
@@ -70319,13 +98695,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int ]
}
- Method [ <internal:phalcon> protected method getQualityHeader ] {
+ Method [ <internal:phalcon> protected method isIpAddressInCIDR ] {
- Parameters [2] {
- Parameter #0 [ <required> string $serverIndex ]
- Parameter #1 [ <required> string $name ]
+ Parameter #0 [ <required> string $ip ]
+ Parameter #1 [ <required> string $cidr ]
}
- - Return [ array ]
+ - Return [ bool ]
}
Method [ <internal:phalcon> protected method resolveAuthorizationHeaders ] {
@@ -70355,23 +98731,26 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Filter\FilterInterface ]
}
- Method [ <internal:phalcon> private method getServerArray ] {
+ Method [ <internal:phalcon> private method getFormData ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method getFilteredData ] {
+ Method [ <internal:phalcon> private method getPostData ] {
- - Parameters [6] {
- Parameter #0 [ <required> string $methodKey ]
- Parameter #1 [ <required> string $method ]
- Parameter #2 [ <optional> ?string $name = null ]
- Parameter #3 [ <optional> $defaultValue = <default> ]
- Parameter #4 [ <optional> bool $notAllowEmpty = false ]
- Parameter #5 [ <optional> bool $noRecursive = false ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> private method getServerArray ] {
+
+ - Parameters [0] {
}
+ - Return [ array ]
}
Method [ <internal:phalcon> private method isProxyTrusted ] {
@@ -70387,41 +98766,307 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $forwardedIp ]
}
+ - Return [ string|bool ]
}
- Method [ <internal:phalcon> private method getPostData ] {
+ Method [ <internal:phalcon> private method processFiles ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> array $files ]
+ Parameter #1 [ <required> bool $namedKeys ]
+ Parameter #2 [ <required> array $input ]
+ Parameter #3 [ <required> string $key ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- Parameters [1] {
- Parameter #0 [ <required> $data ]
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Request\Exceptions\FilterServiceUnavailable extends Phalcon\Http\Request\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> private method getFormData ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Request\Exceptions\InvalidHost extends UnexpectedValueException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $host ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- Parameters [0] {
}
- - Return [ Phalcon\Di\DiInterface ]
+ - Return [ ?Throwable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Request\Exceptions\InvalidHttpMethod extends Phalcon\Http\Request\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ Parameter #0 [ <required> string $method ]
}
- - Return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:phalcon> class Phalcon\Http\Request\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Http\Request\Exceptions\MissingFilters extends Phalcon\Http\Request\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -70440,12 +99085,100 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Request\Exceptions\SanitizerNotFound extends Phalcon\Http\Request\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $sanitizer ]
}
}
@@ -70525,14 +99258,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Properties [8] {
- Property [ protected $error = NULL ]
- Property [ protected $extension = NULL ]
- Property [ protected $key = NULL ]
- Property [ protected $name = NULL ]
+ Property [ protected $error = 0 ]
+ Property [ protected $extension = '' ]
+ Property [ protected $key = '' ]
+ Property [ protected $name = '' ]
Property [ protected $realType = NULL ]
Property [ protected $size = 0 ]
- Property [ protected $tmp = NULL ]
- Property [ protected $type = NULL ]
+ Property [ protected $tmpName = '' ]
+ Property [ protected $type = '' ]
}
- Methods [12] {
@@ -70540,7 +99273,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> array $file ]
- Parameter #1 [ <optional> $key = <default> ]
+ Parameter #1 [ <optional> string $key = '' ]
}
}
@@ -70548,7 +99281,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ ?string ]
+ - Return [ int ]
}
Method [ <internal:phalcon> public method getExtension ] {
@@ -70562,7 +99295,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ ?string ]
+ - Return [ string ]
}
Method [ <internal:phalcon, prototype Phalcon\Http\Request\FileInterface> public method getName ] {
@@ -70725,7 +99458,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [8] {
Property [ protected $container = NULL ]
Property [ protected $content = NULL ]
Property [ protected $cookies = NULL ]
@@ -70733,11 +99466,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $file = NULL ]
Property [ protected $headers = NULL ]
Property [ protected $sent = false ]
- Property [ protected $statusCodes = NULL ]
Property [ protected $encode = NULL ]
}
- - Methods [35] {
+ - Methods [34] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [3] {
@@ -70862,6 +99594,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ Phalcon\Http\ResponseInterface|bool ]
}
Method [ <internal:phalcon> public method setCache ] {
@@ -70921,20 +99654,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Http\ResponseInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\ResponseInterface> public method setExpires ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
- Parameters [1] {
- Parameter #0 [ <required> DateTime $datetime ]
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
}
- - Return [ Phalcon\Http\ResponseInterface ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\ResponseInterface> public method setExpires ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ Parameter #0 [ <required> DateTime $datetime ]
}
- - Return [ void ]
+ - Return [ Phalcon\Http\ResponseInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Http\ResponseInterface> public method setFileToSend ] {
@@ -70989,15 +99722,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Http\ResponseInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Http\ResponseInterface> public method setStatusCode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $code ]
- Parameter #1 [ <optional> ?string $message = null ]
- }
- - Return [ Phalcon\Http\ResponseInterface ]
- }
-
Method [ <internal:phalcon, prototype Phalcon\Http\ResponseInterface> public method setRawHeader ] {
- Parameters [1] {
@@ -71006,13 +99730,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Http\ResponseInterface ]
}
- Method [ <internal:phalcon> private method getBasename ] {
+ Method [ <internal:phalcon, prototype Phalcon\Http\ResponseInterface> public method setStatusCode ] {
- Parameters [2] {
- Parameter #0 [ <required> string $uri ]
- Parameter #1 [ <optional> $suffix = <default> ]
+ Parameter #0 [ <required> int $code ]
+ Parameter #1 [ <optional> ?string $message = null ]
}
- - Return [ string ]
+ - Return [ Phalcon\Http\ResponseInterface ]
}
}
}
@@ -71032,7 +99756,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $container = NULL ]
Property [ protected $cookies = NULL ]
Property [ protected $isSent = false ]
- Property [ protected $registered = false ]
+ Property [ protected $isRegistered = false ]
Property [ protected $signKey = NULL ]
Property [ protected $useEncryption = true ]
}
@@ -71160,7 +99884,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Http\Response\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Http\Response\Exceptions\NonStandardStatusCodeRequiresMessage extends Phalcon\Http\Response\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -71179,12 +99903,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Response\Exceptions\ResponseAlreadySent extends Phalcon\Http\Response\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -71252,7 +100062,185 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Http\Response\Exceptions\ResponseServiceUnavailable extends Phalcon\Http\Response\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Http\Response\Exceptions\UrlServiceUnavailable extends Phalcon\Http\Response\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> <iterateable> class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface, IteratorAggregate, Traversable ] {
- Constants [0] {
}
@@ -71268,12 +100256,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $isSent = false ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:phalcon, prototype Phalcon\Http\Response\HeadersInterface> public method get ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ string|bool|null ]
+ }
+
+ Method [ <internal:phalcon, prototype IteratorAggregate> public method getIterator ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Traversable ]
}
Method [ <internal:phalcon, prototype Phalcon\Http\Response\HeadersInterface> public method has ] {
@@ -71303,6 +100299,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:phalcon, prototype Phalcon\Http\Response\HeadersInterface> public method send ] {
@@ -71565,7 +100562,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Image\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter> public method getHeight ] {
+ Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method getHeight ] {
- Parameters [0] {
}
@@ -71599,7 +100596,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter> public method getWidth ] {
+ Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method getWidth ] {
- Parameters [0] {
}
@@ -71646,7 +100643,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <optional> ?int $width = null ]
Parameter #1 [ <optional> ?int $height = null ]
- Parameter #2 [ <optional> int $master = null ]
+ Parameter #2 [ <optional> int $master = 4 ]
}
- Return [ Phalcon\Image\Adapter\AdapterInterface ]
}
@@ -71948,7 +100945,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Image\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter> public method getHeight ] {
+ Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method getHeight ] {
- Parameters [0] {
}
@@ -71982,7 +100979,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter> public method getWidth ] {
+ Method [ <internal:phalcon, inherits Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AdapterInterface> public method getWidth ] {
- Parameters [0] {
}
@@ -72029,7 +101026,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <optional> ?int $width = null ]
Parameter #1 [ <optional> ?int $height = null ]
- Parameter #2 [ <optional> int $master = null ]
+ Parameter #2 [ <optional> int $master = 4 ]
}
- Return [ Phalcon\Image\Adapter\AdapterInterface ]
}
@@ -72123,7 +101120,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\CompositeFailed extends Phalcon\Image\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -72142,12 +101139,903 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\ExtensionNotLoaded extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $extension ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\ImageLoadFailed extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $file ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\MissingDimensions extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\MissingHeight extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\MissingWidth extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\ResizeFailed extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\ResourceTypeError extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\TextRenderingFailed extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\UnsupportedImageType extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $format = '' ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\VersionMismatch extends Phalcon\Image\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $version ]
}
}
@@ -72413,7 +102301,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Exceptions\FileOpenFailed extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $mode ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Exceptions\InvalidStreamMode extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -72425,13 +102404,194 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Exceptions\SyslogOpenFailed extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> int $facility ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ]
Property [ protected $formatter = NULL ]
Property [ protected $inTransaction = false ]
Property [ protected $queue = NULL ]
+ Property [ protected $queueLimit = 0 ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AdapterInterface, prototype Phalcon\Logger\Adapter\AdapterInterface> public method close ] {
- Parameters [0] {
@@ -72497,6 +102657,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Logger\Formatter\FormatterInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> public method getQueueLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method inTransaction ] {
- Parameters [0] {
@@ -72519,6 +102686,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> public method setQueueLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $queueLimit ]
+ }
+ - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> protected method getFormattedItem ] {
- Parameters [1] {
@@ -72545,13 +102720,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $formatter = NULL ]
Property [ protected $inTransaction = false ]
Property [ protected $queue = NULL ]
+ Property [ protected $queueLimit = 0 ]
Property [ protected $handler = NULL ]
Property [ protected $mode = 'ab' ]
Property [ protected $name = NULL ]
- Property [ protected $options = NULL ]
}
- - Methods [18] {
+ - Methods [20] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -72656,6 +102831,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Logger\Formatter\FormatterInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> public method getQueueLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method inTransaction ] {
- Parameters [0] {
@@ -72678,6 +102860,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> public method setQueueLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $queueLimit ]
+ }
+ - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> protected method getFormattedItem ] {
- Parameters [1] {
@@ -72699,18 +102889,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [8] {
+ - Properties [9] {
Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ]
Property [ protected $formatter = NULL ]
Property [ protected $inTransaction = false ]
Property [ protected $queue = NULL ]
+ Property [ protected $queueLimit = 0 ]
Property [ protected $facility = 0 ]
Property [ protected $name = '' ]
Property [ protected $opened = false ]
Property [ protected $option = 0 ]
}
- - Methods [16] {
+ - Methods [18] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -72802,6 +102993,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Logger\Formatter\FormatterInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> public method getQueueLimit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method inTransaction ] {
- Parameters [0] {
@@ -72824,6 +103022,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> public method setQueueLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $queueLimit ]
+ }
+ - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> protected method getFormattedItem ] {
- Parameters [1] {
@@ -72861,7 +103067,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Logger\Exceptions\AdapterNotFound extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -72880,12 +103086,455 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Logger\Exceptions\DeserializationFailed extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Logger\Exceptions\NoAdaptersConfigured extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Logger\Exceptions\SerializationFailed extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Logger\Exceptions\TransactionAlreadyActive extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Logger\Exceptions\TransactionNotActive extends Phalcon\Logger\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -73120,7 +103769,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $format ]
}
- - Return [ Phalcon\Logger\Formatter\Line ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method getDateFormat ] {
@@ -73220,9 +103869,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [5] {
Property [ protected $context = NULL ]
Property [ protected $dateTime = NULL ]
- Property [ protected $message = NULL ]
Property [ protected $level = NULL ]
Property [ protected $levelName = NULL ]
+ Property [ protected $message = NULL ]
}
- Methods [6] {
@@ -73251,21 +103900,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ DateTimeImmutable ]
}
- Method [ <internal:phalcon> public method getMessage ] {
+ Method [ <internal:phalcon> public method getLevel ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ int ]
}
- Method [ <internal:phalcon> public method getLevel ] {
+ Method [ <internal:phalcon> public method getLevelName ] {
- Parameters [0] {
}
- - Return [ int ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> public method getLevelName ] {
+ Method [ <internal:phalcon> public method getMessage ] {
- Parameters [0] {
}
@@ -73390,7 +104039,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <optional> array $adapters = [] ]
- Parameter #2 [ <optional> ?DateTimeZone $timezone = <default> ]
+ Parameter #2 [ <optional> ?DateTimeZone $timezone = null ]
}
}
@@ -73400,7 +104049,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> Phalcon\Logger\Adapter\AdapterInterface $adapter ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> public method excludeAdapters ] {
@@ -73408,7 +104057,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $adapters = [] ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Logger\LoggerInterface> public method getAdapter ] {
@@ -73445,7 +104094,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> public method setAdapters ] {
@@ -73453,7 +104102,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $adapters ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> public method setLogLevel ] {
@@ -73461,7 +104110,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $level ]
}
- - Return [ Phalcon\Logger\AbstractLogger ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> protected method addMessage ] {
@@ -73527,7 +104176,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <optional> array $adapters = [] ]
- Parameter #2 [ <optional> ?DateTimeZone $timezone = <default> ]
+ Parameter #2 [ <optional> ?DateTimeZone $timezone = null ]
}
- Return [ Phalcon\Logger\Logger ]
}
@@ -73575,7 +104224,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Messages\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Messages\Exceptions\MessageNotObject extends Phalcon\Messages\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -73594,12 +104243,98 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Messages\Exceptions\MessagesNotIterable extends Phalcon\Messages\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -73682,8 +104417,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $code = NULL ]
Property [ protected $field = NULL ]
Property [ protected $message = NULL ]
- Property [ protected $type = NULL ]
Property [ protected $metaData = NULL ]
+ Property [ protected $type = NULL ]
}
- Methods [13] {
@@ -73691,7 +104426,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [5] {
Parameter #0 [ <required> string $message ]
- Parameter #1 [ <optional> $field = <default> ]
+ Parameter #1 [ <optional> string $field = '' ]
Parameter #2 [ <optional> string $type = '' ]
Parameter #3 [ <optional> int $code = 0 ]
Parameter #4 [ <optional> array $metaData = [] ]
@@ -73726,18 +104461,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getType ] {
+ Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getMetaData ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getMetaData ] {
+ Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getType ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, prototype JsonSerializable> public method jsonSerialize ] {
@@ -73758,7 +104493,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method setField ] {
- Parameters [1] {
- Parameter #0 [ <required> $field ]
+ Parameter #0 [ <required> string $field ]
}
- Return [ Phalcon\Messages\MessageInterface ]
}
@@ -73818,6 +104553,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ]
}
+ - Return [ void ]
}
Method [ <internal:phalcon> public method appendMessages ] {
@@ -73946,6 +104682,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $uri ]
}
+ - Return [ Phalcon\Http\ResponseInterface|bool ]
}
Method [ <internal:phalcon> public method sendCookiesOnHandleRequest ] {
@@ -73953,7 +104690,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $sendCookies ]
}
- - Return [ Phalcon\Mvc\Application ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method sendHeadersOnHandleRequest ] {
@@ -73961,7 +104698,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $sendHeaders ]
}
- - Return [ Phalcon\Mvc\Application ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method useImplicitView ] {
@@ -73969,13 +104706,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $implicitView ]
}
- - Return [ Phalcon\Mvc\Application ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -73998,6 +104735,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ object|array ]
}
Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication> public method getModules ] {
@@ -74013,7 +104751,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $modules ]
Parameter #1 [ <optional> bool $merge = false ]
}
- - Return [ Phalcon\Application\AbstractApplication ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication> public method setDefaultModule ] {
@@ -74021,7 +104759,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $defaultModule ]
}
- - Return [ Phalcon\Application\AbstractApplication ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
@@ -74064,7 +104802,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Application\Exceptions\ContainerRequired extends Phalcon\Mvc\Application\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -74083,12 +104821,188 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Application\Exceptions\InvalidModuleDefinition extends Phalcon\Mvc\Application\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Application\Exceptions\ModuleDefinitionPathNotFound extends Phalcon\Mvc\Application\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
}
}
@@ -74167,9 +105081,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [1] {
Property [ protected $container = NULL ]
- Property [ protected $eventsManager = NULL ]
}
- Methods [8] {
@@ -74246,7 +105159,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [26] {
+ - Properties [27] {
Property [ protected $container = NULL ]
Property [ protected $activeHandler = NULL ]
Property [ protected $activeMethodMap = NULL ]
@@ -74255,6 +105168,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $camelCaseMap = NULL ]
Property [ protected $defaultNamespace = '' ]
Property [ protected $handlerHashes = NULL ]
+ Property [ protected $handlerHookCache = NULL ]
Property [ protected $handlerName = '' ]
Property [ protected $eventsManager = NULL ]
Property [ protected $finished = false ]
@@ -74338,6 +105252,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
}
+ - Return [ Phalcon\Mvc\DispatcherInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method setControllerSuffix ] {
@@ -74345,6 +105260,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerSuffix ]
}
+ - Return [ Phalcon\Mvc\DispatcherInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method setDefaultController ] {
@@ -74352,6 +105268,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
}
+ - Return [ Phalcon\Mvc\DispatcherInterface ]
}
Method [ <internal:phalcon> protected method handleException ] {
@@ -74676,7 +105593,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher\Exceptions\ResponseServiceUnavailable extends Phalcon\Mvc\Dispatcher\Exception implements Throwable, Stringable ] {
- Constants [6] {
Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 }
@@ -74701,12 +105618,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
}
}
@@ -74803,11 +105717,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $stopped = false ]
}
- - Methods [41] {
+ - Methods [43] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -74816,7 +105730,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $handler ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method afterBinding ] {
@@ -74824,7 +105738,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $handler ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method before ] {
@@ -74832,7 +105746,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $handler ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method delete ] {
@@ -74849,7 +105763,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $handler ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method finish ] {
@@ -74857,7 +105771,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $handler ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method get ] {
@@ -74976,7 +105890,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\Micro\CollectionInterface $collection ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method notFound ] {
@@ -74984,7 +105898,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $handler ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
@@ -75061,6 +105975,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $activeHandler ]
}
+ - Return [ self ]
}
Method [ <internal:phalcon, overwrites Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
@@ -75077,7 +105992,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Mvc\Model\BinderInterface $modelBinder ]
Parameter #1 [ <optional> $cache = <default> ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setResponseHandler ] {
@@ -75085,7 +106000,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $handler ]
}
- - Return [ Phalcon\Mvc\Micro ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setService ] {
@@ -75093,7 +106008,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $serviceName ]
Parameter #1 [ <required> $definition ]
- Parameter #2 [ <optional> bool $shared = false ]
+ Parameter #2 [ <optional> bool $isShared = false ]
}
- Return [ Phalcon\Di\ServiceInterface ]
}
@@ -75105,6 +106020,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> private method addRoute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $method ]
+ Parameter #1 [ <required> string $routePattern ]
+ Parameter #2 [ <required> $handler ]
+ }
+ - Return [ Phalcon\Mvc\Router\RouteInterface ]
+ }
+
+ Method [ <internal:phalcon> private method checkDiContainer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] {
- Parameters [1] {
@@ -75143,7 +106075,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [4] {
Property [ protected $handler = NULL ]
Property [ protected $handlers = NULL ]
- Property [ protected $lazy = false ]
+ Property [ protected $isLazy = false ]
Property [ protected $prefix = '' ]
}
@@ -75270,7 +106202,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $handler ]
- Parameter #1 [ <optional> bool $lazy = false ]
+ Parameter #1 [ <optional> bool $isLazy = false ]
}
- Return [ Phalcon\Mvc\Micro\CollectionInterface ]
}
@@ -75278,7 +106210,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, prototype Phalcon\Mvc\Micro\CollectionInterface> public method setLazy ] {
- Parameters [1] {
- Parameter #0 [ <required> bool $lazy ]
+ Parameter #0 [ <required> bool $isLazy ]
}
- Return [ Phalcon\Mvc\Micro\CollectionInterface ]
}
@@ -75304,7 +106236,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\ContainerRequired extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -75323,12 +106255,812 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\ErrorHandlerNotCallable extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\HandlerNotCallable extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\InvalidRegisteredHandler extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\LazyHandlerNotFound extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $definition ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\MissingCollectionMainHandler extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\NoHandlersToMount extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\NoMatchedRouteHandler extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\NotFoundHandlerNotCallable extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exceptions\ResponseHandlerNotCallable extends Phalcon\Mvc\Micro\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -75425,7 +107157,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $method ]
Parameter #1 [ <required> $arguments ]
- Parameter #2 [ <optional> ?Phalcon\Mvc\Model\BinderInterface $modelBinder = <default> ]
+ Parameter #2 [ <optional> ?Phalcon\Mvc\Model\BinderInterface $modelBinder = null ]
}
}
@@ -75475,6 +107207,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $parameters = [] ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|float ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method cloneResult ] {
@@ -75513,6 +107246,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters = <default> ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|int ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method find ] {
@@ -75547,7 +107281,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method query ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
@@ -75565,6 +107299,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters = <default> ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|float ]
}
Method [ <internal:phalcon> static protected method groupResult ] {
@@ -75628,8 +107363,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <optional> $data = <default> ]
- Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
- Parameter #2 [ <optional> ?Phalcon\Mvc\Model\ManagerInterface $modelsManager = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
+ Parameter #2 [ <optional> ?Phalcon\Mvc\Model\ManagerInterface $modelsManager = null ]
}
}
@@ -75967,6 +107702,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $dirtyState ]
}
+ - Return [ Phalcon\Mvc\ModelInterface|bool ]
}
Method [ <internal:phalcon> public method setEventsManager ] {
@@ -76336,6 +108072,96 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Behavior\Exceptions\MissingRequiredOption extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $option ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Mvc\Model\Behavior\SoftDelete extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] {
- Constants [0] {
@@ -76367,13 +108193,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior> protected method getOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $eventName = null ]
- }
- }
-
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior, prototype Phalcon\Mvc\Model\BehaviorInterface> public method missingMethod ] {
- Parameters [3] {
@@ -76383,6 +108202,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior> protected method getOptions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $eventName = null ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior> protected method mustTakeAction ] {
- Parameters [1] {
@@ -76431,13 +108257,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior> protected method getOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $eventName = null ]
- }
- }
-
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior, prototype Phalcon\Mvc\Model\BehaviorInterface> public method missingMethod ] {
- Parameters [3] {
@@ -76447,6 +108266,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior> protected method getOptions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $eventName = null ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Behavior> protected method mustTakeAction ] {
- Parameters [1] {
@@ -76479,7 +108305,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Cache\Adapter\AdapterInterface $cache = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Cache\Adapter\AdapterInterface $cache = null ]
}
}
@@ -76494,19 +108320,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> protected method findBoundModel ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method getBoundModels ] {
- - Parameters [2] {
- Parameter #0 [ <required> $paramValue ]
- Parameter #1 [ <required> string $className ]
+ - Parameters [0] {
}
+ - Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method getBoundModels ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method getCache ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ Phalcon\Cache\Adapter\AdapterInterface ]
}
Method [ <internal:phalcon> public method getOriginalValues ] {
@@ -76516,11 +108341,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method getCache ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method setCache ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Cache\Adapter\AdapterInterface $cache ]
+ }
+ - Return [ Phalcon\Mvc\Model\BinderInterface ]
+ }
+
+ Method [ <internal:phalcon> protected method findBoundModel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $paramValue ]
+ Parameter #1 [ <required> string $className ]
}
- - Return [ Phalcon\Cache\Adapter\AdapterInterface ]
}
Method [ <internal:phalcon> protected method getParamsFromCache ] {
@@ -76541,14 +108375,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ array ]
}
-
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method setCache ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Cache\Adapter\AdapterInterface $cache ]
- }
- - Return [ Phalcon\Mvc\Model\BinderInterface ]
- }
}
}
@@ -76677,6 +108503,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method getConditions ] {
@@ -76709,6 +108536,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|int|null ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method getModelName ] {
@@ -76755,21 +108583,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method innerJoin ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method inWhere ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $model ]
- Parameter #1 [ <optional> $conditions = <default> ]
- Parameter #2 [ <optional> $alias = <default> ]
+ - Parameters [2] {
+ Parameter #0 [ <required> string $expr ]
+ Parameter #1 [ <required> array $values ]
}
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method inWhere ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method innerJoin ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $expr ]
- Parameter #1 [ <required> array $values ]
+ - Parameters [3] {
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <optional> $conditions = <default> ]
+ Parameter #2 [ <optional> $alias = <default> ]
}
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
@@ -76823,14 +108651,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method orderBy ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $orderColumns ]
- }
- - Return [ Phalcon\Mvc\Model\CriteriaInterface ]
- }
-
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method orWhere ] {
- Parameters [3] {
@@ -76841,6 +108661,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\CriteriaInterface ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method orderBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $orderColumns ]
+ }
+ - Return [ Phalcon\Mvc\Model\CriteriaInterface ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method rightJoin ] {
- Parameters [3] {
@@ -76898,6 +108726,4149 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\BelongsToRequiresObject extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $className ]
+ Parameter #1 [ <required> string $relationName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\BindTypeNotDefined extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\CannotResolveAttribute extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $attribute ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\ColumnNotInMap extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\ColumnNotInTableColumns extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\ColumnNotInTableMap extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\CorruptColumnType extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\CursorIsImmutable extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\DataTypeNotDefined extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $column ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\HandlerMustImplementBindable extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\IdentityNotInColumnMap extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $identityField ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\IdentityNotInTableColumns extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $identityField ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\IndexNotInCursor extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\IndexNotInRow extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidConnectionService extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidContainer extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidDumpResultKey extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidFindParameters extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidGetModelNameReturn extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidModelName extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidModelsManagerService extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidModelsMetadataService extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidResultsetCacheService extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidReturnedRecord extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\InvalidSerializationData extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\ManagerOrmServicesUnavailable extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\MethodNotFound extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $method ]
+ Parameter #1 [ <required> string $modelName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\MissingMethodName extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\MissingModelClassName extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $paramKey ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\ModelCouldNotLoad extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $modelName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\ModelOrmServicesUnavailable extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\PrimaryKeyAttributeNotSet extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $attribute ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\PrimaryKeyRequired extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\PropertyNotAccessible extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $property ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\RecordCannotRefresh extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\RecordNotPersisted extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\ReferencedFieldsMismatch extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $relationType ]
+ Parameter #1 [ <required> string $entityName ]
+ Parameter #2 [ <required> string $referencedEntity ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\RelationAliasMustBeString extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $relationType ]
+ Parameter #1 [ <required> string $entityName ]
+ Parameter #2 [ <required> string $referencedEntity ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\RelationNotDefined extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $className ]
+ Parameter #1 [ <required> string $alias ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\RelationRequiresObjectOrArray extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $className ]
+ Parameter #1 [ <required> string $relationName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\ResultsetColumnNotInMap extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\RowIsImmutable extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\SnapshotsDisabled extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\StaticMethodRequiresOneArgument extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $method ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\UnknownRelationType extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exceptions\UpdateSnapshotDisabled extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
- Constants [0] {
@@ -76940,7 +112911,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $reusable = NULL ]
}
- - Methods [72] {
+ - Methods [73] {
Method [ <internal:phalcon> public method __destruct ] {
- Parameters [0] {
@@ -77116,6 +113087,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #3 [ <optional> $parameters = <default> ]
Parameter #4 [ <optional> ?string $method = null ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method getBuilder ] {
@@ -77173,6 +113145,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #3 [ <optional> $parameters = <default> ]
Parameter #4 [ <optional> ?string $method = null ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method getHasManyToMany ] {
@@ -77208,6 +113181,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #3 [ <optional> $parameters = <default> ]
Parameter #4 [ <optional> ?string $method = null ]
}
+ - Return [ Phalcon\Mvc\ModelInterface|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method getHasOneThrough ] {
@@ -77222,7 +113196,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\ModelInterface ]
+ - Return [ ?Phalcon\Mvc\ModelInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method getLastQuery ] {
@@ -77277,6 +113251,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $modelName ]
Parameter #1 [ <required> string $alias ]
}
+ - Return [ Phalcon\Mvc\Model\RelationInterface|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method getRelationRecords ] {
@@ -77303,6 +113278,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $first ]
Parameter #1 [ <required> string $second ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method getReusableRecords ] {
@@ -77432,6 +113408,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\ModelInterface ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method missingMethod ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> string $eventName ]
+ Parameter #2 [ <required> $data ]
+ }
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method notifyEvent ] {
- Parameters [2] {
@@ -77440,13 +113425,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method missingMethod ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method removeBehavior ] {
- - Parameters [3] {
+ - Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> string $eventName ]
- Parameter #2 [ <required> $data ]
+ Parameter #1 [ <required> string $behaviorClass ]
}
+ - Return [ void ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method setConnectionService ] {
@@ -77583,11 +113568,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 }
Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 }
Constant [ public int MODELS_COLUMN_MAP ] { 0 }
- Constant [ public int MODELS_DATE_AT ] { 6 }
- Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DATA_TYPES ] { 4 }
Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 }
Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 }
+ Constant [ public int MODELS_DATE_AT ] { 6 }
+ Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DEFAULT_VALUES ] { 12 }
Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 }
Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 }
@@ -77612,7 +113597,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $strategy = NULL ]
}
- - Methods [39] {
+ - Methods [41] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -77668,12 +113653,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypes ] {
@@ -77692,11 +113684,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ Phalcon\Di\DiInterface ]
+ - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getEmptyStringAttributes ] {
@@ -77712,6 +113705,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
+ - Return [ string|bool|null ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method getModelUUID ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $row ]
+ }
- Return [ ?string ]
}
@@ -77770,10 +113780,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method modelEquals ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $first ]
+ Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $other ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method read ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $key ]
}
- Return [ ?array ]
}
@@ -77809,6 +113828,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
Parameter #1 [ <required> int $index ]
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method reset ] {
@@ -77836,19 +113856,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
}
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
}
- Return [ void ]
}
@@ -77880,6 +113900,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initialize ] {
- Parameters [4] {
@@ -77890,7 +113919,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -77899,7 +113928,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -77907,30 +113936,992 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ bool ]
}
+ }
+ }
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\CannotObtainTableColumns extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
- - Parameters [3] {
- Parameter #0 [ <required> array $collection ]
- Parameter #1 [ <required> $index ]
- Parameter #2 [ <optional> $defaultValue = <default> ]
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $completeTable ]
+ Parameter #1 [ <required> string $className ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\ColumnMapNotArray extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\ContainerRequired extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\CorruptedMetaData extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\InvalidContainer extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\InvalidMetaDataForModel extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #0 [ <required> string $modelName ]
}
- - Return [ ?string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\MetaDataDirectoryNotWritable extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\MetaDataStrategyFailed extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #0 [ <required> string $message ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\NoAnnotationsForClass extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
}
- - Return [ ?string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\NoPropertyAnnotationsForClass extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\MetaData\Exceptions\TableNotInDatabase extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $completeTable ]
+ Parameter #1 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -77942,11 +114933,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 }
Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 }
Constant [ public int MODELS_COLUMN_MAP ] { 0 }
- Constant [ public int MODELS_DATE_AT ] { 6 }
- Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DATA_TYPES ] { 4 }
Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 }
Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 }
+ Constant [ public int MODELS_DATE_AT ] { 6 }
+ Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DEFAULT_VALUES ] { 12 }
Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 }
Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 }
@@ -77971,7 +114962,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $strategy = NULL ]
}
- - Methods [39] {
+ - Methods [41] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -78034,12 +115025,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypes ] {
@@ -78058,11 +115056,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ Phalcon\Di\DiInterface ]
+ - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getEmptyStringAttributes ] {
@@ -78078,6 +115077,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
+ - Return [ string|bool|null ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method getModelUUID ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $row ]
+ }
- Return [ ?string ]
}
@@ -78136,10 +115152,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method modelEquals ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $first ]
+ Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $other ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method read ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $key ]
}
- Return [ ?array ]
}
@@ -78175,6 +115200,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
Parameter #1 [ <required> int $index ]
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setAutomaticCreateAttributes ] {
@@ -78195,19 +115221,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
}
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
}
- Return [ void ]
}
@@ -78239,6 +115265,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initialize ] {
- Parameters [4] {
@@ -78249,7 +115284,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -78258,7 +115293,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -78266,31 +115301,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ bool ]
}
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array $collection ]
- Parameter #1 [ <required> $index ]
- Parameter #2 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ ?string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ ?string ]
- }
}
}
@@ -78301,11 +115311,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 }
Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 }
Constant [ public int MODELS_COLUMN_MAP ] { 0 }
- Constant [ public int MODELS_DATE_AT ] { 6 }
- Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DATA_TYPES ] { 4 }
Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 }
Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 }
+ Constant [ public int MODELS_DATE_AT ] { 6 }
+ Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DEFAULT_VALUES ] { 12 }
Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 }
Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 }
@@ -78330,18 +115340,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $strategy = NULL ]
}
- - Methods [39] {
- Method [ <internal:phalcon, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $options = <default> ]
- }
- }
-
+ - Methods [40] {
Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method read ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $key ]
}
- Return [ ?array ]
}
@@ -78349,7 +115352,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method write ] {
- Parameters [2] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $key ]
Parameter #1 [ <required> array $data ]
}
- Return [ void ]
@@ -78402,12 +115405,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypes ] {
@@ -78426,11 +115436,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ Phalcon\Di\DiInterface ]
+ - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getEmptyStringAttributes ] {
@@ -78446,6 +115457,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
+ - Return [ string|bool|null ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method getModelUUID ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $row ]
+ }
- Return [ ?string ]
}
@@ -78504,6 +115532,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method modelEquals ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $first ]
+ Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $other ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readColumnMap ] {
- Parameters [1] {
@@ -78535,6 +115572,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
Parameter #1 [ <required> int $index ]
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method reset ] {
@@ -78562,19 +115600,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
}
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
}
- Return [ void ]
}
@@ -78597,6 +115635,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initialize ] {
- Parameters [4] {
@@ -78607,7 +115654,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -78616,7 +115663,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -78624,31 +115671,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ bool ]
}
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array $collection ]
- Parameter #1 [ <required> $index ]
- Parameter #2 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ ?string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ ?string ]
- }
}
}
@@ -78659,11 +115681,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 }
Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 }
Constant [ public int MODELS_COLUMN_MAP ] { 0 }
- Constant [ public int MODELS_DATE_AT ] { 6 }
- Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DATA_TYPES ] { 4 }
Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 }
Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 }
+ Constant [ public int MODELS_DATE_AT ] { 6 }
+ Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DEFAULT_VALUES ] { 12 }
Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 }
Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 }
@@ -78688,7 +115710,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $strategy = NULL ]
}
- - Methods [39] {
+ - Methods [41] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -78751,12 +115773,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypes ] {
@@ -78775,11 +115804,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ Phalcon\Di\DiInterface ]
+ - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getEmptyStringAttributes ] {
@@ -78795,6 +115825,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
+ - Return [ string|bool|null ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method getModelUUID ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $row ]
+ }
- Return [ ?string ]
}
@@ -78853,10 +115900,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method modelEquals ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $first ]
+ Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $other ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method read ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $key ]
}
- Return [ ?array ]
}
@@ -78892,6 +115948,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
Parameter #1 [ <required> int $index ]
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setAutomaticCreateAttributes ] {
@@ -78912,19 +115969,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
}
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
}
- Return [ void ]
}
@@ -78956,6 +116013,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initialize ] {
- Parameters [4] {
@@ -78966,7 +116032,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -78975,7 +116041,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -78983,31 +116049,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ bool ]
}
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array $collection ]
- Parameter #1 [ <required> $index ]
- Parameter #2 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ ?string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ ?string ]
- }
}
}
@@ -79088,11 +116129,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 }
Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 }
Constant [ public int MODELS_COLUMN_MAP ] { 0 }
- Constant [ public int MODELS_DATE_AT ] { 6 }
- Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DATA_TYPES ] { 4 }
Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 }
Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 }
+ Constant [ public int MODELS_DATE_AT ] { 6 }
+ Constant [ public int MODELS_DATE_IN ] { 7 }
Constant [ public int MODELS_DEFAULT_VALUES ] { 12 }
Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 }
Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 }
@@ -79118,7 +116159,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $metaDataDir = './' ]
}
- - Methods [40] {
+ - Methods [42] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -79129,7 +116170,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method read ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $key ]
}
- Return [ ?array ]
}
@@ -79137,7 +116178,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method write ] {
- Parameters [2] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $key ]
Parameter #1 [ <required> array $data ]
}
- Return [ void ]
@@ -79198,12 +116239,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypes ] {
@@ -79222,11 +116270,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ Phalcon\Di\DiInterface ]
+ - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getEmptyStringAttributes ] {
@@ -79242,6 +116291,23 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
+ - Return [ string|bool|null ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method getModelUUID ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $row ]
+ }
- Return [ ?string ]
}
@@ -79300,6 +116366,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> public method modelEquals ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $first ]
+ Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $other ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readColumnMap ] {
- Parameters [1] {
@@ -79331,6 +116406,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
Parameter #1 [ <required> int $index ]
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method reset ] {
@@ -79358,19 +116434,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- Parameter #1 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
}
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
}
- Return [ void ]
}
@@ -79393,6 +116469,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initialize ] {
- Parameters [4] {
@@ -79403,7 +116488,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -79412,7 +116497,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeColumnMap ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method initializeMetaData ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
@@ -79420,31 +116505,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ bool ]
}
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> protected method getArrVal ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array $collection ]
- Parameter #1 [ <required> $index ]
- Parameter #2 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getMetaDataUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ ?string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final public method getColumnMapUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
- }
- - Return [ ?string ]
- }
}
}
@@ -79491,9 +116551,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $sqlAliasesModelsInstances = NULL ]
Property [ protected $sqlColumnAliases = NULL ]
Property [ protected $sqlModelsAliases = NULL ]
+ Property [ protected $transaction = NULL ]
Property [ protected $type = NULL ]
Property [ protected $uniqueRow = false ]
- Property [ protected $transaction = NULL ]
}
- Methods [50] {
@@ -79501,7 +116561,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <optional> ?string $phql = null ]
- Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
Parameter #2 [ <optional> array $options = [] ]
}
}
@@ -79522,28 +116582,28 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon> public method getCache ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getBindParams ] {
- Parameters [0] {
}
- - Return [ Phalcon\Db\Adapter\AdapterInterface ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getCacheOptions ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getBindTypes ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getBindParams ] {
+ Method [ <internal:phalcon> public method getCache ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ Phalcon\Db\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getBindTypes ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getCacheOptions ] {
- Parameters [0] {
}
@@ -79580,25 +116640,25 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> public method getType ] {
+ Method [ <internal:phalcon> public method getTransaction ] {
- Parameters [0] {
}
- - Return [ int ]
+ - Return [ ?Phalcon\Mvc\Model\TransactionInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getUniqueRow ] {
+ Method [ <internal:phalcon> public method getType ] {
- Parameters [0] {
}
- - Return [ bool ]
+ - Return [ int ]
}
- Method [ <internal:phalcon> public method getTransaction ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getUniqueRow ] {
- Parameters [0] {
}
- - Return [ ?Phalcon\Mvc\Model\TransactionInterface ]
+ - Return [ bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method parse ] {
@@ -79702,6 +116762,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #2 [ <required> array $bindTypes ]
Parameter #3 [ <optional> bool $simulate = false ]
}
+ - Return [ Phalcon\Mvc\Model\ResultsetInterface|array ]
}
Method [ <internal:phalcon> final protected method executeUpdate ] {
@@ -79755,14 +116816,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> final protected method getLimitClause ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $limitClause ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon> final protected method getJoin ] {
- Parameters [2] {
@@ -79788,6 +116841,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> final protected method getLimitClause ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $limitClause ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> final protected method getMultiJoin ] {
- Parameters [5] {
@@ -79877,29 +116938,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Db\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon> final protected method refreshSchemasInIntermediate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $irPhql ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> final protected method _prepareDelete ] {
+ Method [ <internal:phalcon> final protected method prepareDelete ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> final protected method _prepareInsert ] {
+ Method [ <internal:phalcon> final protected method prepareInsert ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> final protected method _prepareSelect ] {
+ Method [ <internal:phalcon> final protected method prepareSelect ] {
- Parameters [2] {
Parameter #0 [ <optional> $ast = <default> ]
@@ -79908,12 +116961,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> final protected method _prepareUpdate ] {
+ Method [ <internal:phalcon> final protected method prepareUpdate ] {
- Parameters [0] {
}
- Return [ array ]
}
+
+ Method [ <internal:phalcon> final protected method refreshSchemasInIntermediate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $irPhql ]
+ }
+ - Return [ array ]
+ }
}
}
@@ -79954,7 +117015,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <optional> $params = <default> ]
- Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -80001,7 +117062,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> $minimum ]
Parameter #2 [ <required> $maximum ]
- Parameter #3 [ <optional> string $operator = null ]
+ Parameter #3 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -80012,7 +117073,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> $minimum ]
Parameter #2 [ <required> $maximum ]
- Parameter #3 [ <optional> string $operator = null ]
+ Parameter #3 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -80120,6 +117181,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method getOffset ] {
@@ -80178,27 +117240,27 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> array $values ]
- Parameter #2 [ <optional> string $operator = null ]
+ Parameter #2 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method innerJoin ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method inWhere ] {
- Parameters [3] {
- Parameter #0 [ <required> string $model ]
- Parameter #1 [ <optional> ?string $conditions = null ]
- Parameter #2 [ <optional> ?string $alias = null ]
+ Parameter #0 [ <required> string $expr ]
+ Parameter #1 [ <required> array $values ]
+ Parameter #2 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method inWhere ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method innerJoin ] {
- Parameters [3] {
- Parameter #0 [ <required> string $expr ]
- Parameter #1 [ <required> array $values ]
- Parameter #2 [ <optional> string $operator = null ]
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <optional> ?string $conditions = null ]
+ Parameter #2 [ <optional> ?string $alias = null ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -80239,7 +117301,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> $minimum ]
Parameter #2 [ <required> $maximum ]
- Parameter #3 [ <optional> string $operator = null ]
+ Parameter #3 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -80250,7 +117312,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> $minimum ]
Parameter #2 [ <required> $maximum ]
- Parameter #3 [ <optional> string $operator = null ]
+ Parameter #3 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -80260,7 +117322,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> array $values ]
- Parameter #2 [ <optional> string $operator = null ]
+ Parameter #2 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -80270,7 +117332,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $expr ]
Parameter #1 [ <required> array $values ]
- Parameter #2 [ <optional> string $operator = null ]
+ Parameter #2 [ <optional> string $operator = 'and' ]
}
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
@@ -80283,14 +117345,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method orderBy ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $orderBy ]
- }
- - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
- }
-
Method [ <internal:phalcon> public method orHaving ] {
- Parameters [3] {
@@ -80311,6 +117365,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method orderBy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $orderBy ]
+ }
+ - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method rightJoin ] {
- Parameters [3] {
@@ -80405,6 +117467,4769 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\AmbiguousColumn extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\AmbiguousJoinRelation extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $from ]
+ Parameter #1 [ <required> string $join ]
+ Parameter #2 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\BindParameterNotInPlaceholders extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $wildcard ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\BindTypeRequiresArray extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\BindValueRequired extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\Builder\BuilderColumnNotInMap extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $column ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\Builder\BuilderConditionInvalid extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\Builder\ModelRequired extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\Builder\NoPrimaryKey extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\Builder\OperatorNotAvailable extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $operator ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\ColumnNotInDomain extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $model ]
+ Parameter #2 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\ColumnNotInSelectedModels extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $tag ]
+ Parameter #2 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\CorruptedAst extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\CorruptedDeleteAst extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\CorruptedInsertAst extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\CorruptedSelectAst extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\CorruptedUpdateAst extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\DeleteMultipleNotSupported extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\DuplicateAlias extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\EmptyArrayPlaceholderValue extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\InsertColumnCountMismatch extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\InvalidCachedResultset extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\InvalidCachingOptions extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\InvalidColumnDefinition extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\InvalidInjectedManager extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\InvalidInjectedMetadata extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\InvalidQueryCacheService extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\InvalidResultsetClass extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\JoinAliasAlreadyUsed extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $alias ]
+ Parameter #1 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\JoinFieldCountMismatch extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <required> string $join ]
+ Parameter #2 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\MissingCacheKey extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\MissingMetaData extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\MissingModelAttribute extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <required> string $attribute ]
+ Parameter #2 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\MissingModelsManager extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\MixedDatabaseSystems extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\ModelSourceNotFound extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\ModelsListNotLoaded extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\MultipleSqlStatementsNotSupported extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\NoModelForAlias extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\PhqlColumnNotInMap extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $fieldName ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\ReadConnectionMissing extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\RelationshipNotFound extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <required> string $relationship ]
+ Parameter #2 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\ResultsetClassNotFound extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\ResultsetNonCacheable extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\UnknownBindType extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\UnknownColumnType extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\UnknownJoinType extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\UnknownModelOrAlias extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $model ]
+ Parameter #1 [ <required> string $tag ]
+ Parameter #2 [ <required> string $phql ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\UnknownPhqlExpression extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\UnknownPhqlExpressionType extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\UnknownPhqlStatement extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\UpdateMultipleNotSupported extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Query\Exceptions\WriteConnectionMissing extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Mvc\Model\Query\Lang ] {
- Constants [0] {
@@ -80451,7 +122276,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> bool $success ]
- Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $model = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $model = null ]
}
}
@@ -80466,7 +122291,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\ModelInterface ]
+ - Return [ ?Phalcon\Mvc\ModelInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\StatusInterface> public method success ] {
@@ -80659,51 +122484,51 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> $columnTypes ]
- Parameter #1 [ <optional> ?Phalcon\Db\ResultInterface $result = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Db\ResultInterface $result = null ]
Parameter #2 [ <optional> $cache = <default> ]
}
}
- Method [ <internal:phalcon, overwrites Iterator, prototype Iterator> final public method current ] {
+ Method [ <internal:phalcon> public method __serialize ] {
- Parameters [0] {
}
- - Return [ mixed ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\ResultsetInterface, prototype Phalcon\Mvc\Model\ResultsetInterface> public method toArray ] {
+ Method [ <internal:phalcon> public method __unserialize ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> array $data ]
}
- - Return [ array ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, overwrites Iterator, prototype Iterator> final public method current ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ mixed ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
+ - Parameters [0] {
}
- - Return [ void ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> public method __serialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\ResultsetInterface, prototype Phalcon\Mvc\Model\ResultsetInterface> public method toArray ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method __unserialize ] {
+ Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> array $data ]
+ Parameter #0 [ <required> $data ]
}
- Return [ void ]
}
@@ -80718,7 +122543,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype Phalcon\Mvc\Model\ResultsetInterface> public method delete ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ]
+ Parameter #0 [ <optional> ?Closure $conditionCallback = null ]
}
- Return [ bool ]
}
@@ -80800,20 +122625,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetGet ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $index ]
}
- - Return [ mixed ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetExists ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
Parameter #0 [ <required> $index ]
}
- - Return [ bool ]
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetSet ] {
@@ -80868,7 +122693,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ]
+ Parameter #1 [ <optional> ?Closure $conditionCallback = null ]
}
- Return [ bool ]
}
@@ -80939,47 +122764,47 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, overwrites Iterator, prototype Iterator> final public method current ] {
+ Method [ <internal:phalcon> public method __serialize ] {
- Parameters [0] {
}
- - Return [ ?Phalcon\Mvc\ModelInterface ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\ResultsetInterface, prototype Phalcon\Mvc\Model\ResultsetInterface> public method toArray ] {
+ Method [ <internal:phalcon> public method __unserialize ] {
- Parameters [1] {
- Parameter #0 [ <optional> bool $renameColumns = true ]
+ Parameter #0 [ <required> array $data ]
}
- - Return [ array ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, overwrites Iterator, prototype Iterator> final public method current ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ Phalcon\Mvc\ModelInterface|Phalcon\Mvc\Model\Row|null ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
+ - Parameters [0] {
}
- - Return [ void ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> public method __serialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\ResultsetInterface, prototype Phalcon\Mvc\Model\ResultsetInterface> public method toArray ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $renameColumns = true ]
}
- Return [ array ]
}
- Method [ <internal:phalcon> public method __unserialize ] {
+ Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> array $data ]
+ Parameter #0 [ <required> $data ]
}
- Return [ void ]
}
@@ -80994,7 +122819,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype Phalcon\Mvc\Model\ResultsetInterface> public method delete ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Closure $conditionCallback = <default> ]
+ Parameter #0 [ <optional> ?Closure $conditionCallback = null ]
}
- Return [ bool ]
}
@@ -81076,20 +122901,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetGet ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $index ]
}
- - Return [ mixed ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetExists ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
Parameter #0 [ <required> $index ]
}
- - Return [ bool ]
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype ArrayAccess> public method offsetSet ] {
@@ -81144,7 +122969,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> ?Closure $conditionCallback = <default> ]
+ Parameter #1 [ <optional> ?Closure $conditionCallback = null ]
}
- Return [ bool ]
}
@@ -81193,20 +123018,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] {
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $index ]
}
- - Return [ mixed ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
+ Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
Parameter #0 [ <required> $index ]
}
- - Return [ bool ]
+ - Return [ mixed ]
}
Method [ <internal:phalcon, prototype ArrayAccess> public method offsetSet ] {
@@ -81238,6 +123063,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $dirtyState ]
}
+ - Return [ Phalcon\Mvc\ModelInterface|bool ]
}
Method [ <internal:phalcon> public method toArray ] {
@@ -81275,8 +123101,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $isNewTransaction = true ]
Property [ protected $manager = NULL ]
Property [ protected $messages = NULL ]
- Property [ protected $rollbackRecord = NULL ]
Property [ protected $rollbackOnAbort = false ]
+ Property [ protected $rollbackRecord = NULL ]
Property [ protected $rollbackThrowException = false ]
}
@@ -81336,7 +123162,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <optional> ?string $rollbackMessage = null ]
- Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $rollbackRecord = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $rollbackRecord = null ]
}
- Return [ bool ]
}
@@ -81407,7 +123233,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
- Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $record = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Mvc\ModelInterface $record = null ]
}
}
@@ -81415,14 +123241,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\ModelInterface ]
+ - Return [ ?Phalcon\Mvc\ModelInterface ]
}
Method [ <internal:phalcon> public method getRecordMessages ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ array|string ]
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
@@ -81513,7 +123339,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -81655,8 +123481,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $code = 0 ]
Property [ protected string $file = '' ]
Property [ protected int $line = 0 ]
- Property [ protected $messages = NULL ]
Property [ protected $model = NULL ]
+ Property [ protected $validationMessages = NULL ]
}
- Methods [12] {
@@ -81748,9 +123574,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Class [ <internal:phalcon> class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] {
- - Constants [4] {
+ - Constants [5] {
Constant [ public int POSITION_FIRST ] { 0 }
Constant [ public int POSITION_LAST ] { 1 }
+ Constant [ public int REGEX_CHUNK_SIZE ] { 10 }
Constant [ public int URI_SOURCE_GET_URL ] { 0 }
Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 }
}
@@ -81761,9 +123588,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [28] {
+ - Properties [39] {
Property [ protected $container = NULL ]
Property [ protected $action = '' ]
+ Property [ protected $candidatesByMethod = NULL ]
+ Property [ protected $routeMeta = NULL ]
+ Property [ protected $combinedRegexByMethod = NULL ]
+ Property [ protected $combinedRegexDisabled = NULL ]
+ Property [ protected $combinedRegexMarkMap = NULL ]
Property [ protected $controller = '' ]
Property [ protected $defaultAction = '' ]
Property [ protected $defaultController = '' ]
@@ -81771,6 +123603,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $defaultNamespace = '' ]
Property [ protected $defaultParams = NULL ]
Property [ protected $eventsManager = NULL ]
+ Property [ protected $hostnameByMethod = NULL ]
+ Property [ protected $hostnameLessByMethod = NULL ]
Property [ protected $keyRouteNames = NULL ]
Property [ protected $keyRouteIds = NULL ]
Property [ protected $matchedRoute = NULL ]
@@ -81781,8 +123615,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $namespaceName = '' ]
Property [ protected $notFoundPaths = NULL ]
Property [ protected $params = NULL ]
+ Property [ protected $pendingCache = NULL ]
+ Property [ protected $pendingCacheKey = '' ]
Property [ protected $removeExtraSlashes = false ]
Property [ protected $routes = NULL ]
+ Property [ protected $staticByMethod = NULL ]
+ Property [ protected $staticShadowedByMethod = NULL ]
Property [ protected $uriSource = 0 ]
Property [ protected $wasMatched = false ]
Property [ protected $actionSuffix = 'Action' ]
@@ -81792,7 +123630,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $routePrefix = '' ]
}
- - Methods [61] {
+ - Methods [66] {
Method [ <internal:phalcon> public method addModuleResource ] {
- Parameters [3] {
@@ -81800,7 +123638,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $handler ]
Parameter #2 [ <optional> ?string $prefix = null ]
}
- - Return [ Phalcon\Mvc\Router\Annotations ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addResource ] {
@@ -81809,7 +123647,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $handler ]
Parameter #1 [ <optional> ?string $prefix = null ]
}
- - Return [ Phalcon\Mvc\Router\Annotations ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method getResources ] {
@@ -81852,6 +123690,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionSuffix ]
}
+ - Return [ self ]
}
Method [ <internal:phalcon> public method setActionPreformatCallback ] {
@@ -81859,6 +123698,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> $callback = <default> ]
}
+ - Return [ self ]
}
Method [ <internal:phalcon> public method getActionPreformatCallback ] {
@@ -81872,6 +123712,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerSuffix ]
}
+ - Return [ self ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, ctor> public method __construct ] {
@@ -81887,7 +123728,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
Parameter #2 [ <optional> $httpMethods = <default> ]
- Parameter #3 [ <optional> int $position = null ]
+ Parameter #3 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81897,7 +123738,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81907,7 +123748,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81917,7 +123758,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81927,7 +123768,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81937,7 +123778,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81947,7 +123788,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81957,7 +123798,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81967,7 +123808,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81977,7 +123818,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81987,7 +123828,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [3] {
Parameter #0 [ <required> string $pattern ]
Parameter #1 [ <optional> $paths = <default> ]
- Parameter #2 [ <optional> int $position = null ]
+ Parameter #2 [ <optional> int $position = 1 ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -81996,9 +123837,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ]
- Parameter #1 [ <optional> int $position = null ]
+ Parameter #1 [ <optional> int $position = 1 ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method clear ] {
@@ -82008,6 +123849,46 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method buildDispatcherDump ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method loadDispatcherFromArray ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $dump ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method dumpDispatcher ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method loadDispatcher ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method useCache ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Cache\Adapter\AdapterInterface $cache ]
+ Parameter #1 [ <optional> string $key = 'phalcon.router.dispatcher' ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] {
- Parameters [0] {
@@ -82036,14 +123917,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getKeyRouteNames ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getKeyRouteIds ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getKeyRouteIds ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getKeyRouteNames ] {
- Parameters [0] {
}
@@ -82099,26 +123980,12 @@ Extension [ <persistent> extension #152 phalcon version 5.13.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> protected method rebuildMethodIndex ] {
-
- - Parameters [0] {
- }
- - Return [ void ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] {
- Parameters [1] {
- Parameter #0 [ <required> $id ]
+ Parameter #0 [ <required> $routeId ]
}
+ - Return [ Phalcon\Mvc\Router\RouteInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getRouteByName ] {
@@ -82126,6 +123993,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
+ - Return [ Phalcon\Mvc\Router\RouteInterface|bool ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getRoutes ] {
@@ -82147,23 +124015,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $config ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method addRouteFromConfig ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $routeData ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method mountGroupFromConfig ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $groupData ]
- }
- - Return [ void ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method mount ] {
@@ -82171,7 +124023,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\Router\GroupInterface $group ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method notFound ] {
@@ -82179,7 +124031,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $paths ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method removeExtraSlashes ] {
@@ -82187,7 +124039,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $remove ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method setDefaultAction ] {
@@ -82195,7 +124047,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method setDefaultController ] {
@@ -82203,7 +124055,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method setDefaultModule ] {
@@ -82211,7 +124063,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $moduleName ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setDefaultNamespace ] {
@@ -82219,7 +124071,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $namespaceName ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method setDefaults ] {
@@ -82227,7 +124079,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $defaults ]
}
- - Return [ Phalcon\Mvc\RouterInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
@@ -82238,20 +124090,20 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setKeyRouteNames ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setKeyRouteIds ] {
- Parameters [1] {
- Parameter #0 [ <required> array $routeNames ]
+ Parameter #0 [ <required> array $routeIds ]
}
- - Return [ Phalcon\Mvc\Router ]
+ - Return [ static ]
}
- Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setKeyRouteIds ] {
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setKeyRouteNames ] {
- Parameters [1] {
- Parameter #0 [ <required> array $routeIds ]
+ Parameter #0 [ <required> array $routeNames ]
}
- - Return [ Phalcon\Mvc\Router ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setUriSource ] {
@@ -82259,7 +124111,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $uriSource ]
}
- - Return [ Phalcon\Mvc\Router ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] {
@@ -82269,6 +124121,37 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method addRouteFromConfig ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $routeData ]
+ }
+ - Return [ void ]
+ }
+
+ 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> protected method mountGroupFromConfig ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $groupData ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method rebuildMethodIndex ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
- Parameters [0] {
@@ -82286,7 +124169,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\AnnotationsServiceUnavailable extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -82305,12 +124188,1349 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\BeforeMatchNotCallable extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\ConfigKeyMustBeArray extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\EmptyGroupOfRoutes extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\GroupRoutesMustBeArray extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\InvalidCallbackParameter extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\InvalidConfigSource extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\InvalidNotFoundPaths extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\InvalidRoutePaths extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\InvalidRoutePosition extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\InvalidRouterFactoryConfig extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\MissingGroupRouteKey extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\MissingRouteConfigKey extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\RequestServiceUnavailable extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\UnknownHttpMethod extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $method ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exceptions\WrongPathsKey extends Phalcon\Mvc\Router\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $part ]
}
}
@@ -82537,6 +125757,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\GroupInterface> public method getPrefix ] {
@@ -82615,21 +125836,22 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- - Properties [11] {
+ - Properties [12] {
Property [ protected $beforeMatch = NULL ]
+ Property [ protected $compiledHostName = false ]
Property [ protected $compiledPattern = NULL ]
Property [ protected $converters = NULL ]
Property [ protected $group = NULL ]
Property [ protected $hostname = NULL ]
- Property [ protected $id = '' ]
- Property [ protected $methods = NULL ]
Property [ protected $match = NULL ]
+ Property [ protected $methods = NULL ]
Property [ protected $name = NULL ]
Property [ protected $paths = NULL ]
Property [ protected $pattern = NULL ]
+ Property [ protected $routeId = '' ]
}
- - Methods [25] {
+ - Methods [26] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [3] {
@@ -82669,6 +125891,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $pattern ]
}
+ - Return [ array|bool ]
}
Method [ <internal:phalcon> public method getBeforeMatch ] {
@@ -82677,6 +125900,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon> public method getCompiledHostName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method getCompiledPattern ] {
- Parameters [0] {
@@ -82698,12 +125928,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?Phalcon\Mvc\Router\GroupInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method getHttpMethods ] {
-
- - Parameters [0] {
- }
- }
-
Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method getHostname ] {
- Parameters [0] {
@@ -82711,11 +125935,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon> public method getId ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method getHttpMethods ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ array|string|null ]
}
Method [ <internal:phalcon> public method getMatch ] {
@@ -82784,18 +126008,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method setHttpMethods ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method setHostname ] {
- Parameters [1] {
- Parameter #0 [ <required> $httpMethods ]
+ Parameter #0 [ <required> string $hostname ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method setHostname ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method setHttpMethods ] {
- Parameters [1] {
- Parameter #0 [ <required> string $hostname ]
+ Parameter #0 [ <required> $httpMethods ]
}
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
@@ -82808,6 +126032,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Router\RouteInterface ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method setRouteId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $routeId ]
+ }
+ - Return [ Phalcon\Mvc\Router\RouteInterface ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method via ] {
- Parameters [1] {
@@ -82864,8 +126096,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Properties [5] {
Property [ protected $container = NULL ]
- Property [ protected $baseUri = NULL ]
Property [ protected $basePath = NULL ]
+ Property [ protected $baseUri = NULL ]
Property [ protected $router = NULL ]
Property [ protected $staticBaseUri = NULL ]
}
@@ -82874,7 +126106,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Mvc\RouterInterface $router = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Mvc\RouterInterface $router = null ]
}
}
@@ -82882,7 +126114,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [5] {
Parameter #0 [ <optional> $uri = <default> ]
- Parameter #1 [ <optional> $args = <default> ]
+ Parameter #1 [ <optional> $arguments = <default> ]
Parameter #2 [ <optional> ?bool $local = null ]
Parameter #3 [ <optional> $baseUri = <default> ]
Parameter #4 [ <optional> bool $replaceArgs = false ]
@@ -82894,7 +126126,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ ?string ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method getBaseUri ] {
@@ -82919,6 +126151,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method path ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $path = null ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method setBasePath ] {
- Parameters [1] {
@@ -82943,32 +126183,203 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ Phalcon\Mvc\Url\UrlInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method path ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?string $path = null ]
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Url\Exceptions\MissingRouteName extends Phalcon\Mvc\Url\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- Parameters [0] {
}
- - Return [ Phalcon\Di\DiInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Url\Exceptions\RouteNotFound extends Phalcon\Mvc\Url\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Url\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Url\Exceptions\RouterServiceUnavailable extends Phalcon\Mvc\Url\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -82987,12 +126398,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
}
}
@@ -83139,36 +126547,36 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method cleanTemplateBefore ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
- Method [ <internal:phalcon> public method disableLevel ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method disable ] {
- - Parameters [1] {
- Parameter #0 [ <required> $level ]
+ - Parameters [0] {
}
- - Return [ Phalcon\Mvc\ViewInterface ]
+ - Return [ static ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method disable ] {
+ Method [ <internal:phalcon> public method disableLevel ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> $level ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method enable ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method exists ] {
@@ -83183,7 +126591,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method getActionName ] {
@@ -83197,6 +126605,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method getBasePath ] {
@@ -83227,20 +126636,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int ]
}
- Method [ <internal:phalcon> public method getRegisteredEngines ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> public method getRenderLevel ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] {
- Parameters [0] {
@@ -83252,7 +126647,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ ?string ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method getLayoutsDir ] {
@@ -83292,6 +126687,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getRegisteredEngines ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> public method getRender ] {
- Parameters [4] {
@@ -83303,24 +126705,25 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> public method getVar ] {
+ Method [ <internal:phalcon> public method getRenderLevel ] {
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ - Parameters [0] {
}
+ - Return [ int ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewBaseInterface> public method getViewsDir ] {
+ Method [ <internal:phalcon> public method getVar ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
}
}
- Method [ <internal:phalcon> protected method getViewsDirs ] {
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewBaseInterface> public method getViewsDir ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ array|string ]
}
Method [ <internal:phalcon> public method has ] {
@@ -83351,7 +126754,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $renderView ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method processRender ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $controllerName ]
+ Parameter #1 [ <required> string $actionName ]
+ Parameter #2 [ <optional> array $params = [] ]
+ Parameter #3 [ <optional> bool $fireEvents = true ]
+ }
+ - Return [ bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method registerEngines ] {
@@ -83359,7 +126773,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $engines ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method render ] {
@@ -83369,13 +126783,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #1 [ <required> string $actionName ]
Parameter #2 [ <optional> array $params = [] ]
}
+ - Return [ static|false ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method reset ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method setBasePath ] {
@@ -83383,7 +126798,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $basePath ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewBaseInterface> public method setContent ] {
@@ -83391,7 +126806,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $content ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
@@ -83407,7 +126822,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $layout ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method setLayoutsDir ] {
@@ -83415,7 +126830,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $layoutsDir ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method setMainView ] {
@@ -83423,15 +126838,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $viewPath ]
}
- - Return [ Phalcon\Mvc\View ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method setPartialsDir ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $partialsDir ]
- }
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewBaseInterface> public method setParamToView ] {
@@ -83440,7 +126847,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method setPartialsDir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $partialsDir ]
+ }
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method setRenderLevel ] {
@@ -83448,7 +126863,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $level ]
}
- - Return [ Phalcon\Mvc\ViewInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method setTemplateAfter ] {
@@ -83456,7 +126871,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $templateAfter ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method setTemplateBefore ] {
@@ -83464,7 +126879,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $templateBefore ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewBaseInterface> public method setVar ] {
@@ -83473,7 +126888,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setVars ] {
@@ -83482,7 +126897,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $params ]
Parameter #1 [ <optional> bool $merge = true ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewBaseInterface> public method setViewsDir ] {
@@ -83490,14 +126905,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $viewsDir ]
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method start ] {
- Parameters [0] {
}
- - Return [ Phalcon\Mvc\View ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method toString ] {
@@ -83520,6 +126935,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon> protected method getViewsDirs ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> final protected method isAbsolutePath ] {
- Parameters [1] {
@@ -83534,17 +126956,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> public method processRender ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $controllerName ]
- Parameter #1 [ <required> string $actionName ]
- Parameter #2 [ <optional> array $params = [] ]
- Parameter #3 [ <optional> bool $fireEvents = true ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:phalcon> private method getDirSeparator ] {
- Parameters [1] {
@@ -83601,7 +127012,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ViewBaseInterface $view ]
- Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -83814,7 +127225,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\ViewBaseInterface $view ]
- Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = <default> ]
+ Parameter #1 [ <optional> ?Phalcon\Di\DiInterface $container = null ]
}
}
@@ -83921,7 +127332,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Mvc\ViewBaseInterface $view = <default> ]
+ Parameter #0 [ <optional> ?Phalcon\Mvc\ViewBaseInterface $view = null ]
}
}
@@ -83930,7 +127341,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $extension ]
}
- - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addFilter ] {
@@ -83939,7 +127350,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $definition ]
}
- - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method addFunction ] {
@@ -83948,7 +127359,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> $definition ]
}
- - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method attributeReader ] {
@@ -83982,6 +127393,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $statement ]
Parameter #1 [ <required> bool $extendsMode ]
}
+ - Return [ string ]
}
Method [ <internal:phalcon> public method compileCase ] {
@@ -84223,6 +127635,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $option ]
Parameter #1 [ <required> $value ]
}
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setOptions ] {
@@ -84230,7 +127643,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $options ]
}
- - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setUniquePrefix ] {
@@ -84238,7 +127651,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $prefix ]
}
- - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method compileSource ] {
@@ -84247,6 +127660,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $viewCode ]
Parameter #1 [ <optional> bool $extendsMode = false ]
}
+ - Return [ array|string ]
}
Method [ <internal:phalcon> protected method getFinalPath ] {
@@ -84291,7 +127705,787 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\CannotOpenCompiledFile extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\CorruptedStatement extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\CorruptedStatementWithData extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $statement ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidCompilationPrefix extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidExtension extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidHaystack extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidIntermediateRepresentation extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidOptionType extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $option ]
+ Parameter #1 [ <required> string $type ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidPathClosureReturn extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -84311,23 +128505,2124 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidPathType extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidStatement extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $file ]
+ Parameter #1 [ <required> int $line ]
+ Parameter #2 [ <required> array $statement ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidUserFilterDefinition extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $file ]
+ Parameter #2 [ <required> int $line ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\InvalidUserFunctionDefinition extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $file ]
+ Parameter #2 [ <required> int $line ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\MacroAlreadyDefined extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\MacroNotFound extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\MbstringRequired extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\TemplateFileNotFound extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\TemplateFileNotOpenable extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\TemplatePathCollision extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\UnknownVoltExpression extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $type ]
+ Parameter #1 [ <required> string $file ]
+ Parameter #2 [ <required> int $line ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\UnknownVoltFilter extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $file ]
+ Parameter #2 [ <required> int $line ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\UnknownVoltFilterType extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $file ]
+ Parameter #1 [ <required> int $line ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\UnknownVoltStatement extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $type ]
+ Parameter #1 [ <required> string $file ]
+ Parameter #2 [ <required> int $line ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exceptions\VoltDirectoryNotWritable extends Phalcon\Mvc\View\Engine\Volt\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected $statement = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\Volt\Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\View\Engine\Volt\Exception> public method getStatement ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exceptions\InvalidEngineRegistration extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [4] {
- Parameter #0 [ <optional> string $message = '' ]
- Parameter #1 [ <optional> array $statement = [] ]
- Parameter #2 [ <optional> int $code = 0 ]
- Parameter #3 [ <optional> ?Exception $previous = <default> ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $extension ]
}
}
- Method [ <internal:phalcon> public method getStatement ] {
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exceptions\InvalidViewsDirType extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exceptions\SimpleViewNotFound extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $viewsDirPath ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exceptions\SimpleViewServicesUnavailable extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exceptions\ViewNotFound extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $viewPath ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exceptions\ViewServicesUnavailable extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- Parameters [0] {
}
- Return [ array ]
}
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exceptions\ViewsDirItemMustBeString extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- Parameters [0] {
@@ -84411,8 +130706,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Property [ protected $eventsManager = NULL ]
Property [ protected $options = NULL ]
Property [ protected $registeredEngines = NULL ]
- Property [ protected $viewsDir = NULL ]
Property [ protected $viewParams = NULL ]
+ Property [ protected $viewsDir = NULL ]
}
- Methods [25] {
@@ -84519,7 +130814,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $content ]
}
- - Return [ Phalcon\Mvc\View\Simple ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
@@ -84536,7 +130831,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Mvc\View\Simple ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewBaseInterface> public method setVar ] {
@@ -84545,7 +130840,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $key ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Mvc\View\Simple ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setVars ] {
@@ -84554,7 +130849,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> array $params ]
Parameter #1 [ <optional> bool $merge = true ]
}
- - Return [ Phalcon\Mvc\View\Simple ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewBaseInterface> public method setViewsDir ] {
@@ -84816,7 +131111,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\Model\Query\Builder $builder ]
}
- - Return [ Phalcon\Paginator\Adapter\QueryBuilder ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method getLimit ] {
@@ -84928,7 +131223,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $cursor ]
}
- - Return [ Phalcon\Paginator\Adapter\QueryBuilderCursor ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setQueryBuilder ] {
@@ -84936,7 +131231,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\Model\Query\Builder $builder ]
}
- - Return [ Phalcon\Paginator\Adapter\QueryBuilderCursor ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method getLimit ] {
@@ -84980,7 +131275,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exceptions\BuilderModelNotDefined extends Phalcon\Paginator\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -84999,12 +131294,552 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exceptions\InvalidBuilderInstance extends Phalcon\Paginator\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exceptions\InvalidCursorColumn extends Phalcon\Paginator\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exceptions\InvalidLimit extends Phalcon\Paginator\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exceptions\MissingColumnsForHaving extends Phalcon\Paginator\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exceptions\MissingRequiredParameter extends Phalcon\Paginator\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ private $parameter = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $parameter ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getParameter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exceptions\PaginatorDataNotArray extends Phalcon\Paginator\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -85304,6 +132139,277 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Session\Adapter\Exceptions\AdapterRuntimeError extends Phalcon\Session\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Session\Adapter\Exceptions\InvalidSavePath extends Phalcon\Session\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Session\Adapter\Exceptions\SavePathUnavailable extends Phalcon\Session\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $path ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] {
- Constants [0] {
@@ -85351,14 +132457,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int|false ]
}
- Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $id ]
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method open ] {
- Parameters [2] {
@@ -85368,6 +132466,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method write ] {
- Parameters [2] {
@@ -85435,14 +132541,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ int|false ]
}
- Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $id ]
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method open ] {
- Parameters [2] {
@@ -85452,6 +132550,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $id ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method write ] {
- Parameters [2] {
@@ -85483,16 +132589,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [5] {
- Property [ protected $connection = NULL ]
+ - Properties [3] {
Property [ protected $options = NULL ]
Property [ protected $prefix = '' ]
- Property [ protected $ttl = 8600 ]
Property [ private $path = '' ]
}
- Methods [17] {
- Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, ctor> public method __construct ] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
Parameter #0 [ <optional> array $options = [] ]
@@ -85564,6 +132668,15 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $pattern ]
}
+ - Return [ array|false ]
+ }
+
+ Method [ <internal:phalcon> protected method getPrefixedName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ - Return [ string ]
}
Method [ <internal:phalcon> protected method phpFileExists ] {
@@ -85620,14 +132733,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Return [ bool ]
}
-
- Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\Noop> protected method getPrefixedName ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $name ]
- }
- - Return [ string ]
- }
}
}
@@ -85777,7 +132882,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -85785,7 +132890,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -85876,7 +132981,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -85942,7 +133047,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toArray ] {
@@ -85981,7 +133086,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -85989,7 +133094,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -86028,7 +133133,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Session\Exceptions\InvalidSessionAdapter extends Phalcon\Session\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -86047,12 +133152,276 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Session\Exceptions\InvalidSessionName extends Phalcon\Session\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Session\Exceptions\SessionAlreadyStarted extends Phalcon\Session\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Session\Exceptions\SessionModificationDenied extends Phalcon\Session\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -86209,7 +133578,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ SessionHandlerInterface ]
+ - Return [ ?SessionHandlerInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Session\ManagerInterface> public method getId ] {
@@ -86226,19 +133595,19 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Session\ManagerInterface> public method has ] {
+ Method [ <internal:phalcon, prototype Phalcon\Session\ManagerInterface> public method getOptions ] {
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ - Parameters [0] {
}
- - Return [ bool ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Session\ManagerInterface> public method getOptions ] {
+ Method [ <internal:phalcon, prototype Phalcon\Session\ManagerInterface> public method has ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
}
- - Return [ array ]
+ - Return [ bool ]
}
Method [ <internal:phalcon, prototype Phalcon\Session\ManagerInterface> public method regenerateId ] {
@@ -86319,14 +133688,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> private method getUniqueKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon> private method getArrVal ] {
- Parameters [3] {
@@ -86336,6 +133697,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon> private method getUniqueKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
- Parameters [0] {
@@ -86444,7 +133813,461 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Exceptions\AuthenticationFailed extends Phalcon\Storage\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Exceptions\ClusterConnectionFailed extends Phalcon\Storage\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Exceptions\ConnectionFailed extends Phalcon\Storage\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Exceptions\DatabaseSelectionFailed extends Phalcon\Storage\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Exceptions\InvalidConfiguration extends Phalcon\Storage\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Exceptions\StorageError extends Phalcon\Storage\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -86624,7 +134447,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -86641,14 +134464,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -86718,7 +134541,185 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Exceptions\InvalidSerializationInput extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Exceptions\InvalidUnserializationInput extends InvalidArgumentException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -86744,14 +134745,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -86806,7 +134807,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\MemcachedIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\MemcachedIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -86823,14 +134824,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -86892,7 +134893,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\MemcachedJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\MemcachedJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -86909,14 +134910,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -86978,7 +134979,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\MemcachedPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\MemcachedPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -86995,14 +134996,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -87064,7 +135065,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\Igbinary implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\Igbinary implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -87096,14 +135097,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -87173,7 +135174,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -87190,14 +135191,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -87268,7 +135269,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -87285,14 +135286,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -87354,7 +135355,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -87371,14 +135372,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -87440,7 +135441,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisMsgpack extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisMsgpack extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -87457,14 +135458,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -87526,7 +135527,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisNone extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisNone extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -87543,14 +135544,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -87612,7 +135613,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\RedisPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -87629,14 +135630,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [9] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method serialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Serializable> public method unserialize ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\None, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
- Parameters [1] {
Parameter #0 [ <required> $data ]
@@ -87698,7 +135699,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Support\Collection\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Support\Collection\Exceptions\InvalidValueType extends InvalidArgumentException implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -87717,12 +135718,100 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Collection\Exceptions\ReadOnlyViolation extends Phalcon\Support\Collection\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
}
}
@@ -87929,7 +136018,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -87937,7 +136026,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -88028,7 +136117,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype ArrayAccess> public method offsetExists ] {
@@ -88086,7 +136175,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method toArray ] {
@@ -88125,7 +136214,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -88133,7 +136222,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -88199,7 +136288,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method debugVar ] {
@@ -88207,7 +136296,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $varz ]
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method getCssSources ] {
@@ -88244,21 +136333,21 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> bool $exceptions = true ]
Parameter #1 [ <optional> bool $lowSeverity = false ]
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method listenExceptions ] {
- Parameters [0] {
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method listenLowSeverity ] {
- Parameters [0] {
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method onUncaughtException ] {
@@ -88293,7 +136382,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> array $blacklist ]
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setShowBackTrace ] {
@@ -88301,7 +136390,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $showBackTrace ]
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setShowFileFragment ] {
@@ -88309,7 +136398,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $showFileFragment ]
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setShowFiles ] {
@@ -88317,7 +136406,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> bool $showFiles ]
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> public method setUri ] {
@@ -88325,7 +136414,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $uri ]
}
- - Return [ Phalcon\Support\Debug ]
+ - Return [ static ]
}
Method [ <internal:phalcon> protected method escapeString ] {
@@ -88539,7 +136628,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Support\Debug\Exception extends Phalcon\Support\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Support\Debug\Exceptions\RequestHalted extends Phalcon\Support\Debug\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -88558,15 +136647,115 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Debug\Exceptions\RuntimeWarning extends ErrorException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ protected int $severity = 1 ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:Core, inherits ErrorException, ctor> public method __construct ] {
+
+ - Parameters [6] {
Parameter #0 [ <optional> string $message = "" ]
Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ Parameter #2 [ <optional> int $severity = E_ERROR ]
+ Parameter #3 [ <optional> ?string $filename = null ]
+ Parameter #4 [ <optional> ?int $line = null ]
+ Parameter #5 [ <optional> ?Throwable $previous = null ]
}
}
+ Method [ <internal:Core, inherits ErrorException> final public method getSeverity ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- Parameters [0] {
@@ -88914,16 +137103,17 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> private method processNotArray ] {
+ Method [ <internal:phalcon> private method processArray ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> array $data ]
Parameter #1 [ <required> $item ]
+ Parameter #2 [ <required> bool $deep ]
}
- Return [ array ]
}
- Method [ <internal:phalcon> private method processArray ] {
+ Method [ <internal:phalcon> private method processArrayDeep ] {
- Parameters [3] {
Parameter #0 [ <required> array $data ]
@@ -88933,12 +137123,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> private method processArrayDeep ] {
+ Method [ <internal:phalcon> private method processNotArray ] {
- - Parameters [3] {
+ - Parameters [2] {
Parameter #0 [ <required> array $data ]
Parameter #1 [ <required> $item ]
- Parameter #2 [ <required> bool $deep ]
}
- Return [ array ]
}
@@ -89177,13 +137366,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [4] {
Parameter #0 [ <required> array $collection ]
Parameter #1 [ <required> $attribute ]
- Parameter #2 [ <optional> int $order = null ]
+ Parameter #2 [ <optional> int $order = 1 ]
Parameter #3 [ <optional> int $flags = 0 ]
}
- Return [ array ]
}
- Method [ <internal:phalcon> private method checkObject ] {
+ Method [ <internal:phalcon> private method checkNonObject ] {
- Parameters [3] {
Parameter #0 [ <required> array $sorted ]
@@ -89193,7 +137382,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> private method checkNonObject ] {
+ Method [ <internal:phalcon> private method checkObject ] {
- Parameters [3] {
Parameter #0 [ <required> array $sorted ]
@@ -89256,7 +137445,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> private method checkNull ] {
+ Method [ <internal:phalcon> private method checkNotNull ] {
- Parameters [3] {
Parameter #0 [ <required> array $collection ]
@@ -89266,7 +137455,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> private method checkNotNull ] {
+ Method [ <internal:phalcon> private method checkNull ] {
- Parameters [3] {
Parameter #0 [ <required> array $collection ]
@@ -89485,7 +137674,87 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Support\Helper\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\File\Basename ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $uri ]
+ Parameter #1 [ <optional> ?string $suffix = null ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\Json\Decode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $data ]
+ Parameter #1 [ <optional> bool $associative = false ]
+ Parameter #2 [ <optional> int $depth = 512 ]
+ Parameter #3 [ <optional> int $options = 79 ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\Json\Encode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> public method __invoke ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> int $options = 79 ]
+ Parameter #2 [ <optional> int $depth = 512 ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\Json\Exceptions\JsonDecodeError extends InvalidArgumentException implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -89504,10 +137773,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
+ Parameter #0 [ <optional> string $message = '' ]
Parameter #1 [ <optional> int $code = 0 ]
Parameter #2 [ <optional> ?Throwable $previous = null ]
}
@@ -89577,7 +137846,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Support\Helper\File\Basename ] {
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\Json\Exceptions\JsonEncodeError extends InvalidArgumentException implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -89588,69 +137857,81 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
}
- - Methods [1] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $uri ]
- Parameter #1 [ <optional> ?string $suffix = null ]
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = '' ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
- - Return [ string ]
}
- }
- }
- Class [ <internal:phalcon> class Phalcon\Support\Helper\Json\Decode ] {
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- - Constants [0] {
- }
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
- - Static properties [0] {
- }
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- - Static methods [0] {
- }
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
- - Properties [0] {
- }
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- - Methods [1] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Parameters [0] {
+ }
+ }
- - Parameters [4] {
- Parameter #0 [ <required> string $data ]
- Parameter #1 [ <optional> bool $associative = false ]
- Parameter #2 [ <optional> int $depth = 512 ]
- Parameter #3 [ <optional> int $options = 79 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
}
+ - Return [ string ]
}
- }
- }
- Class [ <internal:phalcon> class Phalcon\Support\Helper\Json\Encode ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- - Constants [0] {
- }
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
- - Static properties [0] {
- }
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- - Static methods [0] {
- }
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
- - Properties [0] {
- }
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- - Methods [1] {
- Method [ <internal:phalcon> public method __invoke ] {
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
- - Parameters [3] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> int $options = 79 ]
- Parameter #2 [ <optional> int $depth = 512 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
}
- Return [ string ]
}
@@ -90074,6 +138355,277 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\Str\Exceptions\InsufficientArguments extends Phalcon\Support\Helper\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\Str\Exceptions\InvalidReplaceFormat extends Phalcon\Support\Helper\Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Helper\Str\Exceptions\SyntaxError extends RuntimeException implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $text ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Support\Helper\Str\FirstBetween ] {
- Constants [0] {
@@ -90686,7 +139238,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> public method __invoke ] {
- Parameters [2] {
- Parameter #0 [ <optional> int $type = null ]
+ Parameter #0 [ <optional> int $type = 0 ]
Parameter #1 [ <optional> int $length = 8 ]
}
- Return [ string ]
@@ -91230,7 +139782,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method filter ] {
@@ -91238,7 +139790,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method first ] {
@@ -91297,7 +139849,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $callback ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method reduce ] {
@@ -91323,7 +139875,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <optional> $callback = <default> ]
Parameter #1 [ <optional> int $order = 4 ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Contracts\Support\Collection> public method values ] {
@@ -91339,7 +139891,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> string $propertyOrMethod ]
Parameter #1 [ <required> $value ]
}
- - Return [ Phalcon\Support\Collection\CollectionInterface ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] {
@@ -91347,7 +139899,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <optional> array $data = [] ]
}
- - Return [ Phalcon\Contracts\Support\Collection ]
+ - Return [ static ]
}
Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] {
@@ -91448,41 +140000,41 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [5] {
- Method [ <internal:phalcon> protected method getVersion ] {
+ Method [ <internal:phalcon> public method get ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> final protected method getSpecial ] {
+ Method [ <internal:phalcon> public method getId ] {
- - Parameters [1] {
- Parameter #0 [ <required> int $special ]
+ - Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> public method get ] {
+ Method [ <internal:phalcon> public method getPart ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> int $part ]
}
- Return [ string ]
}
- Method [ <internal:phalcon> public method getId ] {
+ Method [ <internal:phalcon> final protected method getSpecial ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> int $special ]
}
- Return [ string ]
}
- Method [ <internal:phalcon> public method getPart ] {
+ Method [ <internal:phalcon> protected method getVersion ] {
- - Parameters [1] {
- Parameter #0 [ <required> int $part ]
+ - Parameters [0] {
}
- - Return [ string ]
+ - Return [ array ]
}
}
}
@@ -92145,7 +140697,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Time\Clock\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Time\Clock\Exceptions\InvalidModifier extends Phalcon\Time\Clock\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -92153,15 +140705,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon> static public method invalidModifier ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $message ]
- Parameter #1 [ <optional> ?Throwable $ex = <default> ]
- }
- - Return [ Phalcon\Time\Clock\Exception ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -92172,12 +140716,11 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
- Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> ?Throwable $ex = null ]
}
}
@@ -92286,7 +140829,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> string $modifier ]
}
- - Return [ Phalcon\Time\Clock\FrozenClock ]
+ - Return [ static ]
}
Method [ <internal:phalcon, prototype Phalcon\Time\Clock\ClockInterface> public method now ] {
@@ -92301,7 +140844,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> DateTimeImmutable $now ]
}
- - Return [ Phalcon\Time\Clock\FrozenClock ]
+ - Return [ static ]
}
}
}
@@ -92351,7 +140894,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] {
+ Class [ <internal:phalcon> class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements ArrayAccess, Phalcon\Translate\Adapter\AdapterInterface ] {
- Constants [0] {
}
@@ -92402,18 +140945,6 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> private method load ] {
-
- - 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 ]
- }
-
Method [ <internal:phalcon> public method toArray ] {
- Parameters [0] {
@@ -92429,6 +140960,18 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Method [ <internal:phalcon> private method load ] {
+
+ - 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 ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter> public method _ ] {
- Parameters [2] {
@@ -92451,7 +140994,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $translateKey ]
}
- - Return [ mixed ]
+ - Return [ ?string ]
}
Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter, prototype ArrayAccess> public method offsetSet ] {
@@ -92491,7 +141034,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] {
+ Class [ <internal:phalcon> class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements ArrayAccess, Phalcon\Translate\Adapter\AdapterInterface ] {
- Constants [0] {
}
@@ -92546,12 +141089,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [0] {
}
+ - Return [ array|string ]
}
Method [ <internal:phalcon> public method getLocale ] {
- Parameters [0] {
}
+ - Return [ string|false ]
}
Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method has ] {
@@ -92620,6 +141165,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Parameter #0 [ <required> int $category ]
Parameter #1 [ <optional> array $localeArray = [] ]
}
+ - Return [ string|bool ]
}
Method [ <internal:phalcon> protected method getOptionsDefault ] {
@@ -92667,7 +141213,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $translateKey ]
}
- - Return [ mixed ]
+ - Return [ ?string ]
}
Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter, prototype ArrayAccess> public method offsetSet ] {
@@ -92707,7 +141253,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] {
+ Class [ <internal:phalcon> class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements ArrayAccess, Phalcon\Translate\Adapter\AdapterInterface ] {
- Constants [0] {
}
@@ -92796,7 +141342,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Parameters [1] {
Parameter #0 [ <required> $translateKey ]
}
- - Return [ mixed ]
+ - Return [ ?string ]
}
Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter, prototype ArrayAccess> public method offsetSet ] {
@@ -92836,7 +141382,733 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\FileOpenError extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\ImmutableObject extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\InterpolatorNotRegistered extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\InvalidDataType extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\KeyNotFound extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\MissingContent extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\MissingGettextExtension extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\MissingRequiredParameter extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ Property [ private $parameter = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $parameter ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getParameter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Translate\Exceptions\TranslatorNotRegistered extends Phalcon\Translate\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -93208,10 +142480,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $container ]
}
}
}
@@ -93234,10 +142504,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $container ]
}
}
}
@@ -93260,10 +142528,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $container ]
}
}
}
@@ -93286,10 +142552,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $container ]
}
}
}
@@ -93300,7 +142564,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [1] {
+ Property [ public static $ioc = NULL ]
}
- Static methods [0] {
@@ -93312,10 +142577,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [0] {
}
}
}
@@ -93326,7 +142588,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [1] {
+ Property [ public static $ioc = NULL ]
}
- Static methods [0] {
@@ -93338,10 +142601,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [0] {
}
}
}
@@ -93364,10 +142624,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
}
}
}
@@ -93390,10 +142648,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
}
}
}
@@ -93534,9 +142790,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [2] {
- Property [ public static $schema = NULL ]
- Property [ public static $locator = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93548,8 +142802,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $e ]
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93560,8 +142816,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93573,7 +142828,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93584,8 +142842,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93597,7 +142854,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93608,8 +142868,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93621,7 +142880,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93632,8 +142894,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93645,7 +142906,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93656,9 +142920,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [2] {
- Property [ public static $escaper = NULL ]
- Property [ public static $url = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93670,7 +142932,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93681,8 +142946,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93694,7 +142958,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93705,8 +142972,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93718,7 +142984,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93756,8 +143025,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -93769,7 +143037,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93792,7 +143063,10 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> array $options ]
+ Parameter #2 [ <required> array $attributes ]
}
}
}
@@ -93803,8 +143077,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [2] {
+ Property [ public static $schema = NULL ]
+ Property [ public static $locator = NULL ]
}
- Static methods [0] {
@@ -93816,7 +143091,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> $e ]
}
}
}
@@ -93923,8 +143199,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
+ - Static properties [2] {
Property [ public static $escaper = NULL ]
+ Property [ public static $url = NULL ]
}
- Static methods [0] {
@@ -94046,8 +143323,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [1] {
- Property [ public static $escaper = NULL ]
+ - Static properties [0] {
}
- Static methods [0] {
@@ -94529,7 +143805,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [1] {
+ Property [ public static $dispatcher = NULL ]
}
- Static methods [0] {
@@ -94542,7 +143819,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $file ]
+ Parameter #0 [ <required> $target ]
}
}
}
@@ -94769,9 +144046,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [2] {
+ - Static properties [1] {
Property [ public static $escaper = NULL ]
- Property [ public static $response = NULL ]
}
- Static methods [0] {
@@ -94807,7 +144083,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $element ]
+ Parameter #0 [ <required> $file ]
}
}
}
@@ -94986,7 +144262,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
}
- Static methods [0] {
@@ -94998,9 +144275,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [2] {
- Parameter #0 [ <required> $a ]
- Parameter #1 [ <required> $b ]
+ - Parameters [0] {
}
}
}
@@ -95011,7 +144286,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
}
- Static methods [0] {
@@ -95023,9 +144299,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [2] {
- Parameter #0 [ <required> $a ]
- Parameter #1 [ <required> $b ]
+ - Parameters [0] {
}
}
}
@@ -95036,7 +144310,9 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [2] {
+ Property [ public static $escaper = NULL ]
+ Property [ public static $response = NULL ]
}
- Static methods [0] {
@@ -95048,8 +144324,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $action ]
+ - Parameters [0] {
}
}
}
@@ -95060,7 +144335,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [1] {
+ Property [ public static $name = NULL ]
}
- Static methods [0] {
@@ -95072,8 +144348,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
+ - Parameters [0] {
}
}
}
@@ -95084,7 +144359,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
}
- Static methods [0] {
@@ -95096,11 +144372,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [4] {
- Parameter #0 [ <required> $number ]
- Parameter #1 [ <required> $message ]
- Parameter #2 [ <required> $file ]
- Parameter #3 [ <required> $line ]
+ - Parameters [0] {
}
}
}
@@ -95111,7 +144383,8 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
}
- Static methods [0] {
@@ -95123,8 +144396,7 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
+ - Parameters [0] {
}
}
}
@@ -95135,6 +144407,126 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Constants [0] {
}
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\83__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\84__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\85__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\86__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [1] {
+ Property [ public static $escaper = NULL ]
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\87__closure ] {
+
+ - Constants [0] {
+ }
+
- Static properties [0] {
}
@@ -95148,13 +144540,13 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $element ]
+ Parameter #0 [ <required> $action ]
}
}
}
}
- Class [ <internal:phalcon> final class phalcon\83__closure ] {
+ Class [ <internal:phalcon> final class phalcon\88__closure ] {
- Constants [0] {
}
@@ -95181,11 +144573,59 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
}
}
+ Class [ <internal:phalcon> final class phalcon\89__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
+ }
+ }
+ }
+ }
+
Class [ <internal:phalcon> final class phalcon\8__closure ] {
- Constants [0] {
}
+ - Static properties [1] {
+ Property [ public static $name = NULL ]
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\90__closure ] {
+
+ - Constants [0] {
+ }
+
- Static properties [0] {
}
@@ -95198,16 +144638,14 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
}
}
}
}
- Class [ <internal:phalcon> final class phalcon\9__closure ] {
+ Class [ <internal:phalcon> final class phalcon\91__closure ] {
- Constants [0] {
}
@@ -95224,10 +144662,35 @@ Extension [ <persistent> extension #152 phalcon version 5.13.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $options ]
- Parameter #2 [ <required> array $attributes ]
+ - Parameters [4] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <required> $message ]
+ Parameter #2 [ <required> $file ]
+ Parameter #3 [ <required> $line ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\9__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [1] {
+ Property [ public static $definition = NULL ]
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
+ - Parameters [0] {
}
}
}