summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO5
-rw-r--r--REFLECTION11639
-rw-r--r--composer.json1
-rw-r--r--php-phalcon5.spec15
4 files changed, 10131 insertions, 1529 deletions
diff --git a/PHPINFO b/PHPINFO
index 09df689..438146e 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,14 +5,15 @@ phalcon
Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance.
phalcon => enabled
Author => Phalcon Team and contributors
-Version => 5.14.2
-Build Date => Jun 14 2026 00:00:00
+Version => 5.16.0
+Build Date => Jun 23 2026 00:00:00
Powered by Zephir => Version 0.23.0-$Id$
Directive => Local Value => Master Value
phalcon.db.escape_identifiers => On => On
phalcon.db.force_casting => Off => Off
phalcon.form.strict_entity_property_check => Off => Off
+phalcon.orm.call_setters_on_hydration => Off => Off
phalcon.orm.case_insensitive_column_map => Off => Off
phalcon.orm.cast_last_insert_id_to_int => Off => Off
phalcon.orm.cast_on_hydrate => Off => Off
diff --git a/REFLECTION b/REFLECTION
index b408c32..9671636 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
+Extension [ <persistent> extension #154 phalcon version 5.16.0 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -18,6 +18,9 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Entry [ phalcon.form.strict_entity_property_check <ALL> ]
Current = '0'
}
+ Entry [ phalcon.orm.call_setters_on_hydration <ALL> ]
+ Current = '0'
+ }
Entry [ phalcon.orm.case_insensitive_column_map <ALL> ]
Current = '0'
}
@@ -77,7 +80,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Classes [1305] {
+ - Classes [1398] {
Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -1541,7 +1544,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Db\Geometry\GeometryInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Dispatcher\Dispatcher ] {
- Constants [0] {
}
@@ -1555,145 +1558,169 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Properties [0] {
}
- - Methods [3] {
- Method [ <internal:phalcon> abstract public method getSrid ] {
+ - Methods [21] {
+ Method [ <internal:phalcon> abstract public method dispatch ] {
- Parameters [0] {
}
- - Return [ int ]
}
- Method [ <internal:phalcon> abstract public method getType ] {
+ Method [ <internal:phalcon> abstract public method forward ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $forward ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getActionName ] {
- Parameters [0] {
}
- - Return [ int ]
+ - Return [ string ]
}
- Method [ <internal:phalcon> abstract public method toWkt ] {
+ Method [ <internal:phalcon> abstract public method getActionSuffix ] {
- Parameters [0] {
}
- Return [ string ]
}
- }
- }
- Interface [ <internal:phalcon> interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] {
+ Method [ <internal:phalcon> abstract public method getHandlerSuffix ] {
- - Constants [0] {
- }
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
- - Static properties [0] {
- }
+ Method [ <internal:phalcon> abstract public method getParam ] {
- - Static methods [0] {
- }
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <optional> $filters = <default> ]
+ }
+ }
- - Properties [0] {
- }
+ Method [ <internal:phalcon> abstract public method getParameter ] {
- - Methods [12] {
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method clear ] {
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <optional> $filters = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getParams ] {
- Parameters [0] {
}
- - Return [ bool ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method decrement ] {
+ Method [ <internal:phalcon> abstract public method getParameters ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> int $value = 1 ]
+ - Parameters [0] {
}
- - Return [ int|bool ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method delete ] {
+ Method [ <internal:phalcon> abstract public method getReturnedValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method hasParam ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $param ]
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method deleteMultiple ] {
+ Method [ <internal:phalcon> abstract public method isFinished ] {
- - Parameters [1] {
- Parameter #0 [ <required> array $keys ]
+ - Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method get ] {
+ Method [ <internal:phalcon> abstract public method setActionName ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
}
+ - Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getAdapter ] {
+ Method [ <internal:phalcon> abstract public method setActionSuffix ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionSuffix ]
}
+ - Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] {
+ Method [ <internal:phalcon> abstract public method setDefaultAction ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $prefix = '' ]
+ Parameter #0 [ <required> string $actionName ]
}
- - Return [ array ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getPrefix ] {
+ Method [ <internal:phalcon> abstract public method setDefaultNamespace ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> string $defaultNamespace ]
}
- - Return [ string ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method has ] {
+ Method [ <internal:phalcon> abstract public method setHandlerSuffix ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> string $handlerSuffix ]
}
- - Return [ bool ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method increment ] {
+ Method [ <internal:phalcon> abstract public method setModuleName ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> int $value = 1 ]
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $moduleName = null ]
}
- - Return [ int|bool ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method set ] {
+ Method [ <internal:phalcon> abstract public method setNamespaceName ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $ttl = <default> ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $namespaceName ]
}
- - Return [ bool ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method setForever ] {
+ Method [ <internal:phalcon> abstract public method setParam ] {
- Parameters [2] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $param ]
Parameter #1 [ <required> $value ]
}
- - Return [ bool ]
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setParams ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $params ]
+ }
+ - Return [ void ]
}
}
}
- Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Adapter\Adapter ] {
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Db\Geometry\Geometry ] {
- Constants [0] {
}
@@ -1701,49 +1728,37 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- 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 ]
- }
+ - Static methods [0] {
}
- Properties [0] {
}
- Methods [3] {
- Method [ <internal:phalcon> abstract public method retrieveByCredentials ] {
+ Method [ <internal:phalcon> abstract public method getSrid ] {
- - Parameters [1] {
- Parameter #0 [ <required> array $credentials ]
+ - Parameters [0] {
}
- - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ - Return [ int ]
}
- Method [ <internal:phalcon> abstract public method retrieveById ] {
+ Method [ <internal:phalcon> abstract public method getType ] {
- - Parameters [1] {
- Parameter #0 [ <required> $id ]
+ - Parameters [0] {
}
- - Return [ ?Phalcon\Contracts\Auth\AuthUser ]
+ - Return [ int ]
}
- Method [ <internal:phalcon> abstract public method validateCredentials ] {
+ Method [ <internal:phalcon> abstract public method toWkt ] {
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Contracts\Auth\AuthUser $user ]
- Parameter #1 [ <required> array $credentials ]
+ - Parameters [0] {
}
- - Return [ bool ]
+ - Return [ string ]
}
}
}
- Interface [ <internal:phalcon> interface Phalcon\Dispatcher\DispatcherInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Queue\Exceptions\QueueThrowable extends Throwable, Stringable ] {
- Constants [0] {
}
@@ -1757,169 +1772,392 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Properties [0] {
}
- - Methods [21] {
- Method [ <internal:phalcon> abstract public method dispatch ] {
+ - Methods [8] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getMessage ] {
- Parameters [0] {
}
+ - Return [ string ]
}
- Method [ <internal:phalcon> abstract public method forward ] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getCode ] {
- - Parameters [1] {
- Parameter #0 [ <required> array $forward ]
+ - Parameters [0] {
}
- - Return [ void ]
}
- Method [ <internal:phalcon> abstract public method getActionName ] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getFile ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getActionSuffix ] {
+ 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:phalcon> abstract public method getHandlerSuffix ] {
+ Method [ <internal:Core, inherits Stringable> abstract public method __toString ] {
- Parameters [0] {
}
- Return [ string ]
}
+ }
+ }
- Method [ <internal:phalcon> abstract public method getParam ] {
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- - Parameters [2] {
- Parameter #0 [ <required> $param ]
- Parameter #1 [ <optional> $filters = <default> ]
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method pad ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $paddingSize ]
}
+ - Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getParameter ] {
+ Method [ <internal:phalcon> abstract public method unpad ] {
- Parameters [2] {
- Parameter #0 [ <required> $param ]
- Parameter #1 [ <optional> $filters = <default> ]
+ Parameter #0 [ <required> string $input ]
+ Parameter #1 [ <required> int $blockSize ]
}
+ - Return [ int ]
}
+ }
+ }
- Method [ <internal:phalcon> abstract public method getParams ] {
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\Uuid\Uuid ] {
+
+ - Constants [4] {
+ Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 }
+ Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 }
+ Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 }
+ Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Db\Geometry\GeometryInterface extends Phalcon\Contracts\Db\Geometry\Geometry ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Geometry\Geometry> abstract public method getSrid ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ int ]
}
- Method [ <internal:phalcon> abstract public method getParameters ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Geometry\Geometry> abstract public method getType ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ int ]
}
- Method [ <internal:phalcon> abstract public method getReturnedValue ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Geometry\Geometry> abstract public method toWkt ] {
- Parameters [0] {
}
+ - Return [ string ]
}
+ }
+ }
- Method [ <internal:phalcon> abstract public method hasParam ] {
+ Interface [ <internal:phalcon> interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] {
- - Parameters [1] {
- Parameter #0 [ <required> $param ]
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method clear ] {
+
+ - Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method isFinished ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method decrement ] {
- - Parameters [0] {
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> int $value = 1 ]
}
- - Return [ bool ]
+ - Return [ int|bool ]
}
- Method [ <internal:phalcon> abstract public method setActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method delete ] {
- Parameters [1] {
- Parameter #0 [ <required> string $actionName ]
+ Parameter #0 [ <required> string $key ]
}
- - Return [ void ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method setActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method deleteMultiple ] {
- Parameters [1] {
- Parameter #0 [ <required> string $actionSuffix ]
+ Parameter #0 [ <required> array $keys ]
}
- - Return [ void ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method setDefaultAction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getAdapter ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] {
- Parameters [1] {
- Parameter #0 [ <required> string $actionName ]
+ Parameter #0 [ <optional> string $prefix = '' ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon> abstract public method setDefaultNamespace ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getPrefix ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method has ] {
- Parameters [1] {
- Parameter #0 [ <required> string $defaultNamespace ]
+ Parameter #0 [ <required> string $key ]
}
- - Return [ void ]
+ - Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method setHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method increment ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> int $value = 1 ]
+ }
+ - Return [ int|bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method set ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $ttl = <default> ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method setForever ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Assets\Asset ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon> abstract public method getAssetKey ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAttributes ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getFilter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setAttributes ] {
- Parameters [1] {
- Parameter #0 [ <required> string $handlerSuffix ]
+ Parameter #0 [ <required> array $attributes ]
}
- - Return [ void ]
+ - Return [ Phalcon\Contracts\Assets\Asset ]
}
- Method [ <internal:phalcon> abstract public method setModuleName ] {
+ Method [ <internal:phalcon> abstract public method setFilter ] {
- Parameters [1] {
- Parameter #0 [ <optional> ?string $moduleName = null ]
+ Parameter #0 [ <required> bool $filter ]
}
- - Return [ void ]
+ - Return [ Phalcon\Contracts\Assets\Asset ]
}
- Method [ <internal:phalcon> abstract public method setNamespaceName ] {
+ Method [ <internal:phalcon> abstract public method setType ] {
- Parameters [1] {
- Parameter #0 [ <required> string $namespaceName ]
+ Parameter #0 [ <required> string $type ]
}
- - Return [ void ]
+ - Return [ Phalcon\Contracts\Assets\Asset ]
}
+ }
+ }
- Method [ <internal:phalcon> abstract public method setParam ] {
+ 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> $param ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> Phalcon\Contracts\Encryption\Security\Security $hasher ]
+ Parameter #1 [ <required> array $options ]
}
- - Return [ void ]
+ - Return [ static ]
}
+ }
- Method [ <internal:phalcon> abstract public method setParams ] {
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon> abstract public method retrieveByCredentials ] {
- Parameters [1] {
- Parameter #0 [ <required> array $params ]
+ Parameter #0 [ <required> array $credentials ]
}
- - Return [ void ]
+ - 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\Encryption\Crypt\Padding\PadInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Encryption\Crypt\Padding\PadInterface extends Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- Constants [0] {
}
@@ -1934,7 +2172,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon> abstract public method pad ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Padding\Pad> abstract public method pad ] {
- Parameters [1] {
Parameter #0 [ <required> int $paddingSize ]
@@ -1942,7 +2180,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method unpad ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Padding\Pad> abstract public method unpad ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -1953,7 +2191,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Encryption\Security\Uuid\UuidInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Encryption\Security\Uuid\UuidInterface extends Phalcon\Contracts\Encryption\Security\Uuid\Uuid ] {
- Constants [4] {
Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 }
@@ -1975,7 +2213,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Assets\AssetInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Assets\AssetInterface extends Phalcon\Contracts\Assets\Asset ] {
- Constants [0] {
}
@@ -1990,56 +2228,56 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [7] {
- Method [ <internal:phalcon> abstract public method getAssetKey ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Assets\Asset> abstract public method getAssetKey ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Assets\Asset> abstract public method getAttributes ] {
- Parameters [0] {
}
- Return [ ?array ]
}
- Method [ <internal:phalcon> abstract public method getFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Assets\Asset> abstract public method getFilter ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method getType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Assets\Asset> abstract public method getType ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method setAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Assets\Asset> abstract public method setAttributes ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
}
- - Return [ Phalcon\Assets\AssetInterface ]
+ - Return [ Phalcon\Contracts\Assets\Asset ]
}
- Method [ <internal:phalcon> abstract public method setFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Assets\Asset> abstract public method setFilter ] {
- Parameters [1] {
Parameter #0 [ <required> bool $filter ]
}
- - Return [ Phalcon\Assets\AssetInterface ]
+ - Return [ Phalcon\Contracts\Assets\Asset ]
}
- Method [ <internal:phalcon> abstract public method setType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Assets\Asset> abstract public method setType ] {
- Parameters [1] {
Parameter #0 [ <required> string $type ]
}
- - Return [ Phalcon\Assets\AssetInterface ]
+ - Return [ Phalcon\Contracts\Assets\Asset ]
}
}
}
@@ -2950,6 +3188,125 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Domain\Payload\Readable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon> abstract public method getException ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getExtras ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getInput ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getMessages ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getOutput ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getStatus ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Domain\Payload\Writeable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon> abstract public method setException ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setExtras ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $extras ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setInput ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $input ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setMessages ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $messages ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setOutput ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $output ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setStatus ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $status ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Paginator\Adapter ] {
- Constants [0] {
@@ -2984,7 +3341,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Parameters [1] {
Parameter #0 [ <required> int $page ]
}
- - Return [ Phalcon\Paginator\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Paginator\Adapter ]
}
Method [ <internal:phalcon> abstract public method setLimit ] {
@@ -2992,7 +3349,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Parameters [1] {
Parameter #0 [ <required> int $limit ]
}
- - Return [ Phalcon\Paginator\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Paginator\Adapter ]
}
}
}
@@ -3574,6 +3931,523 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Logger\Adapter\Adapter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:phalcon> abstract public method add ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Logger\Item $item ]
+ }
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon> abstract public method begin ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon> abstract public method close ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method commit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getFormatter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Logger\Formatter\FormatterInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method inTransaction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method process ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Logger\Item $item ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method rollback ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setFormatter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Logger\Formatter\FormatterInterface $formatter ]
+ }
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\Consumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon> abstract public method acknowledge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon> abstract public method receive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon> abstract public method receiveNoWait ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon> abstract public method reject ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #1 [ <optional> bool $requeue = false ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\Context ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:phalcon> abstract public method close ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method createConsumer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Consumer ]
+ }
+
+ Method [ <internal:phalcon> abstract public method createMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon> abstract public method createProducer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon> abstract public method createQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon> abstract public method createSubscriptionConsumer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ]
+ }
+
+ Method [ <internal:phalcon> abstract public method createTemporaryQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon> abstract public method createTopic ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $topicName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Topic ]
+ }
+
+ Method [ <internal:phalcon> abstract public method purgeQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\Message ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [20] {
+ Method [ <internal:phalcon> abstract public method getBody ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getCorrelationId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getHeaders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getMessageId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getProperties ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getReplyTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getTimestamp ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method isRedelivered ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setBody ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $body ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setCorrelationId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $correlationId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setHeaders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $headers ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setMessageId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setProperties ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $properties ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setRedelivered ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $redelivered ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setReplyTo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $replyTo ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setTimestamp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\Producer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon> abstract public method getDeliveryDelay ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getPriority ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getTimeToLive ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method send ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setDeliveryDelay ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deliveryDelay = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setPriority ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $priority = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setTimeToLive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timeToLive = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\SubscriptionConsumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon> abstract public method consume ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method subscribe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ Parameter #1 [ <required> $callback ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsubscribe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method unsubscribeAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Db\Adapter\AdapterInterface extends Phalcon\Contracts\Db\Adapter\Adapter ] {
- Constants [0] {
@@ -4202,7 +5076,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Parameters [1] {
Parameter #0 [ <required> int $page ]
}
- - Return [ Phalcon\Paginator\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Paginator\Adapter ]
}
Method [ <internal:phalcon, inherits Phalcon\Contracts\Paginator\Adapter> abstract public method setLimit ] {
@@ -4210,7 +5084,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Parameters [1] {
Parameter #0 [ <required> int $limit ]
}
- - Return [ Phalcon\Paginator\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Paginator\Adapter ]
}
}
}
@@ -4340,6 +5214,31 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Assets\Filter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method filter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $content ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Access\Access ] {
- Constants [0] {
@@ -4428,6 +5327,181 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon> abstract public method getAlgHeader ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAlgorithm ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method sign ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $payload ]
+ Parameter #1 [ <required> string $passphrase ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method verify ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $source ]
+ Parameter #1 [ <required> string $payload ]
+ Parameter #2 [ <required> string $passphrase ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Flash\Flash ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon> abstract public method error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method message ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> string $message ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method notice ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method success ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method warning ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ ?string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Logger\Formatter\Formatter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method format ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Logger\Item $item ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\ConnectionFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method createContext ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Context ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\Destination ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] {
- Constants [0] {
@@ -4955,7 +6029,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Logger\Adapter\AdapterInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Logger\Adapter\AdapterInterface extends Phalcon\Contracts\Logger\Adapter\Adapter ] {
- Constants [0] {
}
@@ -4970,50 +6044,50 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [9] {
- Method [ <internal:phalcon> abstract public method add ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method add ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
}
- - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
}
- Method [ <internal:phalcon> abstract public method begin ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method begin ] {
- Parameters [0] {
}
- - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
}
- Method [ <internal:phalcon> abstract public method close ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method close ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method commit ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method commit ] {
- Parameters [0] {
}
- - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
}
- Method [ <internal:phalcon> abstract public method getFormatter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method getFormatter ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Formatter\FormatterInterface ]
}
- Method [ <internal:phalcon> abstract public method inTransaction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method inTransaction ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method process ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method process ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -5021,19 +6095,19 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method rollback ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method rollback ] {
- Parameters [0] {
}
- - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
}
- Method [ <internal:phalcon> abstract public method setFormatter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method setFormatter ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Formatter\FormatterInterface $formatter ]
}
- - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
}
}
}
@@ -5081,7 +6155,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Assets\FilterInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Assets\FilterInterface extends Phalcon\Contracts\Assets\Filter ] {
- Constants [0] {
}
@@ -5096,7 +6170,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [1] {
- Method [ <internal:phalcon> abstract public method filter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Assets\Filter> abstract public method filter ] {
- Parameters [1] {
Parameter #0 [ <required> string $content ]
@@ -5208,6 +6282,144 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Cache\Cache ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon> abstract public method clear ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method delete ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method deleteMultiple ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $keys ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getMultiple ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $keys ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method set ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $ttl = <default> ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setMultiple ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $values ]
+ Parameter #1 [ <optional> $ttl = <default> ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method getNode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method getDateTime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ DateTimeImmutable ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getNode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Forms\Schema ] {
- Constants [0] {
@@ -5232,6 +6444,177 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Logger\Logger ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon> abstract public method alert ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method critical ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method debug ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method emergency ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method error ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAdapter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAdapters ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getLogLevel ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method log ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $level ]
+ Parameter #1 [ <required> string $message ]
+ Parameter #2 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method notice ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method trace ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method warning ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> array $context = [] ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Support\Debug\TemplateAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setTemplate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $template ]
+ }
+ - Return [ static ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] {
- Constants [0] {
@@ -5680,7 +7063,183 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Dispatcher\DispatcherInterface extends Phalcon\Contracts\Dispatcher\Dispatcher ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [21] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method dispatch ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method forward ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $forward ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionSuffix ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getHandlerSuffix ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParam ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <optional> $filters = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <optional> $filters = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParams ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameters ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getReturnedValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method hasParam ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $param ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method isFinished ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionSuffix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionSuffix ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultAction ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $defaultNamespace ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setHandlerSuffix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $handlerSuffix ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setModuleName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $moduleName = null ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setNamespaceName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $namespaceName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParam ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParams ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $params ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Encryption\Security\JWT\Signer\SignerInterface extends Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer ] {
- Constants [0] {
}
@@ -5695,21 +7254,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [4] {
- Method [ <internal:phalcon> abstract public method getAlgHeader ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> abstract public method getAlgHeader ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getAlgorithm ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> abstract public method getAlgorithm ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method sign ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> abstract public method sign ] {
- Parameters [2] {
Parameter #0 [ <required> string $payload ]
@@ -5718,7 +7277,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method verify ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> abstract public method verify ] {
- Parameters [3] {
Parameter #0 [ <required> string $source ]
@@ -5763,7 +7322,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Flash\FlashInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Flash\FlashInterface extends Phalcon\Contracts\Flash\Flash ] {
- Constants [0] {
}
@@ -5778,7 +7337,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [5] {
- Method [ <internal:phalcon> abstract public method error ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Flash\Flash> abstract public method error ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -5786,7 +7345,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon> abstract public method message ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Flash\Flash> abstract public method message ] {
- Parameters [2] {
Parameter #0 [ <required> string $type ]
@@ -5795,7 +7354,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon> abstract public method notice ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Flash\Flash> abstract public method notice ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -5803,7 +7362,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon> abstract public method success ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Flash\Flash> abstract public method success ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -5811,7 +7370,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon> abstract public method warning ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Flash\Flash> abstract public method warning ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -5983,7 +7542,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Logger\Formatter\FormatterInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Logger\Formatter\FormatterInterface extends Phalcon\Contracts\Logger\Formatter\Formatter ] {
- Constants [0] {
}
@@ -5998,7 +7557,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [1] {
- Method [ <internal:phalcon> abstract public method format ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Formatter\Formatter> abstract public method format ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -6456,7 +8015,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Cache\CacheInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Cache\CacheInterface extends Phalcon\Contracts\Cache\Cache ] {
- Constants [0] {
}
@@ -6471,14 +8030,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [8] {
- Method [ <internal:phalcon> abstract public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method clear ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method delete ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method delete ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -6486,7 +8045,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method deleteMultiple ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method deleteMultiple ] {
- Parameters [1] {
Parameter #0 [ <required> $keys ]
@@ -6494,7 +8053,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -6502,7 +8061,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon> abstract public method getMultiple ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method getMultiple ] {
- Parameters [2] {
Parameter #0 [ <required> $keys ]
@@ -6510,7 +8069,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon> abstract public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -6518,7 +8077,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $key ]
@@ -6528,7 +8087,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> abstract public method setMultiple ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method setMultiple ] {
- Parameters [2] {
Parameter #0 [ <required> $values ]
@@ -6539,6 +8098,267 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Cli\TaskInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Cli\Dispatcher extends Phalcon\Contracts\Dispatcher\Dispatcher ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [30] {
+ Method [ <internal:phalcon> abstract public method getActiveTask ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Cli\TaskInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getLastTask ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Cli\TaskInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getOptions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getTaskName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getTaskSuffix ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setDefaultTask ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $taskName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setOptions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $options ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setTaskName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $taskName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setTaskSuffix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $taskSuffix ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method dispatch ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method forward ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $forward ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionSuffix ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getHandlerSuffix ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParam ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <optional> $filters = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <optional> $filters = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParams ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameters ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getReturnedValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method hasParam ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $param ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method isFinished ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionSuffix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionSuffix ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultAction ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $defaultNamespace ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setHandlerSuffix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $handlerSuffix ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setModuleName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $moduleName = null ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setNamespaceName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $namespaceName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParam ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParams ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $params ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Container\Ioc\IocContainer ] {
- Constants [0] {
@@ -6965,6 +8785,259 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Domain\Payload\Payload extends Phalcon\Contracts\Domain\Payload\Readable, Phalcon\Contracts\Domain\Payload\Writeable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getException ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getExtras ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getInput ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getMessages ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getOutput ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getStatus ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setException ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setExtras ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $extras ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setInput ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $input ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setMessages ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $messages ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setOutput ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $output ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setStatus ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $status ]
+ }
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Crypt\Crypt ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [17] {
+ Method [ <internal:phalcon> abstract public method decrypt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $input ]
+ Parameter #1 [ <optional> ?string $key = null ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method decryptBase64 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $input ]
+ Parameter #1 [ <optional> ?string $key = null ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method encrypt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $input ]
+ Parameter #1 [ <optional> ?string $key = null ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method encryptBase64 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $input ]
+ Parameter #1 [ <optional> ?string $key = null ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAuthData ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAuthTag ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAuthTagLength ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getAvailableCiphers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getCipher ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getKey ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setAuthData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $data ]
+ }
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setAuthTag ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $tag ]
+ }
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setAuthTagLength ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $length ]
+ }
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setCipher ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $cipher ]
+ }
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setPadding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $scheme ]
+ }
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
+ }
+
+ Method [ <internal:phalcon> abstract public method useSigning ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $useSigning ]
+ }
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Encryption\Security\CryptoUtils ] {
- Constants [0] {
@@ -7410,6 +9483,227 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Mvc\Dispatcher extends Phalcon\Contracts\Dispatcher\Dispatcher ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [27] {
+ Method [ <internal:phalcon> abstract public method getActiveController ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Mvc\ControllerInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getControllerName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getLastController ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Mvc\ControllerInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setControllerName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $controllerName ]
+ }
+ - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setControllerSuffix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $controllerSuffix ]
+ }
+ - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setDefaultController ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $controllerName ]
+ }
+ - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method dispatch ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method forward ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $forward ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionSuffix ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getHandlerSuffix ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParam ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <optional> $filters = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <optional> $filters = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParams ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameters ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getReturnedValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method hasParam ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $param ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method isFinished ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionSuffix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionSuffix ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultAction ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $actionName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $defaultNamespace ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setHandlerSuffix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $handlerSuffix ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setModuleName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $moduleName = null ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setNamespaceName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $namespaceName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParam ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParams ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $params ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Contracts\Paginator\Repository ] {
- Constants [8] {
@@ -7513,7 +9807,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Domain\Payload\ReadableInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Domain\Payload\ReadableInterface extends Phalcon\Contracts\Domain\Payload\Readable ] {
- Constants [0] {
}
@@ -7528,38 +9822,38 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [6] {
- Method [ <internal:phalcon> abstract public method getException ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getException ] {
- Parameters [0] {
}
- Return [ ?Throwable ]
}
- Method [ <internal:phalcon> abstract public method getExtras ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getExtras ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon> abstract public method getInput ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getInput ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon> abstract public method getMessages ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getMessages ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon> abstract public method getOutput ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getOutput ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon> abstract public method getStatus ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getStatus ] {
- Parameters [0] {
}
@@ -7567,7 +9861,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Domain\Payload\WriteableInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Domain\Payload\WriteableInterface extends Phalcon\Contracts\Domain\Payload\Writeable ] {
- Constants [0] {
}
@@ -7582,57 +9876,57 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [6] {
- Method [ <internal:phalcon> abstract public method setException ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setException ] {
- Parameters [1] {
Parameter #0 [ <required> Throwable $exception ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon> abstract public method setExtras ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setExtras ] {
- Parameters [1] {
Parameter #0 [ <required> $extras ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon> abstract public method setInput ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setInput ] {
- Parameters [1] {
Parameter #0 [ <required> $input ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon> abstract public method setMessages ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setMessages ] {
- Parameters [1] {
Parameter #0 [ <required> $messages ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon> abstract public method setOutput ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setOutput ] {
- Parameters [1] {
Parameter #0 [ <required> $output ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon> abstract public method setStatus ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setStatus ] {
- Parameters [1] {
Parameter #0 [ <required> $status ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
}
}
- Interface [ <internal:phalcon> interface Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Encryption\Security\Uuid\NodeProviderInterface extends Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider ] {
- Constants [0] {
}
@@ -7647,7 +9941,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [1] {
- Method [ <internal:phalcon> abstract public method getNode ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider> abstract public method getNode ] {
- Parameters [0] {
}
@@ -7656,7 +9950,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface extends Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid ] {
- Constants [0] {
}
@@ -7671,14 +9965,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon> abstract public method getDateTime ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid> abstract public method getDateTime ] {
- Parameters [0] {
}
- Return [ DateTimeImmutable ]
}
- Method [ <internal:phalcon> abstract public method getNode ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid> abstract public method getNode ] {
- Parameters [0] {
}
@@ -7687,7 +9981,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Logger\LoggerInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Logger\LoggerInterface extends Phalcon\Contracts\Logger\Logger ] {
- Constants [0] {
}
@@ -7702,7 +9996,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [14] {
- Method [ <internal:phalcon> abstract public method alert ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method alert ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -7711,7 +10005,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method critical ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method critical ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -7720,7 +10014,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method debug ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method debug ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -7729,7 +10023,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method emergency ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method emergency ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -7738,7 +10032,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method error ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method error ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -7747,36 +10041,36 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method getAdapter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method getAdapter ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
- - Return [ Phalcon\Logger\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ]
}
- Method [ <internal:phalcon> abstract public method getAdapters ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method getAdapters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getLogLevel ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method getLogLevel ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:phalcon> abstract public method getName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method getName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method info ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method info ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -7785,7 +10079,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method log ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method log ] {
- Parameters [3] {
Parameter #0 [ <required> $level ]
@@ -7795,7 +10089,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method notice ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method notice ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -7804,7 +10098,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method trace ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method trace ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -7813,7 +10107,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method warning ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Logger> abstract public method warning ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -8355,7 +10649,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Cli\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Cli\DispatcherInterface extends Phalcon\Contracts\Cli\Dispatcher, Phalcon\Contracts\Dispatcher\Dispatcher ] {
- Constants [0] {
}
@@ -8370,42 +10664,42 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [30] {
- Method [ <internal:phalcon> abstract public method getActiveTask ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method getActiveTask ] {
- Parameters [0] {
}
- Return [ Phalcon\Cli\TaskInterface ]
}
- Method [ <internal:phalcon> abstract public method getLastTask ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method getLastTask ] {
- Parameters [0] {
}
- Return [ Phalcon\Cli\TaskInterface ]
}
- Method [ <internal:phalcon> abstract public method getOptions ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method getOptions ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getTaskName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method getTaskName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getTaskSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method getTaskSuffix ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method setDefaultTask ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method setDefaultTask ] {
- Parameters [1] {
Parameter #0 [ <required> string $taskName ]
@@ -8413,7 +10707,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method setOptions ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method setOptions ] {
- Parameters [1] {
Parameter #0 [ <required> array $options ]
@@ -8421,7 +10715,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method setTaskName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method setTaskName ] {
- Parameters [1] {
Parameter #0 [ <required> string $taskName ]
@@ -8429,7 +10723,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> abstract public method setTaskSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cli\Dispatcher> abstract public method setTaskSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $taskSuffix ]
@@ -8437,13 +10731,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method dispatch ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method dispatch ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method forward ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method forward ] {
- Parameters [1] {
Parameter #0 [ <required> array $forward ]
@@ -8451,28 +10745,28 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionSuffix ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getHandlerSuffix ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParam ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -8480,7 +10774,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParameter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameter ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -8488,27 +10782,27 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParams ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParams ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParameters ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getReturnedValue ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getReturnedValue ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method hasParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method hasParam ] {
- Parameters [1] {
Parameter #0 [ <required> $param ]
@@ -8516,14 +10810,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method isFinished ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method isFinished ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionName ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -8531,7 +10825,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionSuffix ]
@@ -8539,7 +10833,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setDefaultAction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultAction ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -8547,7 +10841,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setDefaultNamespace ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultNamespace ] {
- Parameters [1] {
Parameter #0 [ <required> string $defaultNamespace ]
@@ -8555,7 +10849,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setHandlerSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $handlerSuffix ]
@@ -8563,7 +10857,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setModuleName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setModuleName ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $moduleName = null ]
@@ -8571,7 +10865,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setNamespaceName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setNamespaceName ] {
- Parameters [1] {
Parameter #0 [ <required> string $namespaceName ]
@@ -8579,7 +10873,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParam ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -8588,7 +10882,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setParams ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParams ] {
- Parameters [1] {
Parameter #0 [ <required> array $params ]
@@ -8861,24 +11155,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Cli\TaskInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [0] {
- }
- }
-
Interface [ <internal:phalcon> interface Phalcon\Contracts\Auth\Adapter\RememberAdapter extends Phalcon\Contracts\Auth\Adapter\Adapter ] {
- Constants [0] {
@@ -9805,6 +12081,252 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Messages\Messages extends ArrayAccess, Countable, Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon> abstract public method appendMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method appendMessages ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $messages ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method filter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $fieldName ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mixed $offset ]
+ }
+ - Tentative return [ bool ]
+ }
+
+ Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mixed $offset ]
+ }
+ - Tentative return [ mixed ]
+ }
+
+ Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mixed $offset ]
+ Parameter #1 [ <required> mixed $value ]
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mixed $offset ]
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Countable> abstract public method count ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method current ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ mixed ]
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method next ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method key ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ mixed ]
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method valid ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ bool ]
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method rewind ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\Queue extends Phalcon\Contracts\Queue\Destination ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method getQueueName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\Topic extends Phalcon\Contracts\Queue\Destination ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method getTopicName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\VisibilityAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Support\Debug\Renderer extends Phalcon\Contracts\Support\Debug\TemplateAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon> abstract public method getCssSources ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $uri ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getJsSources ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $uri ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getVersion ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method render ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Support\Debug\Report\ExceptionReport $report ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Debug\TemplateAware> abstract public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Support\Debug\TemplateAware> abstract public method setTemplate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $template ]
+ }
+ - Return [ static ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] {
- Constants [0] {
@@ -10374,7 +12896,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Domain\Payload\WriteableInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Contracts\Domain\Payload\Readable, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Contracts\Domain\Payload\Writeable, Phalcon\Contracts\Domain\Payload\Payload ] {
- Constants [0] {
}
@@ -10389,94 +12911,94 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [12] {
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getException ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getException ] {
- Parameters [0] {
}
- Return [ ?Throwable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getExtras ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getExtras ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getInput ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getInput ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getMessages ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getMessages ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getOutput ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getOutput ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getStatus ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Readable> abstract public method getStatus ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\WriteableInterface> abstract public method setException ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setException ] {
- Parameters [1] {
Parameter #0 [ <required> Throwable $exception ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\WriteableInterface> abstract public method setExtras ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setExtras ] {
- Parameters [1] {
Parameter #0 [ <required> $extras ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\WriteableInterface> abstract public method setInput ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setInput ] {
- Parameters [1] {
Parameter #0 [ <required> $input ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\WriteableInterface> abstract public method setMessages ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setMessages ] {
- Parameters [1] {
Parameter #0 [ <required> $messages ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\WriteableInterface> abstract public method setOutput ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setOutput ] {
- Parameters [1] {
Parameter #0 [ <required> $output ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
- Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\WriteableInterface> abstract public method setStatus ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Domain\Payload\Writeable> abstract public method setStatus ] {
- Parameters [1] {
Parameter #0 [ <required> $status ]
}
- - Return [ Phalcon\Domain\Payload\PayloadInterface ]
+ - Return [ Phalcon\Contracts\Domain\Payload\Payload ]
}
}
}
- Interface [ <internal:phalcon> interface Phalcon\Encryption\Crypt\CryptInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Encryption\Crypt\CryptInterface extends Phalcon\Contracts\Encryption\Crypt\Crypt ] {
- Constants [0] {
}
@@ -10491,7 +13013,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [17] {
- Method [ <internal:phalcon> abstract public method decrypt ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method decrypt ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -10500,7 +13022,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method decryptBase64 ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method decryptBase64 ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -10509,7 +13031,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method encrypt ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method encrypt ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -10518,7 +13040,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method encryptBase64 ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method encryptBase64 ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -10527,102 +13049,102 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getAuthData ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method getAuthData ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getAuthTag ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method getAuthTag ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getAuthTagLength ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method getAuthTagLength ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:phalcon> abstract public method getAvailableCiphers ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method getAvailableCiphers ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon> abstract public method getCipher ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method getCipher ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getKey ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method getKey ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method setAuthData ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method setAuthData ] {
- Parameters [1] {
Parameter #0 [ <required> string $data ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
}
- Method [ <internal:phalcon> abstract public method setAuthTag ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method setAuthTag ] {
- Parameters [1] {
Parameter #0 [ <required> string $tag ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
}
- Method [ <internal:phalcon> abstract public method setAuthTagLength ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method setAuthTagLength ] {
- Parameters [1] {
Parameter #0 [ <required> int $length ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
}
- Method [ <internal:phalcon> abstract public method setCipher ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method setCipher ] {
- Parameters [1] {
Parameter #0 [ <required> string $cipher ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
}
- Method [ <internal:phalcon> abstract public method setKey ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method setKey ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
}
- Method [ <internal:phalcon> abstract public method setPadding ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method setPadding ] {
- Parameters [1] {
Parameter #0 [ <required> int $scheme ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
}
- Method [ <internal:phalcon> abstract public method useSigning ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Crypt\Crypt> abstract public method useSigning ] {
- Parameters [1] {
Parameter #0 [ <required> bool $useSigning ]
}
- - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
+ - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ]
}
}
}
@@ -12497,7 +15019,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Contracts\Mvc\Dispatcher, Phalcon\Contracts\Dispatcher\Dispatcher ] {
- Constants [0] {
}
@@ -12512,58 +15034,58 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [27] {
- Method [ <internal:phalcon> abstract public method getActiveController ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Mvc\Dispatcher> abstract public method getActiveController ] {
- Parameters [0] {
}
- Return [ ?Phalcon\Mvc\ControllerInterface ]
}
- Method [ <internal:phalcon> abstract public method getControllerName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Mvc\Dispatcher> abstract public method getControllerName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method getLastController ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Mvc\Dispatcher> abstract public method getLastController ] {
- Parameters [0] {
}
- Return [ ?Phalcon\Mvc\ControllerInterface ]
}
- Method [ <internal:phalcon> abstract public method setControllerName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Mvc\Dispatcher> abstract public method setControllerName ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
}
- - Return [ Phalcon\Dispatcher\DispatcherInterface ]
+ - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ]
}
- Method [ <internal:phalcon> abstract public method setControllerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Mvc\Dispatcher> abstract public method setControllerSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerSuffix ]
}
- - Return [ Phalcon\Dispatcher\DispatcherInterface ]
+ - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ]
}
- Method [ <internal:phalcon> abstract public method setDefaultController ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Mvc\Dispatcher> abstract public method setDefaultController ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
}
- - Return [ Phalcon\Dispatcher\DispatcherInterface ]
+ - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method dispatch ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method dispatch ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method forward ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method forward ] {
- Parameters [1] {
Parameter #0 [ <required> array $forward ]
@@ -12571,28 +15093,28 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getActionSuffix ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getHandlerSuffix ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParam ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -12600,7 +15122,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParameter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameter ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -12608,27 +15130,27 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParams ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParams ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParameters ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getParameters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getReturnedValue ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method getReturnedValue ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method hasParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method hasParam ] {
- Parameters [1] {
Parameter #0 [ <required> $param ]
@@ -12636,14 +15158,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method isFinished ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method isFinished ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionName ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -12651,7 +15173,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setActionSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionSuffix ]
@@ -12659,7 +15181,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setDefaultAction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultAction ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -12667,7 +15189,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setDefaultNamespace ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setDefaultNamespace ] {
- Parameters [1] {
Parameter #0 [ <required> string $defaultNamespace ]
@@ -12675,7 +15197,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setHandlerSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $handlerSuffix ]
@@ -12683,7 +15205,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setModuleName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setModuleName ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $moduleName = null ]
@@ -12691,7 +15213,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setNamespaceName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setNamespaceName ] {
- Parameters [1] {
Parameter #0 [ <required> string $namespaceName ]
@@ -12699,7 +15221,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParam ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -12708,7 +15230,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method setParams ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Dispatcher\Dispatcher> abstract public method setParams ] {
- Parameters [1] {
Parameter #0 [ <required> array $params ]
@@ -16258,6 +18780,35 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Contracts\Queue\Processor ] {
+
+ - Constants [3] {
+ Constant [ public string ACK ] { enqueue.ack }
+ Constant [ public string REJECT ] { enqueue.reject }
+ Constant [ public string REQUEUE ] { enqueue.requeue }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> abstract public method process ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Context $context ]
+ }
+ - Return [ object|string ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Di\InitializationAwareInterface ] {
- Constants [0] {
@@ -17175,6 +19726,55 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractConfigFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon> protected method checkConfig ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $config ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> protected method checkConfigElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $config ]
+ Parameter #1 [ <required> string $element ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> protected method getException ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ Exception ]
+ }
+
+ Method [ <internal:phalcon> protected method getExceptionClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
@@ -17300,55 +19900,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractConfigFactory ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [4] {
- Method [ <internal:phalcon> protected method checkConfig ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $config ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> protected method checkConfigElement ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $config ]
- Parameter #1 [ <required> string $element ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> protected method getException ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $message ]
- }
- - Return [ Exception ]
- }
-
- Method [ <internal:phalcon> protected method getExceptionClass ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
@@ -17514,6 +20065,54 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Di\Injectable extends stdClass implements Phalcon\Di\InjectionAwareInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $container = NULL ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon> public method __get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $propertyName ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method __isset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Forms\Element\AbstractElement implements Stringable, Phalcon\Forms\Element\ElementInterface ] {
- Constants [0] {
@@ -18352,7 +20951,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Di\Injectable extends stdClass implements Phalcon\Di\InjectionAwareInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -18363,67 +20962,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [1] {
- Property [ protected $container = NULL ]
- }
-
- - Methods [4] {
- Method [ <internal:phalcon> public method __get ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $propertyName ]
- }
- }
-
- Method [ <internal:phalcon> public method __isset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Di\DiInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
- }
- - Return [ void ]
- }
- }
- }
-
- 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 ]
@@ -18505,7 +21043,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Support\Helper\Str\AbstractStr ] {
+ Class [ <internal:phalcon> class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -18513,74 +21051,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static properties [0] {
}
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [5] {
- Method [ <internal:phalcon> protected method toEndsWith ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $haystack ]
- Parameter #1 [ <required> string $needle ]
- Parameter #2 [ <optional> bool $ignoreCase = true ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> protected method toInterpolate ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $input ]
- Parameter #1 [ <optional> array $context = [] ]
- Parameter #2 [ <optional> string $left = '%' ]
- Parameter #3 [ <optional> string $right = '%' ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> protected method toLower ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $text ]
- Parameter #1 [ <optional> string $encoding = 'UTF-8' ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> protected method toStartsWith ] {
+ - Static methods [2] {
+ Method [ <internal:phalcon> static public method tagFactoryNotFound ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $haystack ]
- Parameter #1 [ <required> string $needle ]
- Parameter #2 [ <optional> bool $ignoreCase = true ]
+ - Parameters [0] {
}
- - Return [ bool ]
+ - Return [ self ]
}
- Method [ <internal:phalcon> protected method toUpper ] {
+ Method [ <internal:phalcon> static public method usingParameterRequired ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $text ]
- Parameter #1 [ <optional> string $encoding = 'UTF-8' ]
+ - Parameters [0] {
}
- - Return [ string ]
+ - Return [ self ]
}
}
- }
-
- 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 = '' ]
@@ -18663,7 +21148,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -18755,7 +21240,73 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Support\Helper\Str\AbstractStr ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon> protected method toEndsWith ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $haystack ]
+ Parameter #1 [ <required> string $needle ]
+ Parameter #2 [ <optional> bool $ignoreCase = true ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> protected method toInterpolate ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $input ]
+ Parameter #1 [ <optional> array $context = [] ]
+ Parameter #2 [ <optional> string $left = '%' ]
+ Parameter #3 [ <optional> string $right = '%' ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method toLower ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> string $encoding = 'UTF-8' ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method toStartsWith ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $haystack ]
+ Parameter #1 [ <required> string $needle ]
+ Parameter #2 [ <optional> bool $ignoreCase = true ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> protected method toUpper ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <optional> string $encoding = 'UTF-8' ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -20058,7 +22609,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Queue\Exceptions\Exception extends Exception implements Throwable, Stringable, Phalcon\Queue\Exceptions\QueueThrowable ] {
- Constants [0] {
}
@@ -20069,82 +22620,88 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [2] {
- Property [ protected $data = NULL ]
- Property [ protected $isSuccess = true ]
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
}
- - Methods [9] {
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
+ - 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 [ mixed ]
+ - Tentative return [ void ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
+ - Parameters [0] {
}
- - Return [ void ]
+ - Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, ctor> public method __construct ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- - Parameters [1] {
- Parameter #0 [ <optional> $data = <default> ]
+ - Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method __serialize ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- Parameters [0] {
}
- - Return [ array ]
+ - Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method __unserialize ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- - Parameters [1] {
- Parameter #0 [ <required> array $data ]
+ - Parameters [0] {
}
- - Return [ void ]
+ - Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, prototype Phalcon\Storage\Serializer\SerializerInterface> public method getData ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- Parameters [0] {
}
- - Return [ mixed ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- Parameters [0] {
}
- - Return [ bool ]
+ - Return [ ?Throwable ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, prototype Phalcon\Storage\Serializer\SerializerInterface> public method setData ] {
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
+ - Parameters [0] {
}
- - Return [ void ]
+ - Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> protected method isSerializable ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
+ - Parameters [0] {
}
- - Return [ bool ]
+ - Return [ string ]
}
}
}
- Class [ <internal:phalcon> class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -20236,7 +22793,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Db\Geometry\AbstractGeometry implements Stringable, Phalcon\Db\Geometry\GeometryInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] {
- Constants [0] {
}
@@ -20247,42 +22804,82 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [1] {
- Property [ protected $srid = 0 ]
+ - Properties [2] {
+ Property [ protected $data = NULL ]
+ Property [ protected $isSuccess = true ]
}
- - Methods [4] {
- Method [ <internal:phalcon, prototype Phalcon\Db\Geometry\GeometryInterface> abstract public method getType ] {
+ - Methods [9] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] {
- Parameters [0] {
}
- - Return [ int ]
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ - Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Db\Geometry\GeometryInterface> abstract public method toWkt ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $data = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method __serialize ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method __unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $data ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, prototype Phalcon\Storage\Serializer\SerializerInterface> public method getData ] {
- Parameters [0] {
}
- - Return [ int ]
+ - Return [ mixed ]
}
- Method [ <internal:phalcon, prototype Stringable> public method __toString ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, prototype Phalcon\Storage\Serializer\SerializerInterface> public method setData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> protected method isSerializable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ - Return [ bool ]
}
}
}
- Class [ <internal:phalcon> class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -20374,7 +22971,95 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Db\Geometry\AbstractGeometry implements Stringable, Phalcon\Db\Geometry\GeometryInterface, Phalcon\Contracts\Db\Geometry\Geometry ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $srid = 0 ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Geometry\Geometry> abstract public method getType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Geometry\Geometry> abstract public method toWkt ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getSrid ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ 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\Paginator\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -20650,7 +23335,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface, Phalcon\Contracts\Encryption\Security\Uuid\Uuid ] {
- Constants [7] {
Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff }
@@ -20721,48 +23406,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- 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] {
@@ -22264,7 +24907,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $type = NULL ]
}
- - Methods [78] {
+ - Methods [79] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -22836,6 +25479,16 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> private method buildValuePlaceholder ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <required> $position ]
+ Parameter #2 [ <required> $dataTypes ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Contracts\Db\Adapter\Adapter> abstract public method affectedRows ] {
- Parameters [0] {
@@ -23552,6 +26205,473 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $queue = NULL ]
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Consumer> abstract public method acknowledge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Consumer> public method getQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Consumer> public method receive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Consumer> abstract public method receiveNoWait ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Consumer> abstract public method reject ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #1 [ <optional> bool $requeue = false ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method setPollInterval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $pollInterval ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Context> public method createQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Context> public method createTemporaryQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Context> public method createTopic ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $topicName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Topic ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Queue\Context> abstract public method close ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Queue\Context> abstract public method createConsumer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Consumer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Queue\Context> abstract public method createMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Queue\Context> abstract public method createProducer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Queue\Context> abstract public method createSubscriptionConsumer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Queue\Context> abstract public method purgeQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $body = '' ]
+ Property [ protected $headers = NULL ]
+ Property [ protected $properties = NULL ]
+ Property [ protected $redelivered = false ]
+ }
+
+ - Methods [21] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getBody ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getCorrelationId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getHeaders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getMessageId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getProperties ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getReplyTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method getTimestamp ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method isRedelivered ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setBody ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $body ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setCorrelationId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $correlationId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setHeaders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $headers ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setMessageId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setProperties ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $properties ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setRedelivered ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $redelivered ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setReplyTo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $replyTo ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Message> public method setTimestamp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Producer> public method getDeliveryDelay ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Producer> public method getPriority ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Producer> public method getTimeToLive ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Producer> abstract public method send ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Producer> public method setDeliveryDelay ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deliveryDelay = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Producer> public method setPriority ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $priority = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Producer> public method setTimeToLive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timeToLive = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> abstract class Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $subscriptions = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method consume ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method subscribe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ Parameter #1 [ <required> $callback ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribeAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method resolveQueueName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $consumer ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] {
- Constants [0] {
@@ -24429,7 +27549,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Properties [14] {
+ - Properties [15] {
Property [ protected $connectionId = NULL ]
Property [ protected $descriptor = NULL ]
Property [ protected $dialect = NULL ]
@@ -24443,10 +27563,11 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $transactionsWithSavepoints = false ]
Property [ protected $type = NULL ]
Property [ protected $affectedRows = 0 ]
+ Property [ protected $autoReconnect = false ]
Property [ protected $pdo = NULL ]
}
- - Methods [85] {
+ - Methods [94] {
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [1] {
@@ -24509,6 +27630,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method ensureConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Adapter\Adapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method execute ] {
- Parameters [3] {
@@ -24529,6 +27657,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ PDOStatement ]
}
+ Method [ <internal:phalcon> public method getAutoReconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> public method getErrorInfo ] {
- Parameters [0] {
@@ -24564,6 +27699,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string|bool ]
}
+ Method [ <internal:phalcon> public method ping ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> public method prepare ] {
- Parameters [1] {
@@ -24590,6 +27732,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> public method setAutoReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $autoReconnect ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon> abstract protected method getDsnDefaults ] {
- Parameters [0] {
@@ -24597,6 +27747,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> protected method isConnectionError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method prepareRealSql ] {
- Parameters [2] {
@@ -24606,6 +27764,40 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> private method canReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method executeStatement ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $sqlStatement ]
+ Parameter #1 [ <required> array $bindParams ]
+ Parameter #2 [ <required> array $bindTypes ]
+ }
+ }
+
+ Method [ <internal:phalcon> private method handleConnectionLost ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method queryStatement ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $sqlStatement ]
+ Parameter #1 [ <required> array $params ]
+ Parameter #2 [ <required> array $types ]
+ }
+ - Return [ PDOStatement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addColumn ] {
- Parameters [3] {
@@ -25202,7 +28394,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $supportedOperators = NULL ]
}
- - Methods [71] {
+ - Methods [75] {
Method [ <internal:phalcon, prototype Phalcon\Contracts\Db\Dialect> public method createSavepoint ] {
- Parameters [1] {
@@ -25389,6 +28581,34 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> public method supportsAlterTable ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method supportsMaterializedViews ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method supportsOnConflictUpdate ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method supportsReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> protected method getColumnSize ] {
- Parameters [1] {
@@ -26199,7 +29419,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface, Phalcon\Contracts\Logger\Adapter\Adapter ] {
- Constants [0] {
}
@@ -26240,7 +29460,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> public method add ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method add ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -26248,21 +29468,28 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> public method begin ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method begin ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> public method commit ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method close ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method commit ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> public method getFormatter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method getFormatter ] {
- Parameters [0] {
}
@@ -26276,14 +29503,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> public method inTransaction ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method inTransaction ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> abstract public method process ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> abstract public method process ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -26291,14 +29518,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> public method rollback ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method rollback ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\Adapter\AdapterInterface> public method setFormatter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method setFormatter ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Formatter\FormatterInterface $formatter ]
@@ -26335,13 +29562,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ void ]
}
-
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AdapterInterface> abstract public method close ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
}
}
@@ -27020,12 +30240,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [4] {
Property [ protected $defaultInterpolator = '' ]
+ Property [ protected $interpolator = NULL ]
Property [ protected $interpolatorFactory = NULL ]
+ Property [ protected $triggerError = false ]
}
- - Methods [10] {
+ - Methods [11] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -27043,6 +30265,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method notFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $index ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
@@ -27225,7 +30455,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface, Phalcon\Contracts\Assets\Asset ] {
- Constants [0] {
}
@@ -27263,14 +30493,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method getAssetKey ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method getAttributes ] {
- Parameters [0] {
}
@@ -27285,7 +30515,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getFilter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method getFilter ] {
- Parameters [0] {
}
@@ -27343,7 +30573,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getType ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method getType ] {
- Parameters [0] {
}
@@ -27371,7 +30601,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method setAttributes ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method setAttributes ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
@@ -27387,7 +30617,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method setFilter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method setFilter ] {
- Parameters [1] {
Parameter #0 [ <required> bool $filter ]
@@ -27427,7 +30657,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method setType ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method setType ] {
- Parameters [1] {
Parameter #0 [ <required> string $type ]
@@ -27484,7 +30714,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface, Phalcon\Contracts\Assets\Asset ] {
- Constants [0] {
}
@@ -27513,14 +30743,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method getAssetKey ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method getAttributes ] {
- Parameters [0] {
}
@@ -27534,21 +30764,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getFilter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method getFilter ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getType ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method getType ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method setAttributes ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method setAttributes ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
@@ -27556,7 +30786,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method setFilter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method setFilter ] {
- Parameters [1] {
Parameter #0 [ <required> bool $filter ]
@@ -27564,7 +30794,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method setType ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Asset> public method setType ] {
- Parameters [1] {
Parameter #0 [ <required> string $type ]
@@ -27942,98 +31172,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- 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] {
@@ -28127,12 +31265,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Properties [2] {
+ - Properties [4] {
+ Property [ protected $autoReconnect = false ]
Property [ protected $pdo = NULL ]
Property [ protected $profiler = NULL ]
+ Property [ protected $transactionLevel = 0 ]
}
- - Methods [35] {
+ - Methods [43] {
Method [ <internal:phalcon> public method __call ] {
- Parameters [2] {
@@ -28169,6 +31309,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> public method ensureConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorCode ] {
- Parameters [0] {
@@ -28300,6 +31447,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Method [ <internal:phalcon> public method getAutoReconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> public method getDriverName ] {
- Parameters [0] {
@@ -28353,6 +31507,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ PDOStatement ]
}
+ Method [ <internal:phalcon> public method ping ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method prepare ] {
- Parameters [2] {
@@ -28395,6 +31556,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> public method setAutoReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $autoReconnect ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method setProfiler ] {
- Parameters [1] {
@@ -28423,6 +31592,38 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ array ]
}
+
+ Method [ <internal:phalcon> protected method isConnectionError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method canReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method performStatement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $statement ]
+ Parameter #1 [ <required> array $values ]
+ }
+ - Return [ PDOStatement ]
+ }
+
+ Method [ <internal:phalcon> private method reconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
}
}
@@ -28788,7 +31989,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Contracts\Dispatcher\Dispatcher, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
- Constants [0] {
}
@@ -28829,7 +32030,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $returnedValue = NULL ]
}
- - Methods [41] {
+ - Methods [46] {
Method [ <internal:phalcon> public method callActionMethod ] {
- Parameters [3] {
@@ -28839,13 +32040,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method dispatch ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method dispatch ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method forward ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method forward ] {
- Parameters [1] {
Parameter #0 [ <required> array $forward ]
@@ -28853,14 +32054,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getActionName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getActionName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getActionSuffix ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getActionSuffix ] {
- Parameters [0] {
}
@@ -28895,7 +32096,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?Phalcon\Events\ManagerInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getHandlerSuffix ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getHandlerSuffix ] {
- Parameters [0] {
}
@@ -28923,7 +32124,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParam ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParam ] {
- Parameters [3] {
Parameter #0 [ <required> $param ]
@@ -28932,7 +32133,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParameter ] {
- Parameters [3] {
Parameter #0 [ <required> $param ]
@@ -28941,21 +32142,42 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParams ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParams ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameters ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParameters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method hasParam ] {
+ Method [ <internal:phalcon> public method getPreviousActionName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getPreviousHandlerName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getPreviousNamespaceName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method hasParam ] {
- Parameters [1] {
Parameter #0 [ <required> $param ]
@@ -28971,14 +32193,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method isFinished ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method isFinished ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setActionName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setActionName ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -28986,7 +32208,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setDefaultAction ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setDefaultAction ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -28994,7 +32216,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setDefaultNamespace ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setDefaultNamespace ] {
- Parameters [1] {
Parameter #0 [ <required> string $defaultNamespace ]
@@ -29009,7 +32231,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParam ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setParam ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -29027,7 +32249,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParams ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setParams ] {
- Parameters [1] {
Parameter #0 [ <required> array $params ]
@@ -29051,7 +32273,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setActionSuffix ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setActionSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionSuffix ]
@@ -29067,7 +32289,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setHandlerSuffix ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setHandlerSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $handlerSuffix ]
@@ -29084,7 +32306,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Dispatcher\DispatcherInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setModuleName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setModuleName ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $moduleName = null ]
@@ -29092,7 +32314,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setNamespaceName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setNamespaceName ] {
- Parameters [1] {
Parameter #0 [ <required> string $namespaceName ]
@@ -29100,7 +32322,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getReturnedValue ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getReturnedValue ] {
- Parameters [0] {
}
@@ -29113,6 +32335,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> abstract protected method handleException ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Exception $exception ]
+ }
+ }
+
Method [ <internal:phalcon> protected method resolveEmptyProperties ] {
- Parameters [0] {
@@ -29120,6 +32349,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> abstract protected method throwDispatchException ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $message ]
+ Parameter #1 [ <optional> int $exceptionCode = 0 ]
+ }
+ }
+
Method [ <internal:phalcon> protected method toCamelCase ] {
- Parameters [1] {
@@ -29667,7 +32904,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface, Phalcon\Contracts\Flash\Flash ] {
- Constants [0] {
}
@@ -29708,7 +32945,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Flash\FlashInterface> public method error ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Flash\Flash> public method error ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -29758,7 +32995,16 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Html\Escaper\EscaperInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Flash\FlashInterface> public method notice ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Flash\Flash> abstract public method message ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $type ]
+ Parameter #1 [ <required> $message ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Flash\Flash> public method notice ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -29822,7 +33068,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
- Method [ <internal:phalcon, prototype Phalcon\Flash\FlashInterface> public method success ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Flash\Flash> public method success ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -29839,7 +33085,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Flash\FlashInterface> public method warning ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Flash\Flash> public method warning ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -29850,7 +33096,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Method [ <internal:phalcon> private method getTemplate ] {
- Parameters [2] {
- Parameter #0 [ <required> string $cssClassses ]
+ Parameter #0 [ <required> string $cssClasses ]
Parameter #1 [ <required> string $cssIconClasses ]
}
- Return [ string ]
@@ -29896,15 +33142,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ void ]
}
-
- Method [ <internal:phalcon, inherits Phalcon\Flash\FlashInterface> abstract public method message ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $type ]
- Parameter #1 [ <required> string $message ]
- }
- - Return [ ?string ]
- }
}
}
@@ -30441,7 +33678,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $width = NULL ]
}
- - Methods [21] {
+ - Methods [36] {
Method [ <internal:phalcon, prototype Phalcon\Image\Adapter\AdapterInterface> public method background ] {
- Parameters [2] {
@@ -30623,10 +33860,149 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ int ]
}
+
+ Method [ <internal:phalcon> abstract protected method processBackground ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> int $red ]
+ Parameter #1 [ <required> int $green ]
+ Parameter #2 [ <required> int $blue ]
+ Parameter #3 [ <required> int $opacity ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processBlur ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $radius ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processCrop ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> int $width ]
+ Parameter #1 [ <required> int $height ]
+ Parameter #2 [ <required> int $offsetX ]
+ Parameter #3 [ <required> int $offsetY ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processFlip ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $direction ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processMask ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $mask ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract protected method processPixelate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $amount ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processReflection ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $height ]
+ Parameter #1 [ <required> int $opacity ]
+ Parameter #2 [ <required> bool $fadeIn ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processRender ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $extension ]
+ Parameter #1 [ <required> int $quality ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract protected method processResize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $width ]
+ Parameter #1 [ <required> int $height ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processRotate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $degrees ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processSave ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $file ]
+ Parameter #1 [ <required> int $quality ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract protected method processSharpen ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $amount ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processText ] {
+
+ - Parameters [9] {
+ Parameter #0 [ <required> string $text ]
+ Parameter #1 [ <required> $offsetX ]
+ Parameter #2 [ <required> $offsetY ]
+ Parameter #3 [ <required> int $opacity ]
+ Parameter #4 [ <required> int $red ]
+ Parameter #5 [ <required> int $green ]
+ Parameter #6 [ <required> int $blue ]
+ Parameter #7 [ <required> int $size ]
+ Parameter #8 [ <optional> ?string $fontFile = null ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract protected method processWatermark ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $watermark ]
+ Parameter #1 [ <required> int $offsetX ]
+ Parameter #2 [ <required> int $offsetY ]
+ Parameter #3 [ <required> int $opacity ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method parseColor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $color ]
+ }
+ - Return [ array ]
+ }
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Logger\Formatter\AbstractFormatter extends Phalcon\Support\Helper\Str\AbstractStr implements Phalcon\Logger\Formatter\FormatterInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Logger\Formatter\AbstractFormatter extends Phalcon\Support\Helper\Str\AbstractStr implements Phalcon\Logger\Formatter\FormatterInterface, Phalcon\Contracts\Logger\Formatter\Formatter ] {
- Constants [0] {
}
@@ -30725,7 +34101,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\FormatterInterface> abstract public method format ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Logger\Formatter\Formatter> abstract public method format ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -31649,7 +35025,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Contracts\Cache\Cache, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
- Constants [0] {
}
@@ -31680,6 +35056,24 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Cache\Adapter\AdapterInterface ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cache\Cache> abstract public method get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cache\Cache> abstract public method set ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $ttl = <default> ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
- Parameters [1] {
@@ -31794,14 +35188,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Cache\CacheInterface> abstract public method clear ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method clear ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Cache\CacheInterface> abstract public method delete ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method delete ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -31809,7 +35203,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Cache\CacheInterface> abstract public method deleteMultiple ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method deleteMultiple ] {
- Parameters [1] {
Parameter #0 [ <required> $keys ]
@@ -31817,48 +35211,100 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Cache\CacheInterface> abstract public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method getMultiple ] {
- Parameters [2] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> $keys ]
Parameter #1 [ <optional> $defaultValue = <default> ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Cache\CacheInterface> abstract public method getMultiple ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Cache\Cache> abstract public method setMultiple ] {
- Parameters [2] {
- Parameter #0 [ <required> $keys ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
+ Parameter #0 [ <required> $values ]
+ Parameter #1 [ <optional> $ttl = <default> ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $container = NULL ]
+ Property [ protected $eventsManager = NULL ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, ctor> final public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] {
+
+ - Parameters [0] {
}
+ - Return [ ?Phalcon\Events\ManagerInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Cache\CacheInterface> abstract public method has ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
- Parameters [1] {
- Parameter #0 [ <required> string $key ]
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
}
- - Return [ bool ]
+ - Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Cache\CacheInterface> abstract public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] {
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $ttl = <default> ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $propertyName ]
}
- - Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Cache\CacheInterface> abstract public method setMultiple ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __isset ] {
- - Parameters [2] {
- Parameter #0 [ <required> $values ]
- Parameter #1 [ <optional> $ttl = <default> ]
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
}
- Return [ bool ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ }
+ - Return [ void ]
+ }
}
}
@@ -32216,7 +35662,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface, Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer ] {
- Constants [0] {
}
@@ -32232,21 +35678,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [4] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method getAlgorithm ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method getAlgorithm ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Encryption\Security\JWT\Signer\SignerInterface> abstract public method getAlgHeader ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> abstract public method getAlgHeader ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Encryption\Security\JWT\Signer\SignerInterface> abstract public method sign ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> abstract public method sign ] {
- Parameters [2] {
Parameter #0 [ <required> string $payload ]
@@ -32255,7 +35701,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Encryption\Security\JWT\Signer\SignerInterface> abstract public method verify ] {
+ Method [ <internal:phalcon, inherits Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> abstract public method verify ] {
- Parameters [3] {
Parameter #0 [ <required> string $source ]
@@ -33088,21 +36534,23 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [5] {
+ - Properties [6] {
Property [ protected $adapters = NULL ]
+ Property [ protected $clock = NULL ]
Property [ protected $excluded = NULL ]
Property [ protected $logLevel = 8 ]
Property [ protected $name = '' ]
Property [ protected $timezone = NULL ]
}
- - Methods [13] {
+ - Methods [16] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- - Parameters [3] {
+ - Parameters [4] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <optional> array $adapters = [] ]
Parameter #2 [ <optional> ?DateTimeZone $timezone = null ]
+ Parameter #3 [ <optional> ?Phalcon\Time\Clock\ClockInterface $clock = null ]
}
}
@@ -33115,6 +36563,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
+ Method [ <internal:phalcon> public method begin ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method commit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon> public method excludeAdapters ] {
- Parameters [1] {
@@ -33160,6 +36622,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
+ Method [ <internal:phalcon> public method rollback ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon> public method setAdapters ] {
- Parameters [1] {
@@ -35101,20 +38570,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon> private method setSerializer ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
- Parameters [1] {
- Parameter #0 [ <required> RedisCluster $connection ]
+ Parameter #0 [ <optional> string $prefix = '' ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
+ Method [ <internal:phalcon> private method setSerializer ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $prefix = '' ]
+ Parameter #0 [ <required> RedisCluster $connection ]
}
- - Return [ array ]
+ - Return [ void ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method setForever ] {
@@ -36541,7 +40010,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $roleInherits = NULL ]
}
- - Methods [30] {
+ - Methods [34] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [0] {
@@ -36711,6 +40180,25 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> private method buildAccessKey ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $componentName ]
+ Parameter #1 [ <required> string $access ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method buildKey ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $roleName ]
+ Parameter #1 [ <required> string $componentName ]
+ Parameter #2 [ <required> string $access ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> private method canAccess ] {
- Parameters [3] {
@@ -36732,6 +40220,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
+ Method [ <internal:phalcon> private method toComponentName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $component ]
+ }
+ }
+
+ Method [ <internal:phalcon> private method toRoleName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $role ]
+ }
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveAccess ] {
- Parameters [0] {
@@ -39132,7 +42634,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Contracts\Assets\Asset, Phalcon\Assets\AssetInterface ] {
- Constants [0] {
}
@@ -39169,14 +42671,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method getAssetKey ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method getAttributes ] {
- Parameters [0] {
}
@@ -39191,7 +42693,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method getFilter ] {
- Parameters [0] {
}
@@ -39249,7 +42751,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method getType ] {
- Parameters [0] {
}
@@ -39277,7 +42779,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method setAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method setAttributes ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
@@ -39293,7 +42795,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method setFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method setFilter ] {
- Parameters [1] {
Parameter #0 [ <required> bool $filter ]
@@ -39333,7 +42835,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method setType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method setType ] {
- Parameters [1] {
Parameter #0 [ <required> string $type ]
@@ -39374,7 +42876,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Contracts\Assets\Asset, Phalcon\Assets\AssetInterface ] {
- Constants [0] {
}
@@ -39411,14 +42913,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method getAssetKey ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method getAttributes ] {
- Parameters [0] {
}
@@ -39433,7 +42935,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method getFilter ] {
- Parameters [0] {
}
@@ -39491,7 +42993,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method getType ] {
- Parameters [0] {
}
@@ -39519,7 +43021,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method setAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method setAttributes ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
@@ -39535,7 +43037,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method setFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method setFilter ] {
- Parameters [1] {
Parameter #0 [ <required> bool $filter ]
@@ -39575,7 +43077,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method setType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Contracts\Assets\Asset> public method setType ] {
- Parameters [1] {
Parameter #0 [ <required> string $type ]
@@ -40167,7 +43669,8 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [10] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $name = '' ]
}
}
@@ -40684,7 +44187,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface, Phalcon\Contracts\Assets\Filter ] {
- Constants [0] {
}
@@ -40699,7 +44202,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [1] {
- Method [ <internal:phalcon, prototype Phalcon\Assets\FilterInterface> public method filter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Filter> public method filter ] {
- Parameters [1] {
Parameter #0 [ <required> string $content ]
@@ -40709,7 +44212,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface, Phalcon\Contracts\Assets\Filter ] {
- Constants [0] {
}
@@ -40724,7 +44227,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [1] {
- Method [ <internal:phalcon, prototype Phalcon\Assets\FilterInterface> public method filter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Filter> public method filter ] {
- Parameters [1] {
Parameter #0 [ <required> string $content ]
@@ -40734,7 +44237,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface, Phalcon\Contracts\Assets\Filter ] {
- Constants [0] {
}
@@ -40749,7 +44252,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [1] {
- Method [ <internal:phalcon, prototype Phalcon\Assets\FilterInterface> public method filter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Assets\Filter> public method filter ] {
- Parameters [1] {
Parameter #0 [ <required> string $content ]
@@ -40759,7 +44262,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Contracts\Assets\Asset, Phalcon\Assets\AssetInterface ] {
- Constants [0] {
}
@@ -40787,14 +44290,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method getAssetKey ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method getAttributes ] {
- Parameters [0] {
}
@@ -40808,21 +44311,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method getFilter ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method getType ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method setAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method setAttributes ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
@@ -40830,7 +44333,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method setFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method setFilter ] {
- Parameters [1] {
Parameter #0 [ <required> bool $filter ]
@@ -40838,7 +44341,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method setType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method setType ] {
- Parameters [1] {
Parameter #0 [ <required> string $type ]
@@ -40848,7 +44351,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Contracts\Assets\Asset, Phalcon\Assets\AssetInterface ] {
- Constants [0] {
}
@@ -40876,14 +44379,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method getAssetKey ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method getAttributes ] {
- Parameters [0] {
}
@@ -40897,21 +44400,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method getFilter ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method getType ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method setAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method setAttributes ] {
- Parameters [1] {
Parameter #0 [ <required> array $attributes ]
@@ -40919,7 +44422,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method setFilter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method setFilter ] {
- Parameters [1] {
Parameter #0 [ <required> bool $filter ]
@@ -40927,7 +44430,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method setType ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Contracts\Assets\Asset> public method setType ] {
- Parameters [1] {
Parameter #0 [ <required> string $type ]
@@ -40956,7 +44459,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $tagFactory = NULL ]
}
- - Methods [35] {
+ - Methods [36] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -41189,6 +44692,16 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
+ Method [ <internal:phalcon> private method applyFilters ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $content ]
+ Parameter #1 [ <required> array $filters ]
+ Parameter #2 [ <optional> bool $mustFilter = true ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> private method calculatePrefixedPath ] {
- Parameters [3] {
@@ -42964,7 +46477,8 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Class [ <internal:phalcon> class Phalcon\Auth\Guard\Config\SessionGuardConfig extends Phalcon\Auth\Guard\Config\AbstractGuardConfig implements Phalcon\Contracts\Auth\Guard\GuardConfig ] {
- - Constants [0] {
+ - Constants [1] {
+ Constant [ public int DEFAULT_REMEMBER_TTL ] { 31536000 }
}
- Static properties [0] {
@@ -42973,18 +46487,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [3] {
Property [ private $name = NULL ]
Property [ private $rememberName = NULL ]
+ Property [ private $rememberTtl = NULL ]
}
- - Methods [5] {
+ - Methods [6] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- - Parameters [3] {
+ - Parameters [4] {
Parameter #0 [ <optional> ?string $suffix = null ]
Parameter #1 [ <optional> ?string $name = null ]
Parameter #2 [ <optional> ?string $rememberName = null ]
+ Parameter #3 [ <optional> $rememberTtl = <default> ]
}
}
@@ -43002,6 +46518,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getRememberTtl ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon> private method derive ] {
- Parameters [2] {
@@ -43179,12 +46702,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Properties [9] {
+ - Properties [10] {
Property [ protected $eventsManager = NULL ]
Property [ protected $adapter = NULL ]
Property [ protected $config = NULL ]
Property [ protected $lastUserAttempted = NULL ]
Property [ protected $user = NULL ]
+ Property [ protected $clock = NULL ]
Property [ protected $cookies = NULL ]
Property [ protected $request = NULL ]
Property [ protected $session = NULL ]
@@ -43194,12 +46718,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [32] {
Method [ <internal:phalcon, overwrites Phalcon\Auth\Guard\AbstractGuard, ctor> public method __construct ] {
- - Parameters [5] {
+ - Parameters [6] {
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 ]
+ Parameter #5 [ <optional> ?Phalcon\Time\Clock\ClockInterface $clock = null ]
}
}
@@ -43736,7 +47261,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static properties [0] {
}
- - Static methods [3] {
+ - Static methods [4] {
Method [ <internal:phalcon> static public method arrayOption ] {
- Parameters [3] {
@@ -43747,6 +47272,16 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> static public method requireArray ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $options ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> string $context ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon> static public method requireString ] {
- Parameters [3] {
@@ -44127,7 +47662,8 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [10] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $name = '' ]
}
}
@@ -44295,7 +47831,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [12] {
+ - Properties [13] {
Property [ protected $eventsManager = NULL ]
Property [ protected $checkedPath = NULL ]
Property [ protected $classes = NULL ]
@@ -44308,6 +47844,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $isDebug = false ]
Property [ protected $isRegistered = false ]
Property [ protected $namespaces = NULL ]
+ Property [ protected $nestingLevel = 0 ]
}
- Methods [35] {
@@ -44562,9 +48099,10 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Method [ <internal:phalcon> private method checkDirectories ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> $directories ]
Parameter #1 [ <required> string $dirSeparator ]
+ Parameter #2 [ <optional> string $name = '' ]
}
- Return [ array ]
}
@@ -46076,7 +49614,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\RedisCluster, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getKeys ] {
- Parameters [1] {
Parameter #0 [ <optional> string $prefix = '' ]
@@ -47027,7 +50565,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\CacheInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Cache\Cache, Phalcon\Cache\CacheInterface ] {
- Constants [0] {
}
@@ -47044,14 +50582,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [24] {
- Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method clear ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Cache\Cache, prototype Phalcon\Contracts\Cache\Cache> public method clear ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method delete ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Cache\Cache, prototype Phalcon\Contracts\Cache\Cache> public method delete ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -47059,7 +50597,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method deleteMultiple ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Cache\Cache, prototype Phalcon\Contracts\Cache\Cache> public method deleteMultiple ] {
- Parameters [1] {
Parameter #0 [ <required> $keys ]
@@ -47067,7 +50605,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method get ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Cache\AbstractCache, prototype Phalcon\Contracts\Cache\Cache> public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -47075,7 +50613,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method getMultiple ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Cache\Cache, prototype Phalcon\Contracts\Cache\Cache> public method getMultiple ] {
- Parameters [2] {
Parameter #0 [ <required> $keys ]
@@ -47083,7 +50621,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method has ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Cache\Cache, prototype Phalcon\Contracts\Cache\Cache> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -47091,7 +50629,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method set ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Cache\AbstractCache, prototype Phalcon\Contracts\Cache\Cache> public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $key ]
@@ -47101,7 +50639,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Cache\CacheInterface, prototype Phalcon\Cache\CacheInterface> public method setMultiple ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Cache\Cache, prototype Phalcon\Contracts\Cache\Cache> public method setMultiple ] {
- Parameters [2] {
Parameter #0 [ <required> $values ]
@@ -47314,95 +50852,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- 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] {
@@ -47495,7 +50944,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cache\Exception\InvalidCacheKey extends Phalcon\Cache\Exception\InvalidArgumentException implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -47514,9 +50963,12 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [10] {
- Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
@@ -47825,7 +51277,9 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [10] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [2] {
+ Parameter #0 [ <optional> ?string $name = null ]
+ Parameter #1 [ <optional> ?string $reason = null ]
}
}
@@ -47983,7 +51437,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Dispatcher\Dispatcher, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface, Phalcon\Contracts\Cli\Dispatcher ] {
- Constants [0] {
}
@@ -48025,7 +51479,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $options = NULL ]
}
- - Methods [54] {
+ - Methods [57] {
Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\AbstractDispatcher> public method callActionMethod ] {
- Parameters [3] {
@@ -48035,14 +51489,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method getActiveTask ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method getActiveTask ] {
- Parameters [0] {
}
- Return [ Phalcon\Cli\TaskInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method getLastTask ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method getLastTask ] {
- Parameters [0] {
}
@@ -48058,21 +51512,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method getOptions ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method getOptions ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method getTaskName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method getTaskName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method getTaskSuffix ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method getTaskSuffix ] {
- Parameters [0] {
}
@@ -48087,7 +51541,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method setDefaultTask ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method setDefaultTask ] {
- Parameters [1] {
Parameter #0 [ <required> string $taskName ]
@@ -48095,7 +51549,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method setOptions ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method setOptions ] {
- Parameters [1] {
Parameter #0 [ <required> array $options ]
@@ -48103,7 +51557,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method setTaskName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method setTaskName ] {
- Parameters [1] {
Parameter #0 [ <required> string $taskName ]
@@ -48111,7 +51565,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method setTaskSuffix ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Cli\Dispatcher> public method setTaskSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $taskSuffix ]
@@ -48119,14 +51573,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method handleException ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\AbstractDispatcher> protected method handleException ] {
- Parameters [1] {
Parameter #0 [ <required> Exception $exception ]
}
}
- Method [ <internal:phalcon> protected method throwDispatchException ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\AbstractDispatcher> protected method throwDispatchException ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -48134,13 +51588,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method dispatch ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method dispatch ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method forward ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method forward ] {
- Parameters [1] {
Parameter #0 [ <required> array $forward ]
@@ -48148,14 +51602,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getActionName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getActionSuffix ] {
- Parameters [0] {
}
@@ -48190,7 +51644,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?Phalcon\Events\ManagerInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getHandlerSuffix ] {
- Parameters [0] {
}
@@ -48218,7 +51672,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParam ] {
- Parameters [3] {
Parameter #0 [ <required> $param ]
@@ -48227,7 +51681,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParameter ] {
- Parameters [3] {
Parameter #0 [ <required> $param ]
@@ -48236,21 +51690,42 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParams ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParams ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameters ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParameters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method hasParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method getPreviousActionName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method getPreviousHandlerName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method getPreviousNamespaceName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method hasParam ] {
- Parameters [1] {
Parameter #0 [ <required> $param ]
@@ -48266,14 +51741,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method isFinished ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method isFinished ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setActionName ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -48281,7 +51756,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setDefaultAction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setDefaultAction ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -48289,7 +51764,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setDefaultNamespace ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setDefaultNamespace ] {
- Parameters [1] {
Parameter #0 [ <required> string $defaultNamespace ]
@@ -48304,7 +51779,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setParam ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -48322,7 +51797,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParams ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setParams ] {
- Parameters [1] {
Parameter #0 [ <required> array $params ]
@@ -48346,7 +51821,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setActionSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionSuffix ]
@@ -48362,7 +51837,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setHandlerSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $handlerSuffix ]
@@ -48379,7 +51854,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Dispatcher\DispatcherInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setModuleName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setModuleName ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $moduleName = null ]
@@ -48387,7 +51862,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setNamespaceName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setNamespaceName ] {
- Parameters [1] {
Parameter #0 [ <required> string $namespaceName ]
@@ -48395,7 +51870,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getReturnedValue ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getReturnedValue ] {
- Parameters [0] {
}
@@ -48738,7 +52213,8 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [10] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $route = '' ]
}
}
@@ -48827,7 +52303,8 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [10] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $route = '' ]
}
}
@@ -48916,7 +52393,8 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [10] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $type = '' ]
}
}
@@ -49162,76 +52640,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [2] {
- Property [ protected $container = NULL ]
- Property [ protected $eventsManager = NULL ]
- }
-
- - Methods [7] {
- Method [ <internal:phalcon, ctor> final public method __construct ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] {
-
- - Parameters [0] {
- }
- - Return [ ?Phalcon\Events\ManagerInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $propertyName ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __isset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Di\DiInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
- }
- - Return [ void ]
- }
- }
- }
-
Class [ <internal:phalcon> <iterateable> class Phalcon\Config\Adapter\Grouped extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] {
- Constants [1] {
@@ -55278,13 +58686,15 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Properties [3] {
+ - Properties [5] {
+ Property [ protected $autoReconnect = false ]
Property [ protected $pdo = NULL ]
Property [ protected $profiler = NULL ]
+ Property [ protected $transactionLevel = 0 ]
Property [ protected $arguments = NULL ]
}
- - Methods [37] {
+ - Methods [42] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [6] {
@@ -55340,6 +58750,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method ensureConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorCode ] {
- Parameters [0] {
@@ -55471,6 +58888,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getAutoReconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getDriverName ] {
- Parameters [0] {
@@ -55524,6 +58948,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ PDOStatement ]
}
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method ping ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method prepare ] {
- Parameters [2] {
@@ -55566,6 +58997,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method setAutoReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $autoReconnect ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method setProfiler ] {
- Parameters [1] {
@@ -55594,6 +59033,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ array ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> protected method isConnectionError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
}
}
@@ -55702,12 +59149,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Properties [2] {
+ - Properties [4] {
+ Property [ protected $autoReconnect = false ]
Property [ protected $pdo = NULL ]
Property [ protected $profiler = NULL ]
+ Property [ protected $transactionLevel = 0 ]
}
- - Methods [36] {
+ - Methods [41] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -55752,6 +59201,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method ensureConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method errorCode ] {
- Parameters [0] {
@@ -55883,6 +59339,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getAutoReconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method getDriverName ] {
- Parameters [0] {
@@ -55936,6 +59399,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ PDOStatement ]
}
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method ping ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\PdoInterface> public method prepare ] {
- Parameters [2] {
@@ -55978,6 +59448,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> public method setAutoReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $autoReconnect ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method setProfiler ] {
- Parameters [1] {
@@ -56006,6 +59484,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ array ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection> protected method isConnectionError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
}
}
@@ -56463,7 +59949,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface, Phalcon\Contracts\Logger\Logger ] {
- Constants [0] {
}
@@ -56479,7 +59965,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [15] {
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method alert ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method alert ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56488,7 +59974,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method critical ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method critical ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56497,7 +59983,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method debug ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method debug ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56506,7 +59992,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method emergency ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method emergency ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56515,7 +60001,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method error ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method error ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56524,7 +60010,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method getAdapter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method getAdapter ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -56532,14 +60018,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method getAdapters ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method getAdapters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method getLogLevel ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method getLogLevel ] {
- Parameters [0] {
}
@@ -56553,14 +60039,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method getName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method getName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method info ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method info ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56569,7 +60055,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method notice ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method notice ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56578,7 +60064,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method trace ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method trace ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56587,7 +60073,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method warning ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method warning ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -56596,7 +60082,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method log ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method log ] {
- Parameters [3] {
Parameter #0 [ <required> $level ]
@@ -58428,7 +61914,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Properties [14] {
+ - Properties [15] {
Property [ protected $connectionId = NULL ]
Property [ protected $descriptor = NULL ]
Property [ protected $dialect = NULL ]
@@ -58440,12 +61926,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $transactionLevel = 0 ]
Property [ protected $transactionsWithSavepoints = false ]
Property [ protected $affectedRows = 0 ]
+ Property [ protected $autoReconnect = false ]
Property [ protected $pdo = NULL ]
Property [ protected $dialectType = 'mysql' ]
Property [ protected $type = 'mysql' ]
}
- - Methods [85] {
+ - Methods [90] {
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method addForeignKey ] {
- Parameters [3] {
@@ -58490,6 +61977,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method isConnectionError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] {
- Parameters [1] {
@@ -58552,6 +62047,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method ensureConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method execute ] {
- Parameters [3] {
@@ -58572,6 +62074,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ PDOStatement ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method getAutoReconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method getErrorInfo ] {
- Parameters [0] {
@@ -58607,6 +62116,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string|bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method ping ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method prepare ] {
- Parameters [1] {
@@ -58633,6 +62149,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method setAutoReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $autoReconnect ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method prepareRealSql ] {
- Parameters [2] {
@@ -59200,7 +62724,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Properties [14] {
+ - Properties [15] {
Property [ protected $connectionId = NULL ]
Property [ protected $descriptor = NULL ]
Property [ protected $dialect = NULL ]
@@ -59212,12 +62736,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $transactionLevel = 0 ]
Property [ protected $transactionsWithSavepoints = false ]
Property [ protected $affectedRows = 0 ]
+ Property [ protected $autoReconnect = false ]
Property [ protected $pdo = NULL ]
Property [ protected $dialectType = 'postgresql' ]
Property [ protected $type = 'pgsql' ]
}
- - Methods [85] {
+ - Methods [90] {
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] {
- Parameters [1] {
@@ -59300,6 +62825,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method isConnectionError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method affectedRows ] {
- Parameters [0] {
@@ -59347,6 +62880,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method ensureConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method execute ] {
- Parameters [3] {
@@ -59367,6 +62907,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ PDOStatement ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method getAutoReconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method getErrorInfo ] {
- Parameters [0] {
@@ -59402,6 +62949,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string|bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method ping ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method prepare ] {
- Parameters [1] {
@@ -59428,6 +62982,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method setAutoReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $autoReconnect ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method prepareRealSql ] {
- Parameters [2] {
@@ -59972,7 +63534,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- - Properties [14] {
+ - Properties [15] {
Property [ protected $connectionId = NULL ]
Property [ protected $descriptor = NULL ]
Property [ protected $dialect = NULL ]
@@ -59984,12 +63546,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $transactionLevel = 0 ]
Property [ protected $transactionsWithSavepoints = false ]
Property [ protected $affectedRows = 0 ]
+ Property [ protected $autoReconnect = false ]
Property [ protected $pdo = NULL ]
Property [ protected $dialectType = 'sqlite' ]
Property [ protected $type = 'sqlite' ]
}
- - Methods [85] {
+ - Methods [90] {
Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] {
- Parameters [1] {
@@ -60107,6 +63670,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method ensureConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Contracts\Db\Adapter\Adapter> public method execute ] {
- Parameters [3] {
@@ -60127,6 +63697,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ PDOStatement ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method getAutoReconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method getErrorInfo ] {
- Parameters [0] {
@@ -60162,6 +63739,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string|bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method ping ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method prepare ] {
- Parameters [1] {
@@ -60188,6 +63772,22 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> public method setAutoReconnect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $autoReconnect ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method isConnectionError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Throwable $exception ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo> protected method prepareRealSql ] {
- Parameters [2] {
@@ -61039,7 +64639,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $supportedOperators = NULL ]
}
- - Methods [79] {
+ - Methods [83] {
Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addColumn ] {
- Parameters [3] {
@@ -61258,6 +64858,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method supportsOnConflictUpdate ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method sharedLock ] {
- Parameters [2] {
@@ -61503,6 +65110,27 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method supportsAlterTable ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method supportsMaterializedViews ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method supportsReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getColumnSize ] {
- Parameters [1] {
@@ -61793,7 +65421,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $supportedOperators = NULL ]
}
- - Methods [77] {
+ - Methods [81] {
Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addColumn ] {
- Parameters [3] {
@@ -62034,6 +65662,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method supportsMaterializedViews ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method supportsReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method sharedLock ] {
- Parameters [2] {
@@ -62242,6 +65884,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method supportsAlterTable ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method supportsOnConflictUpdate ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getColumnSize ] {
- Parameters [1] {
@@ -62532,7 +66188,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $supportedOperators = NULL ]
}
- - Methods [77] {
+ - Methods [81] {
Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method addColumn ] {
- Parameters [3] {
@@ -62770,6 +66426,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method supportsAlterTable ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Dialect, prototype Phalcon\Db\Dialect> public method supportsReturning ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, overwrites Phalcon\Contracts\Db\Dialect, prototype Phalcon\Contracts\Db\Dialect> public method sharedLock ] {
- Parameters [2] {
@@ -62983,6 +66653,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method supportsMaterializedViews ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method supportsOnConflictUpdate ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> protected method getColumnSize ] {
- Parameters [1] {
@@ -64536,6 +68220,96 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Db\Exceptions\InvalidDialectClass 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 $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\Db\Exceptions\InvalidGenerationExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] {
- Constants [0] {
@@ -67835,7 +71609,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Geometry\GeometryCollection extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Geometry\GeometryCollection extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
- Constants [0] {
}
@@ -67860,7 +71634,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getType ] {
- Parameters [0] {
}
@@ -67874,14 +71648,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method toWkt ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getSrid ] {
- Parameters [0] {
}
@@ -67897,7 +71671,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Geometry\LineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Geometry\LineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
- Constants [0] {
}
@@ -67922,7 +71696,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getType ] {
- Parameters [0] {
}
@@ -67936,7 +71710,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method toWkt ] {
- Parameters [0] {
}
@@ -67950,7 +71724,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getSrid ] {
- Parameters [0] {
}
@@ -67966,7 +71740,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Geometry\MultiLineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Geometry\MultiLineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
- Constants [0] {
}
@@ -67991,7 +71765,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getType ] {
- Parameters [0] {
}
@@ -68005,14 +71779,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method toWkt ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getSrid ] {
- Parameters [0] {
}
@@ -68028,7 +71802,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Geometry\MultiPoint extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Geometry\MultiPoint extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
- Constants [0] {
}
@@ -68053,7 +71827,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getType ] {
- Parameters [0] {
}
@@ -68067,14 +71841,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method toWkt ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getSrid ] {
- Parameters [0] {
}
@@ -68090,7 +71864,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Geometry\MultiPolygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Geometry\MultiPolygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
- Constants [0] {
}
@@ -68115,7 +71889,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getType ] {
- Parameters [0] {
}
@@ -68129,14 +71903,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method toWkt ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getSrid ] {
- Parameters [0] {
}
@@ -68152,7 +71926,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Geometry\Point extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Geometry\Point extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
- Constants [0] {
}
@@ -68179,7 +71953,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getType ] {
- Parameters [0] {
}
@@ -68200,7 +71974,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ float ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method toWkt ] {
- Parameters [0] {
}
@@ -68214,7 +71988,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getSrid ] {
- Parameters [0] {
}
@@ -68230,7 +72004,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Geometry\Polygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Geometry\Polygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] {
- Constants [0] {
}
@@ -68255,7 +72029,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getType ] {
- Parameters [0] {
}
@@ -68269,7 +72043,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method toWkt ] {
- Parameters [0] {
}
@@ -68283,7 +72057,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] {
+ Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Contracts\Db\Geometry\Geometry> public method getSrid ] {
- Parameters [0] {
}
@@ -71963,7 +75737,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Contracts\Domain\Payload\Payload, Phalcon\Contracts\Domain\Payload\Writeable, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Contracts\Domain\Payload\Readable, Phalcon\Domain\Payload\ReadableInterface ] {
- Constants [0] {
}
@@ -71984,44 +75758,44 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [12] {
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getException ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Readable> public method getException ] {
- Parameters [0] {
}
- Return [ ?Throwable ]
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getExtras ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Readable> public method getExtras ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getInput ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Readable> public method getInput ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getMessages ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Readable> public method getMessages ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getStatus ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Readable> public method getStatus ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getOutput ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Readable> public method getOutput ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\WriteableInterface> public method setException ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Writeable> public method setException ] {
- Parameters [1] {
Parameter #0 [ <required> Throwable $exception ]
@@ -72029,7 +75803,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Domain\Payload\PayloadInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\WriteableInterface> public method setExtras ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Writeable> public method setExtras ] {
- Parameters [1] {
Parameter #0 [ <required> $extras ]
@@ -72037,7 +75811,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Domain\Payload\PayloadInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\WriteableInterface> public method setInput ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Writeable> public method setInput ] {
- Parameters [1] {
Parameter #0 [ <required> $input ]
@@ -72045,7 +75819,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Domain\Payload\PayloadInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\WriteableInterface> public method setMessages ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Writeable> public method setMessages ] {
- Parameters [1] {
Parameter #0 [ <required> $messages ]
@@ -72053,7 +75827,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Domain\Payload\PayloadInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\WriteableInterface> public method setOutput ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Writeable> public method setOutput ] {
- Parameters [1] {
Parameter #0 [ <required> $output ]
@@ -72061,7 +75835,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Domain\Payload\PayloadInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\WriteableInterface> public method setStatus ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Domain\Payload\Writeable> public method setStatus ] {
- Parameters [1] {
Parameter #0 [ <required> $status ]
@@ -72138,7 +75912,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt implements Phalcon\Encryption\Crypt\CryptInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt implements Phalcon\Encryption\Crypt\CryptInterface, Phalcon\Contracts\Encryption\Crypt\Crypt ] {
- Constants [9] {
Constant [ public string DEFAULT_ALGORITHM ] { sha256 }
@@ -72183,7 +75957,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method decrypt ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method decrypt ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -72192,7 +75966,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method decryptBase64 ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method decryptBase64 ] {
- Parameters [3] {
Parameter #0 [ <required> string $input ]
@@ -72202,7 +75976,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method encrypt ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method encrypt ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -72211,7 +75985,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method encryptBase64 ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method encryptBase64 ] {
- Parameters [3] {
Parameter #0 [ <required> string $input ]
@@ -72221,28 +75995,28 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method getAvailableCiphers ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method getAvailableCiphers ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method getAuthData ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method getAuthData ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method getAuthTag ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method getAuthTag ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method getAuthTagLength ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method getAuthTagLength ] {
- Parameters [0] {
}
@@ -72263,14 +76037,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method getCipher ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method getCipher ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method getKey ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method getKey ] {
- Parameters [0] {
}
@@ -72285,44 +76059,44 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setAuthData ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method setAuthData ] {
- Parameters [1] {
Parameter #0 [ <required> string $data ]
}
- - Return [ static ]
+ - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setAuthTag ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method setAuthTag ] {
- Parameters [1] {
Parameter #0 [ <required> string $tag ]
}
- - Return [ static ]
+ - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setAuthTagLength ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method setAuthTagLength ] {
- Parameters [1] {
Parameter #0 [ <required> int $length ]
}
- - Return [ static ]
+ - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setCipher ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method setCipher ] {
- Parameters [1] {
Parameter #0 [ <required> string $cipher ]
}
- - Return [ static ]
+ - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setKey ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method setKey ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
}
- - Return [ static ]
+ - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
Method [ <internal:phalcon> public method setHashAlgorithm ] {
@@ -72333,20 +76107,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method setPadding ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method setPadding ] {
- Parameters [1] {
Parameter #0 [ <required> int $scheme ]
}
- - Return [ static ]
+ - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\CryptInterface> public method useSigning ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Crypt> public method useSigning ] {
- Parameters [1] {
Parameter #0 [ <required> bool $useSigning ]
}
- - Return [ static ]
+ - Return [ Phalcon\Encryption\Crypt\CryptInterface ]
}
Method [ <internal:phalcon> protected method checkCipherHashIsAvailable ] {
@@ -72842,6 +76616,184 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Exception\InvalidAuthTagLength 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\InvalidDecryptLength 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] {
@@ -73567,7 +77519,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Ansi implements Phalcon\Encryption\Crypt\Padding\PadInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Ansi implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- Constants [0] {
}
@@ -73582,7 +77534,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method pad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method pad ] {
- Parameters [1] {
Parameter #0 [ <required> int $paddingSize ]
@@ -73590,7 +77542,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method unpad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method unpad ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -73601,7 +77553,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Iso10126 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Iso10126 implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- Constants [0] {
}
@@ -73616,7 +77568,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method pad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method pad ] {
- Parameters [1] {
Parameter #0 [ <required> int $paddingSize ]
@@ -73624,7 +77576,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method unpad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method unpad ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -73635,7 +77587,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\IsoIek implements Phalcon\Encryption\Crypt\Padding\PadInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\IsoIek implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- Constants [0] {
}
@@ -73650,7 +77602,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method pad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method pad ] {
- Parameters [1] {
Parameter #0 [ <required> int $paddingSize ]
@@ -73658,7 +77610,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method unpad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method unpad ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -73669,7 +77621,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Noop implements Phalcon\Encryption\Crypt\Padding\PadInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Noop implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- Constants [0] {
}
@@ -73684,7 +77636,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method pad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method pad ] {
- Parameters [1] {
Parameter #0 [ <required> int $paddingSize ]
@@ -73692,7 +77644,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method unpad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method unpad ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -73703,7 +77655,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Pkcs7 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Pkcs7 implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- Constants [0] {
}
@@ -73718,7 +77670,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method pad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method pad ] {
- Parameters [1] {
Parameter #0 [ <required> int $paddingSize ]
@@ -73726,7 +77678,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method unpad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method unpad ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -73737,7 +77689,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Space implements Phalcon\Encryption\Crypt\Padding\PadInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Space implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- Constants [0] {
}
@@ -73752,7 +77704,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method pad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method pad ] {
- Parameters [1] {
Parameter #0 [ <required> int $paddingSize ]
@@ -73760,7 +77712,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method unpad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method unpad ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -73771,7 +77723,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Zero implements Phalcon\Encryption\Crypt\Padding\PadInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Crypt\Padding\Zero implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] {
- Constants [0] {
}
@@ -73786,7 +77738,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method pad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method pad ] {
- Parameters [1] {
Parameter #0 [ <required> int $paddingSize ]
@@ -73794,7 +77746,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Crypt\Padding\PadInterface> public method unpad ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Crypt\Padding\Pad> public method unpad ] {
- Parameters [2] {
Parameter #0 [ <required> string $input ]
@@ -75469,7 +79421,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Signer\Hmac extends Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Signer\Hmac extends Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer, Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] {
- Constants [0] {
}
@@ -75492,14 +79444,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Encryption\Security\JWT\Signer\SignerInterface, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method getAlgHeader ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method getAlgHeader ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Encryption\Security\JWT\Signer\SignerInterface, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method sign ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method sign ] {
- Parameters [2] {
Parameter #0 [ <required> string $payload ]
@@ -75508,7 +79460,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Encryption\Security\JWT\Signer\SignerInterface, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method verify ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method verify ] {
- Parameters [3] {
Parameter #0 [ <required> string $source ]
@@ -75527,7 +79479,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Encryption\Security\JWT\Signer\AbstractSigner, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method getAlgorithm ] {
+ Method [ <internal:phalcon, inherits Phalcon\Encryption\Security\JWT\Signer\AbstractSigner, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method getAlgorithm ] {
- Parameters [0] {
}
@@ -75536,7 +79488,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Signer\None implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\JWT\Signer\None implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface, Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer ] {
- Constants [0] {
}
@@ -75551,21 +79503,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [4] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method getAlgHeader ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method getAlgHeader ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method getAlgorithm ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method getAlgorithm ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method sign ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method sign ] {
- Parameters [2] {
Parameter #0 [ <required> string $payload ]
@@ -75574,7 +79526,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\JWT\Signer\SignerInterface> public method verify ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer> public method verify ] {
- Parameters [3] {
Parameter #0 [ <required> string $source ]
@@ -75886,9 +79838,10 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [14] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Token\Token $token ]
Parameter #1 [ <optional> int $timeShift = 0 ]
+ Parameter #2 [ <optional> ?Phalcon\Time\Clock\ClockInterface $clock = null ]
}
}
@@ -76154,7 +80107,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\RandomNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\RandomNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface, Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider ] {
- Constants [0] {
}
@@ -76169,7 +80122,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [1] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\Uuid\NodeProviderInterface> public method getNode ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider> public method getNode ] {
- Parameters [0] {
}
@@ -76178,7 +80131,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\SysNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\SysNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface, Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider ] {
- Constants [0] {
}
@@ -76194,7 +80147,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [2] {
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\Uuid\NodeProviderInterface> public method getNode ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider> public method getNode ] {
- Parameters [0] {
}
@@ -76211,7 +80164,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version1 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version1 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface, Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid ] {
- Constants [7] {
Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff }
@@ -76243,14 +80196,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface> public method getDateTime ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid> public method getDateTime ] {
- Parameters [0] {
}
- Return [ DateTimeImmutable ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface> public method getNode ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid> public method getNode ] {
- Parameters [0] {
}
@@ -76304,7 +80257,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version3 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version3 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] {
- Constants [7] {
Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff }
@@ -76383,7 +80336,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version4 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version4 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] {
- Constants [7] {
Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff }
@@ -76460,7 +80413,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version5 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version5 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] {
- Constants [7] {
Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff }
@@ -76539,7 +80492,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version6 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version6 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface, Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid ] {
- Constants [7] {
Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff }
@@ -76569,14 +80522,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface> public method getDateTime ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid> public method getDateTime ] {
- Parameters [0] {
}
- Return [ DateTimeImmutable ]
}
- Method [ <internal:phalcon, prototype Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface> public method getNode ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid> public method getNode ] {
- Parameters [0] {
}
@@ -76630,7 +80583,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version7 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Uuid\Version7 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] {
- Constants [7] {
Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff }
@@ -85673,7 +89626,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Contracts\Flash\Flash, Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
}
@@ -85699,7 +89652,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [24] {
- Method [ <internal:phalcon, overwrites Phalcon\Flash\FlashInterface, prototype Phalcon\Flash\FlashInterface> public method message ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method message ] {
- Parameters [2] {
Parameter #0 [ <required> string $type ]
@@ -85731,7 +89684,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method error ] {
+ Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method error ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -85781,7 +89734,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Html\Escaper\EscaperInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method notice ] {
+ Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method notice ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -85845,7 +89798,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method success ] {
+ Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method success ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -85862,7 +89815,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method warning ] {
+ Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method warning ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -86154,7 +90107,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Contracts\Flash\Flash, Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] {
- Constants [1] {
Constant [ public string SESSION_KEY ] { _flashMessages }
@@ -86166,7 +90119,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [11] {
+ - Properties [12] {
Property [ protected $container = NULL ]
Property [ protected $autoescape = true ]
Property [ protected $automaticHtml = true ]
@@ -86178,9 +90131,19 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $interpolator = NULL ]
Property [ protected $messages = NULL ]
Property [ protected $sessionService = NULL ]
+ Property [ protected $sessionKey = '' ]
}
- Methods [29] {
+ Method [ <internal:phalcon, overwrites Phalcon\Flash\AbstractFlash, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = null ]
+ Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = null ]
+ Parameter #2 [ <optional> ?string $sessionKey = null ]
+ }
+ }
+
Method [ <internal:phalcon, overwrites Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\AbstractFlash> public method clear ] {
- Parameters [0] {
@@ -86205,7 +90168,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Flash\FlashInterface, prototype Phalcon\Flash\FlashInterface> public method message ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method message ] {
- Parameters [2] {
Parameter #0 [ <required> string $type ]
@@ -86246,15 +90209,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Session\ManagerInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, ctor> public method __construct ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = null ]
- Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = null ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method error ] {
+ Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method error ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -86304,7 +90259,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Html\Escaper\EscaperInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method notice ] {
+ Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method notice ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -86368,7 +90323,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method success ] {
+ Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method success ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -86385,7 +90340,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method warning ] {
+ Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Contracts\Flash\Flash> public method warning ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
@@ -99047,7 +103002,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Properties [0] {
}
- - Methods [1] {
+ - Methods [2] {
Method [ <internal:phalcon, prototype Phalcon\Html\Link\Serializer\SerializerInterface> public method serialize ] {
- Parameters [1] {
@@ -99055,6 +103010,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ ?string ]
}
+
+ Method [ <internal:phalcon> private method quote ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $value ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -102001,7 +105964,15 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static properties [0] {
}
- - Static methods [0] {
+ - Static methods [1] {
+ Method [ <internal:phalcon> static public method create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $width ]
+ Parameter #1 [ <required> int $height ]
+ }
+ - Return [ Phalcon\Image\Adapter\AbstractAdapter ]
+ }
}
- Properties [7] {
@@ -102037,7 +106008,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> protected method processBackground ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processBackground ] {
- Parameters [4] {
Parameter #0 [ <required> int $red ]
@@ -102048,7 +106019,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processBlur ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processBlur ] {
- Parameters [1] {
Parameter #0 [ <required> int $radius ]
@@ -102064,7 +106035,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon> protected method processCrop ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processCrop ] {
- Parameters [4] {
Parameter #0 [ <required> int $width ]
@@ -102075,7 +106046,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processFlip ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processFlip ] {
- Parameters [1] {
Parameter #0 [ <required> int $direction ]
@@ -102083,14 +106054,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processMask ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processMask ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $mask ]
}
}
- Method [ <internal:phalcon> protected method processPixelate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processPixelate ] {
- Parameters [1] {
Parameter #0 [ <required> int $amount ]
@@ -102098,7 +106069,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processReflection ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processReflection ] {
- Parameters [3] {
Parameter #0 [ <required> int $height ]
@@ -102108,7 +106079,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processRender ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processRender ] {
- Parameters [2] {
Parameter #0 [ <required> string $extension ]
@@ -102116,7 +106087,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon> protected method processResize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processResize ] {
- Parameters [2] {
Parameter #0 [ <required> int $width ]
@@ -102125,7 +106096,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processRotate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processRotate ] {
- Parameters [1] {
Parameter #0 [ <required> int $degrees ]
@@ -102133,7 +106104,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processSave ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processSave ] {
- Parameters [2] {
Parameter #0 [ <required> string $file ]
@@ -102142,7 +106113,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> protected method processSharpen ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processSharpen ] {
- Parameters [1] {
Parameter #0 [ <required> int $amount ]
@@ -102150,7 +106121,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processText ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processText ] {
- Parameters [9] {
Parameter #0 [ <required> string $text ]
@@ -102166,7 +106137,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processWatermark ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processWatermark ] {
- Parameters [4] {
Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $watermark ]
@@ -102376,7 +106347,15 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static properties [0] {
}
- - Static methods [0] {
+ - Static methods [1] {
+ Method [ <internal:phalcon> static public method create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $width ]
+ Parameter #1 [ <required> int $height ]
+ }
+ - Return [ Phalcon\Image\Adapter\AbstractAdapter ]
+ }
}
- Properties [8] {
@@ -102426,7 +106405,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processBackground ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processBackground ] {
- Parameters [4] {
Parameter #0 [ <required> int $red ]
@@ -102437,7 +106416,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processBlur ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processBlur ] {
- Parameters [1] {
Parameter #0 [ <required> int $radius ]
@@ -102445,7 +106424,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processCrop ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processCrop ] {
- Parameters [4] {
Parameter #0 [ <required> int $width ]
@@ -102456,7 +106435,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processFlip ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processFlip ] {
- Parameters [1] {
Parameter #0 [ <required> int $direction ]
@@ -102464,15 +106443,15 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processMask ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processMask ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $image ]
+ Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $mask ]
}
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processPixelate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processPixelate ] {
- Parameters [1] {
Parameter #0 [ <required> int $amount ]
@@ -102480,7 +106459,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processReflection ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processReflection ] {
- Parameters [3] {
Parameter #0 [ <required> int $height ]
@@ -102490,7 +106469,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processRender ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processRender ] {
- Parameters [2] {
Parameter #0 [ <required> string $extension ]
@@ -102499,7 +106478,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> protected method processResize ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processResize ] {
- Parameters [2] {
Parameter #0 [ <required> int $width ]
@@ -102508,7 +106487,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processRotate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processRotate ] {
- Parameters [1] {
Parameter #0 [ <required> int $degrees ]
@@ -102516,7 +106495,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processSave ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processSave ] {
- Parameters [2] {
Parameter #0 [ <required> string $file ]
@@ -102525,7 +106504,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processSharpen ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processSharpen ] {
- Parameters [1] {
Parameter #0 [ <required> int $amount ]
@@ -102533,7 +106512,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processText ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processText ] {
- Parameters [9] {
Parameter #0 [ <required> string $text ]
@@ -102549,10 +106528,10 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> protected method processWatermark ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Image\Adapter\AbstractAdapter, prototype Phalcon\Image\Adapter\AbstractAdapter> protected method processWatermark ] {
- Parameters [4] {
- Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $image ]
+ Parameter #0 [ <required> Phalcon\Image\Adapter\AdapterInterface $watermark ]
Parameter #1 [ <required> int $offsetX ]
Parameter #2 [ <required> int $offsetY ]
Parameter #3 [ <required> int $opacity ]
@@ -103047,6 +107026,96 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Image\Exceptions\InvalidColor 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 $color ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method 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] {
@@ -104230,7 +108299,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- 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\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Contracts\Logger\Adapter\Adapter, Phalcon\Logger\Adapter\AdapterInterface ] {
- Constants [0] {
}
@@ -104250,14 +108319,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [15] {
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AdapterInterface, prototype Phalcon\Logger\Adapter\AdapterInterface> public method close ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method close ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method process ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method process ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -104286,7 +108355,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method add ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method add ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -104294,21 +108363,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method begin ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method begin ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method commit ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method commit ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method getFormatter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method getFormatter ] {
- Parameters [0] {
}
@@ -104322,21 +108391,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method inTransaction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method inTransaction ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method rollback ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method rollback ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method setFormatter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method setFormatter ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Formatter\FormatterInterface $formatter ]
@@ -104362,7 +108431,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Contracts\Logger\Adapter\Adapter, Phalcon\Logger\Adapter\AdapterInterface ] {
- Constants [0] {
}
@@ -104393,7 +108462,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AdapterInterface, prototype Phalcon\Logger\Adapter\AdapterInterface> public method close ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method close ] {
- Parameters [0] {
}
@@ -104407,7 +108476,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method process ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method process ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -104460,7 +108529,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method add ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method add ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -104468,21 +108537,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method begin ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method begin ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method commit ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method commit ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method getFormatter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method getFormatter ] {
- Parameters [0] {
}
@@ -104496,21 +108565,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method inTransaction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method inTransaction ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method rollback ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method rollback ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method setFormatter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method setFormatter ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Formatter\FormatterInterface $formatter ]
@@ -104536,7 +108605,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Contracts\Logger\Adapter\Adapter, Phalcon\Logger\Adapter\AdapterInterface ] {
- Constants [0] {
}
@@ -104568,14 +108637,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AdapterInterface, prototype Phalcon\Logger\Adapter\AdapterInterface> public method close ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method close ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method process ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method process ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -104622,7 +108691,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method add ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method add ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -104630,21 +108699,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method begin ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method begin ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method commit ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method commit ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method getFormatter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method getFormatter ] {
- Parameters [0] {
}
@@ -104658,21 +108727,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method inTransaction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method inTransaction ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method rollback ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method rollback ] {
- Parameters [0] {
}
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method setFormatter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Logger\Adapter\Adapter> public method setFormatter ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Formatter\FormatterInterface $formatter ]
@@ -105261,7 +109330,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Contracts\Logger\Formatter\Formatter, Phalcon\Logger\Formatter\FormatterInterface ] {
- Constants [0] {
}
@@ -105288,7 +109357,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Formatter\FormatterInterface, prototype Phalcon\Logger\Formatter\FormatterInterface> public method format ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Logger\Formatter\Formatter, prototype Phalcon\Contracts\Logger\Formatter\Formatter> public method format ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -105379,7 +109448,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Contracts\Logger\Formatter\Formatter, Phalcon\Logger\Formatter\FormatterInterface ] {
- Constants [0] {
}
@@ -105408,7 +109477,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Logger\Formatter\FormatterInterface, prototype Phalcon\Logger\Formatter\FormatterInterface> public method format ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Logger\Formatter\Formatter, prototype Phalcon\Contracts\Logger\Formatter\Formatter> public method format ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Logger\Item $item ]
@@ -105582,7 +109651,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Logger\Logger extends Phalcon\Logger\AbstractLogger implements Phalcon\Logger\LoggerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Logger\Logger extends Phalcon\Logger\AbstractLogger implements Phalcon\Logger\LoggerInterface, Phalcon\Contracts\Logger\Logger ] {
- Constants [10] {
Constant [ public int ALERT ] { 2 }
@@ -105603,16 +109672,17 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [5] {
+ - Properties [6] {
Property [ protected $adapters = NULL ]
+ Property [ protected $clock = NULL ]
Property [ protected $excluded = NULL ]
Property [ protected $logLevel = 8 ]
Property [ protected $name = '' ]
Property [ protected $timezone = NULL ]
}
- - Methods [23] {
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method alert ] {
+ - Methods [26] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method alert ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105621,7 +109691,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method critical ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method critical ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105630,7 +109700,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method debug ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method debug ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105639,7 +109709,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method emergency ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method emergency ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105648,7 +109718,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method error ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method error ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105657,7 +109727,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method info ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method info ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105666,7 +109736,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method log ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method log ] {
- Parameters [3] {
Parameter #0 [ <required> $level ]
@@ -105676,7 +109746,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method notice ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method notice ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105685,7 +109755,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method trace ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method trace ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105694,7 +109764,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Logger\LoggerInterface> public method warning ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Logger\Logger> public method warning ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -105705,10 +109775,11 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, ctor> public method __construct ] {
- - Parameters [3] {
+ - Parameters [4] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <optional> array $adapters = [] ]
Parameter #2 [ <optional> ?DateTimeZone $timezone = null ]
+ Parameter #3 [ <optional> ?Phalcon\Time\Clock\ClockInterface $clock = null ]
}
}
@@ -105721,6 +109792,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> public method begin ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> public method commit ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> public method excludeAdapters ] {
- Parameters [1] {
@@ -105729,7 +109814,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Logger\LoggerInterface> public method getAdapter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Contracts\Logger\Logger> public method getAdapter ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -105737,21 +109822,21 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Logger\Adapter\AdapterInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Logger\LoggerInterface> public method getAdapters ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Contracts\Logger\Logger> public method getAdapters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Logger\LoggerInterface> public method getLogLevel ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Contracts\Logger\Logger> public method getLogLevel ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Logger\LoggerInterface> public method getName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger, prototype Phalcon\Contracts\Logger\Logger> public method getName ] {
- Parameters [0] {
}
@@ -105766,6 +109851,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> public method rollback ] {
+
+ - Parameters [0] {
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Logger\AbstractLogger> public method setAdapters ] {
- Parameters [1] {
@@ -106193,7 +110285,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> <iterateable> class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] {
+ Class [ <internal:phalcon> <iterateable> class Phalcon\Messages\Messages implements Phalcon\Contracts\Messages\Messages, Traversable, Iterator, Countable, ArrayAccess, JsonSerializable ] {
- Constants [0] {
}
@@ -106217,7 +110309,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon> public method appendMessage ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Messages\Messages> public method appendMessage ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ]
@@ -106225,7 +110317,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon> public method appendMessages ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Messages\Messages> public method appendMessages ] {
- Parameters [1] {
Parameter #0 [ <required> $messages ]
@@ -106246,7 +110338,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Messages\MessageInterface ]
}
- Method [ <internal:phalcon> public method filter ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Messages\Messages> public method filter ] {
- Parameters [1] {
Parameter #0 [ <required> string $fieldName ]
@@ -106581,7 +110673,9 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Methods [10] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [2] {
+ Parameter #0 [ <optional> ?string $name = null ]
+ Parameter #1 [ <optional> ?string $reason = null ]
}
}
@@ -106817,7 +110911,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Dispatcher\Dispatcher, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface, Phalcon\Contracts\Mvc\Dispatcher ] {
- Constants [0] {
}
@@ -106858,8 +110952,8 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected $handlerSuffix = 'Controller' ]
}
- - Methods [53] {
- Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method forward ] {
+ - Methods [54] {
+ Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method forward ] {
- Parameters [1] {
Parameter #0 [ <required> array $forward ]
@@ -106867,7 +110961,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method getActiveController ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Mvc\Dispatcher> public method getActiveController ] {
- Parameters [0] {
}
@@ -106881,27 +110975,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method getControllerName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Mvc\Dispatcher> public method getControllerName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method getLastController ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Mvc\Dispatcher> public method getLastController ] {
- Parameters [0] {
}
- Return [ Phalcon\Mvc\ControllerInterface ]
}
- Method [ <internal:phalcon> public method getPreviousActionName ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon> public method getPreviousControllerName ] {
- Parameters [0] {
@@ -106909,14 +110996,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> public method getPreviousNamespaceName ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method setControllerName ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Mvc\Dispatcher> public method setControllerName ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
@@ -106924,7 +111004,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Mvc\DispatcherInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method setControllerSuffix ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Mvc\Dispatcher> public method setControllerSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerSuffix ]
@@ -106932,7 +111012,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Mvc\DispatcherInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method setDefaultController ] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Mvc\Dispatcher> public method setDefaultController ] {
- Parameters [1] {
Parameter #0 [ <required> string $controllerName ]
@@ -106940,14 +111020,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Mvc\DispatcherInterface ]
}
- Method [ <internal:phalcon> protected method handleException ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\AbstractDispatcher> protected method handleException ] {
- Parameters [1] {
Parameter #0 [ <required> Exception $exception ]
}
}
- Method [ <internal:phalcon> protected method throwDispatchException ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\AbstractDispatcher> protected method throwDispatchException ] {
- Parameters [2] {
Parameter #0 [ <required> string $message ]
@@ -106964,20 +111044,20 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method dispatch ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method dispatch ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getActionName ] {
- Parameters [0] {
}
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getActionSuffix ] {
- Parameters [0] {
}
@@ -107012,7 +111092,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ ?Phalcon\Events\ManagerInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getHandlerSuffix ] {
- Parameters [0] {
}
@@ -107040,7 +111120,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParam ] {
- Parameters [3] {
Parameter #0 [ <required> $param ]
@@ -107049,7 +111129,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameter ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParameter ] {
- Parameters [3] {
Parameter #0 [ <required> $param ]
@@ -107058,21 +111138,42 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParams ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParams ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameters ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getParameters ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method hasParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method getPreviousActionName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method getPreviousHandlerName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method getPreviousNamespaceName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method hasParam ] {
- Parameters [1] {
Parameter #0 [ <required> $param ]
@@ -107088,14 +111189,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method isFinished ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method isFinished ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setActionName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setActionName ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -107103,7 +111204,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setDefaultAction ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setDefaultAction ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionName ]
@@ -107111,7 +111212,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setDefaultNamespace ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setDefaultNamespace ] {
- Parameters [1] {
Parameter #0 [ <required> string $defaultNamespace ]
@@ -107126,7 +111227,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParam ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setParam ] {
- Parameters [2] {
Parameter #0 [ <required> $param ]
@@ -107144,7 +111245,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParams ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setParams ] {
- Parameters [1] {
Parameter #0 [ <required> array $params ]
@@ -107168,7 +111269,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setActionSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setActionSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $actionSuffix ]
@@ -107184,7 +111285,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setHandlerSuffix ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setHandlerSuffix ] {
- Parameters [1] {
Parameter #0 [ <required> string $handlerSuffix ]
@@ -107201,7 +111302,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ Phalcon\Dispatcher\DispatcherInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setModuleName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setModuleName ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $moduleName = null ]
@@ -107209,7 +111310,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setNamespaceName ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method setNamespaceName ] {
- Parameters [1] {
Parameter #0 [ <required> string $namespaceName ]
@@ -107217,7 +111318,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getReturnedValue ] {
+ Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Contracts\Dispatcher\Dispatcher> public method getReturnedValue ] {
- Parameters [0] {
}
@@ -132606,18 +136707,18 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Methods [7] {
- Method [ <internal:phalcon, overwrites Phalcon\Contracts\Paginator\Adapter, prototype Phalcon\Contracts\Paginator\Adapter> public method paginate ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Paginator\Adapter\AbstractAdapter, ctor> public method __construct ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> array $config ]
}
- - Return [ Phalcon\Paginator\RepositoryInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Paginator\Adapter, prototype Phalcon\Contracts\Paginator\Adapter> public method paginate ] {
- - Parameters [1] {
- Parameter #0 [ <required> array $config ]
+ - Parameters [0] {
}
+ - Return [ Phalcon\Paginator\RepositoryInterface ]
}
Method [ <internal:phalcon, inherits Phalcon\Paginator\Adapter\AbstractAdapter, prototype Phalcon\Contracts\Paginator\Adapter> public method getLimit ] {
@@ -133817,6 +137918,3851 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Queue\AdapterFactory extends Phalcon\Factory\AbstractFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $mapper = NULL ]
+ Property [ protected $services = NULL ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $services = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method newInstance ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> array $options = [] ]
+ }
+ - Return [ Phalcon\Contracts\Queue\ConnectionFactory ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractConfigFactory, prototype Phalcon\Factory\AbstractConfigFactory> protected method getExceptionClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getServices ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $services = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfig ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $config ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfigElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $config ]
+ Parameter #1 [ <required> string $element ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getException ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ Exception ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnection ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ protected $connection = NULL ]
+ Property [ protected $host = '127.0.0.1' ]
+ Property [ protected $persistent = false ]
+ Property [ protected $port = 11300 ]
+ Property [ protected $usedTube = 'default' ]
+ Property [ protected $watchedTubes = NULL ]
+ }
+
+ - Methods [16] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $host = '127.0.0.1' ]
+ Parameter #1 [ <optional> int $port = 11300 ]
+ Parameter #2 [ <optional> bool $persistent = false ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method buryJob ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $id ]
+ Parameter #1 [ <required> int $priority ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method connect ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> public method deleteJob ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $id ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method disconnect ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method ignoreTube ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $tube ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method put ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> string $data ]
+ Parameter #1 [ <required> int $priority ]
+ Parameter #2 [ <required> int $delay ]
+ Parameter #3 [ <required> int $ttr ]
+ }
+ - Return [ int|bool ]
+ }
+
+ Method [ <internal:phalcon> public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $length = 0 ]
+ }
+ - Return [ string|bool ]
+ }
+
+ Method [ <internal:phalcon> public method readStatus ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method releaseJob ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $id ]
+ Parameter #1 [ <required> int $priority ]
+ Parameter #2 [ <required> int $delay ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method reserve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timeout = <default> ]
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon> public method touchJob ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $id ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method useTube ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $tube ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method watchTube ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $tube ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method write ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $data ]
+ }
+ - Return [ int|bool ]
+ }
+
+ Method [ <internal:phalcon> private method restoreSession ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnectionFactory implements Phalcon\Contracts\Queue\ConnectionFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $options = NULL ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\ConnectionFactory> public method createContext ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Context ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Beanstalk\BeanstalkConsumer extends Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer, Phalcon\Contracts\Queue\VisibilityAware ] {
+
+ - Constants [1] {
+ Constant [ public int DEFAULT_PRIORITY ] { 100 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $queue = NULL ]
+ Property [ protected $connection = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnection $connection ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method acknowledge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method receive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method receiveNoWait ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method reject ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #1 [ <optional> bool $requeue = false ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method touch ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method buildMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $job ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon> private method resolveJobId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $message ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method getQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer> public method setPollInterval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $pollInterval ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Beanstalk\BeanstalkContext extends Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ protected $connection = NULL ]
+ Property [ protected $host = '127.0.0.1' ]
+ Property [ protected $persistent = false ]
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $port = 11300 ]
+ Property [ protected $ttr = 86400 ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> string $host ]
+ Parameter #1 [ <required> int $port ]
+ Parameter #2 [ <optional> bool $persistent = false ]
+ Parameter #3 [ <optional> int $ttr = 86400 ]
+ Parameter #4 [ <optional> int $pollInterval = 200 ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method close ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createConsumer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Consumer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createProducer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createSubscriptionConsumer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ]
+ }
+
+ Method [ <internal:phalcon> public method getTtr ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method purgeQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method putMessage ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> string $tube ]
+ Parameter #1 [ <required> string $payload ]
+ Parameter #2 [ <required> int $priority ]
+ Parameter #3 [ <required> int $delay ]
+ Parameter #4 [ <required> int $ttr ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method getConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnection ]
+ }
+
+ Method [ <internal:phalcon> private method newConnection ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnection ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createTemporaryQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createTopic ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $topicName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Topic ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Beanstalk\BeanstalkMessage extends Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $body = '' ]
+ Property [ protected $headers = NULL ]
+ Property [ protected $properties = NULL ]
+ Property [ protected $redelivered = false ]
+ Property [ protected $jobId = NULL ]
+ }
+
+ - Methods [23] {
+ Method [ <internal:phalcon> public method getJobId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method setJobId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $jobId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getBody ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getCorrelationId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getHeaders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getMessageId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getProperties ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getReplyTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getTimestamp ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method isRedelivered ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setBody ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $body ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setCorrelationId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $correlationId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setHeaders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $headers ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setMessageId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setProperties ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $properties ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setRedelivered ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $redelivered ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setReplyTo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $replyTo ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setTimestamp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Beanstalk\BeanstalkProducer extends Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] {
+
+ - Constants [1] {
+ Constant [ public int DEFAULT_PRIORITY ] { 100 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $context = NULL ]
+ Property [ protected $deliveryDelay = NULL ]
+ Property [ protected $priority = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Beanstalk\BeanstalkContext $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getDeliveryDelay ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getPriority ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method send ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setDeliveryDelay ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deliveryDelay = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setPriority ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $priority = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getTimeToLive ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setTimeToLive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timeToLive = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Beanstalk\BeanstalkSubscriptionConsumer extends Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $subscriptions = NULL ]
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Beanstalk\BeanstalkContext $context ]
+ Parameter #1 [ <optional> int $pollInterval = 200 ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method consume ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method subscribe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ Parameter #1 [ <required> $callback ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribeAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\GenericQueue implements Phalcon\Contracts\Queue\Queue, Phalcon\Contracts\Queue\Destination ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $queueName = '' ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Queue> public method getQueueName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\GenericTopic implements Phalcon\Contracts\Queue\Topic, Phalcon\Contracts\Queue\Destination ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $topicName = '' ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $topicName ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\Topic> public method getTopicName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Memory\MemoryConnectionFactory implements Phalcon\Contracts\Queue\ConnectionFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $options = NULL ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\ConnectionFactory> public method createContext ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Context ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Memory\MemoryConsumer extends Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $queue = NULL ]
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Memory\MemoryContext $context ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method acknowledge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method receiveNoWait ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method reject ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #1 [ <optional> bool $requeue = false ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method getQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method receive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer> public method setPollInterval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $pollInterval ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Memory\MemoryContext extends Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $queues = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method close ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createConsumer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Consumer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createProducer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createSubscriptionConsumer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ]
+ }
+
+ Method [ <internal:phalcon> public method popMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method purgeQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method pushMessage ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $queueName ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createTemporaryQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createTopic ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $topicName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Topic ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Memory\MemoryMessage extends Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $body = '' ]
+ Property [ protected $headers = NULL ]
+ Property [ protected $properties = NULL ]
+ Property [ protected $redelivered = false ]
+ }
+
+ - Methods [21] {
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getBody ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getCorrelationId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getHeaders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getMessageId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getProperties ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getReplyTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getTimestamp ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method isRedelivered ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setBody ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $body ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setCorrelationId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $correlationId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setHeaders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $headers ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setMessageId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setProperties ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $properties ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setRedelivered ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $redelivered ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setReplyTo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $replyTo ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setTimestamp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Memory\MemoryProducer extends Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Memory\MemoryContext $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method send ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getDeliveryDelay ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getPriority ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getTimeToLive ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setDeliveryDelay ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deliveryDelay = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setPriority ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $priority = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setTimeToLive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timeToLive = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Memory\MemorySubscriptionConsumer extends Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $subscriptions = NULL ]
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Memory\MemoryContext $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method consume ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method subscribe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ Parameter #1 [ <required> $callback ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribeAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\MessageEnvelope ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:phalcon> static public method decode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $payload ]
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon> static public method encode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ string ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\QueueDestinationGuard ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:phalcon> static public method assertQueue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ Parameter #1 [ <required> string $action ]
+ }
+ - Return [ void ]
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Redis\RedisConnectionFactory implements Phalcon\Contracts\Queue\ConnectionFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $options = NULL ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\ConnectionFactory> public method createContext ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Context ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Redis\RedisConsumer extends Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $queue = NULL ]
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Redis\RedisContext $context ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method acknowledge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method receive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method receiveNoWait ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method reject ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #1 [ <optional> bool $requeue = false ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method getQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer> public method setPollInterval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $pollInterval ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Redis\RedisContext extends Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $prefix = 'phalcon_queue:' ]
+ Property [ protected $redis = NULL ]
+ }
+
+ - Methods [18] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $redis ]
+ Parameter #1 [ <optional> string $prefix = 'phalcon_queue:' ]
+ Parameter #2 [ <optional> int $pollInterval = 200 ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method blockingPop ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $queueName ]
+ Parameter #1 [ <required> int $timeout ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method close ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createConsumer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Consumer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createProducer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createSubscriptionConsumer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ]
+ }
+
+ Method [ <internal:phalcon> public method popMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method purgeQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method pushMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $queueName ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #2 [ <optional> int $delay = 0 ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method buildMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $payload ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon> private method delayedKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method listKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method now ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> private method promote ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createTemporaryQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createTopic ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $topicName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Topic ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Redis\RedisMessage extends Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $body = '' ]
+ Property [ protected $headers = NULL ]
+ Property [ protected $properties = NULL ]
+ Property [ protected $redelivered = false ]
+ }
+
+ - Methods [21] {
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getBody ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getCorrelationId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getHeaders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getMessageId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getProperties ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getReplyTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getTimestamp ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method isRedelivered ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setBody ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $body ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setCorrelationId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $correlationId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setHeaders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $headers ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setMessageId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setProperties ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $properties ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setRedelivered ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $redelivered ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setReplyTo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $replyTo ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setTimestamp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Redis\RedisProducer extends Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $context = NULL ]
+ Property [ protected $deliveryDelay = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Redis\RedisContext $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getDeliveryDelay ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method send ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setDeliveryDelay ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deliveryDelay = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getPriority ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getTimeToLive ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setPriority ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $priority = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setTimeToLive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timeToLive = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Redis\RedisSubscriptionConsumer extends Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $subscriptions = NULL ]
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Redis\RedisContext $context ]
+ Parameter #1 [ <optional> int $pollInterval = 200 ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method consume ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method subscribe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ Parameter #1 [ <required> $callback ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribeAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Stream\StreamConnectionFactory implements Phalcon\Contracts\Queue\ConnectionFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $options = NULL ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Queue\ConnectionFactory> public method createContext ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Context ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Stream\StreamConsumer extends Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $queue = NULL ]
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Stream\StreamContext $context ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ Parameter #2 [ <optional> int $pollInterval = 200 ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method acknowledge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method receiveNoWait ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method reject ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #1 [ <optional> bool $requeue = false ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method getQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer, prototype Phalcon\Contracts\Queue\Consumer> public method receive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractConsumer> public method setPollInterval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $pollInterval ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Stream\StreamContext extends Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $storageDir = '' ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $storageDir ]
+ Parameter #1 [ <optional> int $pollInterval = 200 ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method close ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createConsumer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Consumer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createProducer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method createSubscriptionConsumer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ]
+ }
+
+ Method [ <internal:phalcon> public method popMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ ?Phalcon\Contracts\Queue\Message ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Contracts\Queue\Context, prototype Phalcon\Contracts\Queue\Context> public method purgeQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method pushMessage ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $queueName ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method ensureDir ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method getFilepath ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createQueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $queueName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createTemporaryQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractContext, prototype Phalcon\Contracts\Queue\Context> public method createTopic ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $topicName ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Topic ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Stream\StreamMessage extends Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $body = '' ]
+ Property [ protected $headers = NULL ]
+ Property [ protected $properties = NULL ]
+ Property [ protected $redelivered = false ]
+ }
+
+ - Methods [21] {
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $body = '' ]
+ Parameter #1 [ <optional> array $properties = [] ]
+ Parameter #2 [ <optional> array $headers = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getBody ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getCorrelationId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getHeaders ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getMessageId ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getProperties ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getReplyTo ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method getTimestamp ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method isRedelivered ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setBody ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $body ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setCorrelationId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $correlationId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setHeader ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setHeaders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $headers ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setMessageId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageId ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setProperties ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $properties ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setRedelivered ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $redelivered ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setReplyTo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $replyTo ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractMessage, prototype Phalcon\Contracts\Queue\Message> public method setTimestamp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $timestamp ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Stream\StreamProducer extends Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Stream\StreamContext $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method send ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Destination $destination ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getDeliveryDelay ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getPriority ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method getTimeToLive ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setDeliveryDelay ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $deliveryDelay = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setPriority ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $priority = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractProducer, prototype Phalcon\Contracts\Queue\Producer> public method setTimeToLive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timeToLive = <default> ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Producer ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Adapter\Stream\StreamSubscriptionConsumer extends Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $subscriptions = NULL ]
+ Property [ protected $context = NULL ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Queue\Adapter\Stream\StreamContext $context ]
+ Parameter #1 [ <optional> int $pollInterval = 200 ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method consume ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method subscribe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ Parameter #1 [ <required> $callback ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Queue\Adapter\AbstractSubscriptionConsumer, prototype Phalcon\Contracts\Queue\SubscriptionConsumer> public method unsubscribeAll ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Cli\ConsumerTask extends Phalcon\Cli\Task implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Di\InjectionAwareInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $container = NULL ]
+ Property [ protected $eventsManager = NULL ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:phalcon> public method mainAction ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Cli\Task, ctor> final public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Cli\Task, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Events\ManagerInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Cli\Task, prototype Phalcon\Contracts\Events\EventsAware> public method setEventsManager ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $propertyName ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __isset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Consumer\BoundProcessor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $consumer = NULL ]
+ Property [ protected $processor = NULL ]
+ Property [ protected $queue = NULL ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Processor $processor ]
+ Parameter #2 [ <required> Phalcon\Contracts\Queue\Consumer $consumer ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getConsumer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Consumer ]
+ }
+
+ Method [ <internal:phalcon> public method getProcessor ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Processor ]
+ }
+
+ Method [ <internal:phalcon> public method getQueue ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Queue\Queue ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Consumer\Events ] {
+
+ - Constants [7] {
+ Constant [ public string AFTER_END ] { queue:afterEnd }
+ Constant [ public string AFTER_PROCESS ] { queue:afterProcess }
+ Constant [ public string AFTER_RECEIVE ] { queue:afterReceive }
+ Constant [ public string BEFORE_PROCESS ] { queue:beforeProcess }
+ Constant [ public string BEFORE_RECEIVE ] { queue:beforeReceive }
+ Constant [ public string BEFORE_START ] { queue:beforeStart }
+ Constant [ public string PROCESSOR_EXCEPTION ] { queue:processorException }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Consumer\QueueConsumer extends Phalcon\Events\AbstractEventsAware implements Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $eventsManager = NULL ]
+ Property [ protected $bindings = NULL ]
+ Property [ protected $context = NULL ]
+ Property [ protected $pollInterval = 200 ]
+ Property [ protected $shouldStop = false ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Context $context ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method bind ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Contracts\Queue\Queue $queue ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Processor $processor ]
+ }
+ - Return [ Phalcon\Queue\Consumer\QueueConsumer ]
+ }
+
+ Method [ <internal:phalcon> public method consume ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $timeout = 0 ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method consumeOnce ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method end ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method isStopRequested ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method setPollInterval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $pollInterval ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method start ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method stop ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method handleResult ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $consumer ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ Parameter #2 [ <required> $result ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method process ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $binding ]
+ Parameter #1 [ <required> Phalcon\Contracts\Queue\Message $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Contracts\Events\EventsAware> public method getEventsManager ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Events\ManagerInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware, prototype Phalcon\Contracts\Events\EventsAware> 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\Queue\Consumer\Worker ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $consumer = NULL ]
+ Property [ protected $options = NULL ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Queue\Consumer\QueueConsumer $consumer ]
+ Parameter #1 [ <optional> ?Phalcon\Queue\Consumer\WorkerOptions $options = null ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method handleSignal ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $signal ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method run ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> private method installSignalHandlers ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Consumer\WorkerOptions ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $jitter = 0 ]
+ Property [ protected $maxMemory = 0 ]
+ Property [ protected $maxMessages = 0 ]
+ Property [ protected $maxSeconds = 0 ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> int $maxMessages = 0 ]
+ Parameter #1 [ <optional> int $maxSeconds = 0 ]
+ Parameter #2 [ <optional> int $maxMemory = 0 ]
+ Parameter #3 [ <optional> int $jitter = 0 ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getJitter ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> public method getMaxMemory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> public method getMaxMessages ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> public method getMaxSeconds ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Exceptions\DeliveryDelayNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ 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\Queue\Exceptions\InvalidDestinationException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ 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 $action ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Queue\Exceptions\InvalidMessageException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ 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\Queue\Exceptions\PriorityNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ 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\Queue\Exceptions\PurgeQueueNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ 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\Queue\Exceptions\SubscriptionConsumerNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ 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\Queue\Exceptions\TemporaryQueueNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ 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\Queue\Exceptions\TimeToLiveNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ 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\Queue\QueueFactory extends Phalcon\Factory\AbstractConfigFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $adapterFactory = NULL ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?Phalcon\Queue\AdapterFactory $factory = null ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method load ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $config ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Context ]
+ }
+
+ Method [ <internal:phalcon> public method newInstance ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> array $options = [] ]
+ }
+ - Return [ Phalcon\Contracts\Queue\Context ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractConfigFactory, prototype Phalcon\Factory\AbstractConfigFactory> protected method getExceptionClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfig ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $config ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfigElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $config ]
+ Parameter #1 [ <required> string $element ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getException ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ Exception ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Session\Adapter\Exceptions\AdapterRuntimeError extends Phalcon\Session\Exception implements Stringable, Throwable ] {
- Constants [0] {
@@ -134974,6 +142920,95 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Session\Exceptions\InvalidSessionId 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\InvalidSessionName extends Phalcon\Session\Exception implements Stringable, Throwable ] {
- Constants [0] {
@@ -138025,17 +146060,25 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [7] {
+ - Properties [9] {
Property [ protected $blacklist = NULL ]
Property [ protected $data = NULL ]
Property [ protected $hideDocumentRoot = false ]
+ Property [ protected $renderer = NULL ]
+ Property [ protected $reportBuilder = NULL ]
Property [ protected $showBackTrace = true ]
Property [ protected $showFileFragment = false ]
Property [ protected $showFiles = true ]
Property [ protected $uri = 'https://assets.phalcon.io/debug/5.0.x/' ]
}
- - Methods [29] {
+ - Methods [20] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:phalcon> public method clearVars ] {
- Parameters [0] {
@@ -138065,6 +146108,13 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getRenderer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Contracts\Support\Debug\Renderer ]
+ }
+
Method [ <internal:phalcon> public method getVersion ] {
- Parameters [0] {
@@ -138137,6 +146187,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ static ]
}
+ Method [ <internal:phalcon> public method setRenderer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Contracts\Support\Debug\Renderer $renderer ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon> public method setShowBackTrace ] {
- Parameters [1] {
@@ -138168,109 +146226,10 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ static ]
}
-
- Method [ <internal:phalcon> protected method escapeString ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $value ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> protected method getArrayDump ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $argument ]
- Parameter #1 [ <optional> $n = <default> ]
- }
- - Return [ ?string ]
- }
-
- Method [ <internal:phalcon> protected method getVarDump ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $variable ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> final protected method showTraceItem ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $number ]
- Parameter #1 [ <required> array $trace ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> private method closeTable ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> private method printBacktrace ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Throwable $exception ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> private method printExtraVariables ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> private method printIncludedFiles ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> private method printMemoryUsage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> private method printSuperglobal ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $source ]
- Parameter #1 [ <required> string $div ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> private method printTableHeader ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $divId ]
- Parameter #1 [ <required> string $headerOne ]
- Parameter #2 [ <required> string $headerTwo ]
- Parameter #3 [ <optional> string $colspan = '' ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> private method getArrVal ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array $collection ]
- Parameter #1 [ <required> $index ]
- Parameter #2 [ <optional> $defaultValue = <default> ]
- }
- }
}
}
- Class [ <internal:phalcon> class Phalcon\Support\Debug\Dump ] {
+ Class [ <internal:phalcon> class Phalcon\Support\Debug\Dump implements Phalcon\Contracts\Support\Debug\TemplateAware ] {
- Constants [0] {
}
@@ -138281,14 +146240,15 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [4] {
+ - Properties [5] {
Property [ protected $detailed = false ]
Property [ protected $methods = NULL ]
Property [ protected $styles = NULL ]
+ Property [ protected $templates = NULL ]
Property [ private $encode = NULL ]
}
- - Methods [11] {
+ - Methods [15] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -138311,6 +146271,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Debug\TemplateAware> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> public method one ] {
- Parameters [2] {
@@ -138336,6 +146304,15 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Debug\TemplateAware> public method setTemplate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $template ]
+ }
+ - Return [ static ]
+ }
+
Method [ <internal:phalcon> public method toJson ] {
- Parameters [1] {
@@ -138360,6 +146337,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> protected method defaultTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon> protected method getStyle ] {
- Parameters [1] {
@@ -138377,6 +146362,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ string ]
}
+
+ Method [ <internal:phalcon> private method getOutputBold ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $text ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -138572,6 +146565,580 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Support\Debug\Renderer\HtmlRenderer implements Phalcon\Contracts\Support\Debug\Renderer, Phalcon\Contracts\Support\Debug\TemplateAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $templates = NULL ]
+ }
+
+ - Methods [21] {
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Debug\Renderer> public method getCssSources ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $uri ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Debug\Renderer> public method getJsSources ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $uri ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Debug\TemplateAware> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Debug\Renderer> public method getVersion ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Debug\Renderer> public method render ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Support\Debug\Report\ExceptionReport $report ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Contracts\Support\Debug\TemplateAware> public method setTemplate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $template ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> protected method defaultTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method escapeString ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $value ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method getArrayDump ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $argument ]
+ Parameter #1 [ <optional> int $number = 0 ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> protected method getVarDump ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $variable ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method formatBytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $bytes ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method isApp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $file ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method renderBacktrace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $backtrace ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method renderFragment ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $fragment ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method renderIncludedFiles ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $files ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method renderMemory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Support\Debug\Report\ExceptionReport $report ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method renderSignature ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Support\Debug\Report\BacktraceItem $item ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method renderSuperglobal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $div ]
+ Parameter #1 [ <required> array $source ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method renderTabs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Support\Debug\Report\ExceptionReport $report ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method renderTraceItem ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $index ]
+ Parameter #1 [ <required> Phalcon\Support\Debug\Report\BacktraceItem $item ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> private method renderVariables ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $variables ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Support\Debug\ReportBuilder ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon> public method build ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> Throwable $exception ]
+ Parameter #1 [ <required> array $blacklist ]
+ Parameter #2 [ <required> bool $showBackTrace ]
+ Parameter #3 [ <required> bool $showFiles ]
+ Parameter #4 [ <required> bool $showFileFragment ]
+ Parameter #5 [ <required> string $uri ]
+ Parameter #6 [ <required> array $data ]
+ }
+ - Return [ Phalcon\Support\Debug\Report\ExceptionReport ]
+ }
+
+ Method [ <internal:phalcon> private method buildFragment ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $file ]
+ Parameter #1 [ <required> int $line ]
+ Parameter #2 [ <required> bool $showFileFragment ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> private method buildItem ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $trace ]
+ Parameter #1 [ <required> bool $showFiles ]
+ Parameter #2 [ <required> bool $showFileFragment ]
+ }
+ - Return [ Phalcon\Support\Debug\Report\BacktraceItem ]
+ }
+
+ Method [ <internal:phalcon> private method filter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $source ]
+ Parameter #1 [ <required> array $blacklist ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> private method resolveClassLink ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> private method resolveFunctionLink ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $functionName ]
+ }
+ - Return [ ?string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class Phalcon\Support\Debug\Report\BacktraceItem ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [10] {
+ Property [ protected $args = NULL ]
+ Property [ protected $classLink = NULL ]
+ Property [ protected $className = NULL ]
+ Property [ protected $file = NULL ]
+ Property [ protected $fragment = NULL ]
+ Property [ protected $functionLink = NULL ]
+ Property [ protected $functionName = NULL ]
+ Property [ protected $hasArgs = false ]
+ Property [ protected $line = NULL ]
+ Property [ protected $type = NULL ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [10] {
+ Parameter #0 [ <required> string $functionName ]
+ Parameter #1 [ <optional> $type = <default> ]
+ Parameter #2 [ <optional> $className = <default> ]
+ Parameter #3 [ <optional> $classLink = <default> ]
+ Parameter #4 [ <optional> $functionLink = <default> ]
+ Parameter #5 [ <optional> bool $hasArgs = false ]
+ Parameter #6 [ <optional> array $args = [] ]
+ Parameter #7 [ <optional> $file = <default> ]
+ Parameter #8 [ <optional> $line = <default> ]
+ Parameter #9 [ <optional> $fragment = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getArgs ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getClassLink ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method getClassName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method getFragment ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?array ]
+ }
+
+ Method [ <internal:phalcon> public method getFunctionLink ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method getFunctionName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon> public method getType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method hasArgs ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class Phalcon\Support\Debug\Report\ExceptionReport ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [13] {
+ Property [ protected $backtrace = NULL ]
+ Property [ protected $className = NULL ]
+ Property [ protected $file = NULL ]
+ Property [ protected $includedFiles = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $memoryUsage = 0 ]
+ Property [ protected $message = NULL ]
+ Property [ protected $peakMemoryUsage = 0 ]
+ Property [ protected $request = NULL ]
+ Property [ protected $server = NULL ]
+ Property [ protected $showBackTrace = NULL ]
+ Property [ protected $uri = NULL ]
+ Property [ protected $variables = NULL ]
+ }
+
+ - Methods [22] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> string $className ]
+ Parameter #1 [ <required> string $message ]
+ Parameter #2 [ <required> string $file ]
+ Parameter #3 [ <required> int $line ]
+ Parameter #4 [ <required> bool $showBackTrace ]
+ Parameter #5 [ <required> string $uri ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getBacktrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getClassName ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getIncludedFiles ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> public method getMemoryUsage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getPeakMemoryUsage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon> public method getRequest ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getServer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getUri ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getVariables ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method hasVariables ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method isShowBackTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method setBacktrace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $backtrace ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setIncludedFiles ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $includedFiles ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setMemoryUsage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $memoryUsage ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setPeakMemoryUsage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $peakMemoryUsage ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setRequest ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $request ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setServer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $server ]
+ }
+ - Return [ static ]
+ }
+
+ Method [ <internal:phalcon> public method setVariables ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $variables ]
+ }
+ - Return [ static ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Support\HelperFactory extends Phalcon\Factory\AbstractFactory ] {
- Constants [0] {
@@ -141699,7 +150266,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Property [ protected static $overrides = NULL ]
}
- - Static methods [3] {
+ - Static methods [4] {
Method [ <internal:phalcon> static public method get ] {
- Parameters [1] {
@@ -141723,6 +150290,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
}
- Return [ void ]
}
+
+ Method [ <internal:phalcon> static private method readGlobal ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ mixed ]
+ }
}
- Properties [0] {
@@ -142471,7 +151046,7 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <required> string $message ]
+ Parameter #0 [ <required> string $modifier ]
Parameter #1 [ <optional> ?Throwable $ex = null ]
}
}
@@ -142657,13 +151232,15 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [3] {
+ - Properties [5] {
Property [ protected $defaultInterpolator = '' ]
+ Property [ protected $interpolator = NULL ]
Property [ protected $interpolatorFactory = NULL ]
+ Property [ protected $triggerError = false ]
Property [ protected $translate = NULL ]
}
- - Methods [14] {
+ - Methods [15] {
Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -142733,6 +151310,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter> public method notFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $index ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
@@ -142797,16 +151382,18 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [6] {
+ - Properties [8] {
Property [ protected $defaultInterpolator = '' ]
+ Property [ protected $interpolator = NULL ]
Property [ protected $interpolatorFactory = NULL ]
+ Property [ protected $triggerError = false ]
Property [ protected $category = NULL ]
Property [ protected $defaultDomain = NULL ]
Property [ protected $directory = NULL ]
Property [ protected $locale = NULL ]
}
- - Methods [24] {
+ - Methods [25] {
Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -142952,6 +151539,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter> public method notFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $index ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
@@ -143016,11 +151611,12 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [4] {
+ - Properties [5] {
Property [ protected $defaultInterpolator = '' ]
+ Property [ protected $interpolator = NULL ]
Property [ protected $interpolatorFactory = NULL ]
+ Property [ protected $triggerError = false ]
Property [ private $translate = NULL ]
- Property [ private $triggerError = false ]
}
- Methods [13] {
@@ -143048,14 +151644,6 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> public method notFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $index ]
- }
- - Return [ string ]
- }
-
Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method query ] {
- Parameters [2] {
@@ -143081,6 +151669,14 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter> public method notFound ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $index ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AbstractAdapter, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
@@ -144051,7 +152647,8 @@ Extension [ <persistent> extension #153 phalcon version 5.14.2 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [1] {
+ Property [ protected $interpolate = NULL ]
}
- Methods [1] {
diff --git a/composer.json b/composer.json
index 08c6537..a934186 100644
--- a/composer.json
+++ b/composer.json
@@ -40,6 +40,7 @@
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-msgpack": "*",
+ "ext-pcntl": "*",
"ext-pdo": "*",
"ext-redis": "*",
"ext-sqlite3": "*",
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index 5f7d063..50e2558 100644
--- a/php-phalcon5.spec
+++ b/php-phalcon5.spec
@@ -20,7 +20,7 @@
%global pie_vend %{pecl_name}
%global pie_proj cphalcon
-%global upstream_version 5.14.2
+%global upstream_version 5.16.0
#global upstream_prever RC4
#global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
%if %{with single}
@@ -49,14 +49,10 @@ Source0: %{forgesource}
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 8.1
-BuildRequires: %{?scl_prefix}php-hash
-BuildRequires: %{?scl_prefix}php-json
BuildRequires: %{?scl_prefix}php-pdo
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
-Requires: %{?scl_prefix}php-hash%{?_isa}
-Requires: %{?scl_prefix}php-json%{?_isa}
Requires: %{?scl_prefix}php-pdo%{?_isa}
# Extension
@@ -118,6 +114,7 @@ extension=%{pecl_name}.so
;phalcon.db.escape_identifiers = On
;phalcon.db.force_casting = Off
;phalcon.form.strict_entity_property_check = Off
+;phalcon.orm.call_setters_on_hydration = Off
;phalcon.orm.case_insensitive_column_map = Off
;phalcon.orm.cast_last_insert_id_to_int = Off
;phalcon.orm.cast_on_hydrate = Off
@@ -188,7 +185,7 @@ install -Dpm644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name}
%check
# Shared needed extensions
modules=""
-for mod in hash json pdo; do
+for mod in pdo; do
if [ -f %{php_extdir}/${mod}.so ]; then
modules="$modules -d extension=${mod}.so"
fi
@@ -224,6 +221,12 @@ done
%changelog
+* Tue Jun 23 2026 Remi Collet <remi@remirepo.net> - 5.16.0-1
+- update to 5.16.0
+
+* Fri Jun 19 2026 Remi Collet <remi@remirepo.net> - 5.15.0-1
+- update to 5.15.0
+
* Sun Jun 14 2026 Remi Collet <remi@remirepo.net> - 5.14.2-1
- update to 5.14.2