From d4e6b7035c29b2e9e65b89a2e45025621d31fb2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 14 Jun 2026 08:33:13 +0200 Subject: update to 5.14.2 --- PHPINFO | 4 +- REFLECTION | 4512 +++++++++++++++++++++++++++++++++++------------------ php-phalcon5.spec | 7 +- 3 files changed, 3013 insertions(+), 1510 deletions(-) diff --git a/PHPINFO b/PHPINFO index e1c9c2c..09df689 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,8 +5,8 @@ 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.1 -Build Date => Jun 9 2026 00:00:00 +Version => 5.14.2 +Build Date => Jun 14 2026 00:00:00 Powered by Zephir => Version 0.23.0-$Id$ Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index fef01d2..b408c32 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #152 phalcon version 5.14.1 ] { +Extension [ extension #153 phalcon version 5.14.2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -77,7 +77,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - - Classes [1292] { + - Classes [1305] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -247,6 +247,24 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } + Interface [ interface Phalcon\Contracts\Filter\Sanitizer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Interface [ interface Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -1523,6 +1541,44 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } + Interface [ interface Phalcon\Db\Geometry\GeometryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Interface [ interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -16538,127 +16594,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } - - - Methods [11] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = null ] - } - } - - Method [ protected method close ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] - } - - Return [ string ] - } - - Method [ protected method injectAttribute ] { - - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ string $value ] - Parameter #2 [ array $attributes ] - } - - Return [ array ] - } - - Method [ protected method indent ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] - } - - Return [ array ] - } - - Method [ protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] - } - - Return [ string ] - } - - Method [ protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } - - Method [ protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] - } - - Return [ string ] - } - - Method [ protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] - } - - Return [ string ] - } - - Method [ protected method selfClose ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - } - } - Class [ abstract class Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { @@ -16676,7 +16611,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $options = NULL ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -16715,6 +16650,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -16794,7 +16738,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] { + Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -16805,88 +16749,117 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = null ] } } - Method [ public method __wakeup ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -16897,30 +16870,122 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [5] { + - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] - Property [ protected $statement = NULL ] } - - Methods [11] { - Method [ public method __construct ] { - - - Parameters [4] { - Parameter #0 [ string $message = '' ] - Parameter #1 [ array $statement = [] ] - Parameter #2 [ int $code = 0 ] - Parameter #3 [ ?Exception $previous = null ] - } - } - - Method [ public method getStatement ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ array ] + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + Property [ protected $statement = NULL ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $message = '' ] + Parameter #1 [ array $statement = [] ] + Parameter #2 [ int $code = 0 ] + Parameter #3 [ ?Exception $previous = null ] + } + } + + Method [ public method getStatement ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ public method __wakeup ] { @@ -17753,7 +17818,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] @@ -17761,11 +17826,12 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $eventType = 'storage' ] } - - Methods [35] { + - Methods [36] { Method [ protected method __construct ] { - Parameters [2] { @@ -17967,6 +18033,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -18773,98 +18847,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -19346,7 +19328,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -19438,33 +19420,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ abstract class Phalcon\Support\Helper\Arr\AbstractArr ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ protected method toFilter ] { - - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] - } - - Return [ array ] - } - } - } - - Class [ class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -19556,7 +19512,33 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] { + Class [ abstract class Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -19648,7 +19630,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Auth\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -19740,93 +19722,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] - } - - - Methods [9] { - Method [ public method serialize ] { - - - Parameters [0] { - } - - Return [ mixed ] - } - - Method [ public method unserialize ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $data = ] - } - } - - Method [ public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } - - Method [ public method getData ] { - - - Parameters [0] { - } - - Return [ mixed ] - } - - Method [ public method isSuccess ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method setData ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - - Method [ protected method isSerializable ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ bool ] - } - } - } - - Class [ class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Auth\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20004,7 +19900,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -20162,7 +20058,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -20173,88 +20069,82 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { + - Methods [9] { + Method [ public method serialize ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ mixed ] } - Method [ final public method getMessage ] { + Method [ public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getCode ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data = ] } } - Method [ final public method getFile ] { + Method [ public method __serialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ int ] + - Return [ void ] } - Method [ final public method getTrace ] { + Method [ public method getData ] { - Parameters [0] { } - - Return [ array ] + - Return [ mixed ] } - Method [ final public method getPrevious ] { + Method [ public method isSuccess ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method setData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __toString ] { + Method [ protected method isSerializable ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ bool ] } } } - Class [ class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20346,7 +20236,53 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { + Class [ abstract class Phalcon\Db\Geometry\AbstractGeometry implements Stringable, Phalcon\Db\Geometry\GeometryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $srid = 0 ] + } + + - Methods [4] { + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20438,7 +20374,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20530,120 +20466,304 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface ] { + Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { - - Constants [7] { - Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } - Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } - Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } - 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 } + - Constants [0] { } - - Static properties [1] { - Property [ protected static $nodeProvider = NULL ] + - Static properties [0] { } - Static methods [0] { } - - Properties [1] { - Property [ protected $uid = '' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [6] { - Method [ public method __toString ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ string ] + - Tentative return [ void ] } - Method [ protected method getNodeProvider ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + - Return [ string ] } - Method [ protected method uuidTimestampToDateTime ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ $timestamp ] + - Parameters [0] { } - - Return [ DateTimeImmutable ] } - Method [ protected method format ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $hex ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method namespaceToBytes ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ string $uuid ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - - Class [ abstract class Phalcon\Events\AbstractEventsAware ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ final public method getTrace ] { - - Properties [1] { - Property [ protected $eventsManager = NULL ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [3] { - Method [ public method getEventsManager ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ ?Throwable ] } - Method [ public method setEventsManager ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method fireManagerEvent ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] + - Parameters [0] { } + - Return [ string ] } } } - Class [ class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface ] { + + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + 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 [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [6] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + - Return [ DateTimeImmutable ] + } + + Method [ protected method format ] { + + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Events\AbstractEventsAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $eventsManager = NULL ] + } + + - Methods [3] { + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] + } + } + } + } + + Class [ class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20888,6 +21008,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ static ] + } + Method [ final protected method internalMerge ] { - Parameters [2] { @@ -21216,14 +21344,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ array $data = [] ] - } - - Return [ static ] - } - Method [ protected method extractValue ] { - Parameters [2] { @@ -22110,98 +22230,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { @@ -23871,6 +23899,98 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } + Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -25075,9 +25195,11 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [4] { Property [ protected $escapeChar = NULL ] Property [ protected $customFunctions = NULL ] + Property [ protected $guardedOperators = NULL ] + Property [ protected $supportedOperators = NULL ] } - Methods [71] { @@ -26418,19 +26540,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-reds-' ] } - - Methods [39] { + - Methods [40] { Method [ public method __construct ] { - Parameters [2] { @@ -26673,6 +26796,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -29149,7 +29280,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $validators = NULL ] } - - Methods [15] { + - Methods [16] { Method [ public method getValidators ] { - Parameters [0] { @@ -29204,6 +29335,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -29378,7 +29518,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -31110,7 +31250,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface, SessionUpdateTimestampHandlerInterface ] { - Constants [0] { } @@ -31125,7 +31265,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $adapter = NULL ] } - - Methods [7] { + - Methods [9] { Method [ public method close ] { - Parameters [0] { @@ -31166,6 +31306,23 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ public method validateId ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + Method [ public method write ] { - Parameters [2] { @@ -32219,7 +32376,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $options = NULL ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -32258,6 +32415,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -33743,7 +33909,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface, SessionUpdateTimestampHandlerInterface ] { - Constants [0] { } @@ -33757,7 +33923,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Properties [0] { } - - Methods [6] { + - Methods [8] { Method [ public method close ] { - Parameters [0] { @@ -33798,6 +33964,23 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ public method validateId ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + Method [ public method write ] { - Parameters [2] { @@ -33820,19 +34003,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-apcu-' ] } - - Methods [42] { + - Methods [43] { Method [ public method __construct ] { - Parameters [2] { @@ -34102,6 +34286,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -34187,19 +34379,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-memc-' ] } - - Methods [39] { + - Methods [40] { Method [ public method __construct ] { - Parameters [2] { @@ -34446,6 +34639,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -34531,7 +34732,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [11] { + - Properties [12] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] @@ -34539,13 +34740,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $eventType = 'storage' ] Property [ protected $data = NULL ] Property [ protected $maxItems = 0 ] } - - Methods [37] { + - Methods [38] { Method [ public method __construct ] { - Parameters [2] { @@ -34771,6 +34973,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -34856,19 +35066,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-redc-' ] } - - Methods [36] { + - Methods [37] { Method [ public method __construct ] { - Parameters [2] { @@ -35087,6 +35298,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -35172,13 +35391,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [10] { + - Properties [11] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $eventType = 'storage' ] Property [ protected $prefix = 'ph-strm' ] @@ -35286,14 +35506,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ private method getKeyWithoutPrefix ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ string ] - } - Method [ private method getIterator ] { - Parameters [1] { @@ -35512,6 +35724,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -35597,13 +35817,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [11] { + - Properties [12] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $eventType = 'storage' ] Property [ protected $fetching = NULL ] @@ -35611,7 +35832,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $options = NULL ] } - - Methods [35] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -35822,6 +36043,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -44468,19 +44697,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-apcu-' ] Property [ protected $eventType = 'cache' ] } - - Methods [42] { + - Methods [43] { Method [ public method __construct ] { - Parameters [2] { @@ -44750,6 +44980,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -44835,19 +45073,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-memc-' ] Property [ protected $eventType = 'cache' ] } - - Methods [35] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -45058,6 +45297,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -45143,7 +45390,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [11] { + - Properties [12] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] @@ -45151,13 +45398,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $data = NULL ] Property [ protected $maxItems = 0 ] Property [ protected $eventType = 'cache' ] } - - Methods [37] { + - Methods [38] { Method [ public method __construct ] { - Parameters [2] { @@ -45383,6 +45631,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -45468,19 +45724,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-reds-' ] Property [ protected $eventType = 'cache' ] } - - Methods [35] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -45691,6 +45948,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -45776,19 +46041,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-redc-' ] Property [ protected $eventType = 'cache' ] } - - Methods [35] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -45999,6 +46265,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -46084,20 +46358,21 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [10] { + - Properties [11] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $prefix = 'ph-strm' ] Property [ protected $storageDir = '' ] Property [ protected $eventType = 'cache' ] } - - Methods [40] { + - Methods [41] { Method [ public method __construct ] { - Parameters [2] { @@ -46351,6 +46626,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -46436,13 +46719,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [11] { + - Properties [12] { Property [ protected $adapter = NULL ] Property [ protected $defaultSerializer = 'php' ] Property [ protected $lifetime = 3600 ] Property [ protected $prefix = 'ph-memo-' ] Property [ protected $serializer = NULL ] Property [ protected $serializerFactory = NULL ] + Property [ protected $stripPrefix = true ] Property [ protected $eventsManager = NULL ] Property [ protected $fetching = NULL ] Property [ protected $weakList = NULL ] @@ -46450,7 +46734,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [35] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -46661,6 +46945,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + Method [ protected method getPrefixedKey ] { - Parameters [1] { @@ -47423,96 +47715,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Cli\Console\Exceptions\ConsoleModuleNotRegistered extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ string $moduleName ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ class Phalcon\Cli\Console\Exceptions\ContainerRequired extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] { - Constants [0] { @@ -47602,7 +47804,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Cli\Console\Exceptions\InvalidModuleDefinitionPath extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Cli\Console\Exceptions\InvalidModuleDefinition extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -49054,9 +49256,10 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Methods [50] { Method [ public method __construct ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ array $arrayConfig ] Parameter #1 [ string $defaultAdapter = 'php' ] + Parameter #2 [ ?Phalcon\Config\ConfigFactory $factory = null ] } } @@ -49099,6 +49302,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ static ] + } + Method [ final protected method internalMerge ] { - Parameters [2] { @@ -49417,14 +49628,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ array $data = [] ] - } - - Return [ static ] - } - Method [ protected method extractValue ] { - Parameters [2] { @@ -49555,6 +49758,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ static ] + } + Method [ final protected method internalMerge ] { - Parameters [2] { @@ -49873,14 +50084,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ array $data = [] ] - } - - Return [ static ] - } - Method [ protected method extractValue ] { - Parameters [2] { @@ -49976,6 +50179,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ static ] + } + Method [ final protected method internalMerge ] { - Parameters [2] { @@ -50294,14 +50505,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ array $data = [] ] - } - - Return [ static ] - } - Method [ protected method extractValue ] { - Parameters [2] { @@ -50397,6 +50600,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ static ] + } + Method [ final protected method internalMerge ] { - Parameters [2] { @@ -50715,14 +50926,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ array $data = [] ] - } - - Return [ static ] - } - Method [ protected method extractValue ] { - Parameters [2] { @@ -50837,6 +51040,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ static ] + } + Method [ final protected method internalMerge ] { - Parameters [2] { @@ -51155,14 +51366,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ array $data = [] ] - } - - Return [ static ] - } - Method [ protected method extractValue ] { - Parameters [2] { @@ -51206,7 +51409,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $services = NULL ] } - - Methods [12] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -51232,6 +51435,13 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } + Method [ protected method getAdapterAliases ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ protected method getExceptionClass ] { - Parameters [0] { @@ -51239,6 +51449,13 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ protected method getExtraArguments ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ protected method getServices ] { - Parameters [0] { @@ -60815,9 +61032,11 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [4] { Property [ protected $customFunctions = NULL ] + Property [ protected $guardedOperators = NULL ] Property [ protected $escapeChar = '`' ] + Property [ protected $supportedOperators = NULL ] } - Methods [79] { @@ -61567,9 +61786,11 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [4] { Property [ protected $customFunctions = NULL ] + Property [ protected $guardedOperators = NULL ] Property [ protected $escapeChar = '"' ] + Property [ protected $supportedOperators = NULL ] } - Methods [77] { @@ -62304,9 +62525,11 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [4] { Property [ protected $customFunctions = NULL ] + Property [ protected $guardedOperators = NULL ] Property [ protected $escapeChar = '"' ] + Property [ protected $supportedOperators = NULL ] } - Methods [77] { @@ -64046,7 +64269,363 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\IncompleteBindTypes extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\IncompleteBindTypes extends Phalcon\Db\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Exceptions\InvalidBindParameter extends Phalcon\Db\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Exceptions\InvalidCheckExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Exceptions\InvalidGenerationExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Exceptions\InvalidGroupByExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64135,7 +64714,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidBindParameter extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidIndexColumns extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64224,7 +64803,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidCheckExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidIndexDirections extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64313,7 +64892,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidGenerationExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidIndexWhere extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64402,7 +64981,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidGroupByExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidListExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64491,7 +65070,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidIndexColumns extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidOrderByExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64580,7 +65159,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidIndexDirections extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidSqlExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64669,7 +65248,97 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidIndexWhere extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidSqlExpressionType extends Phalcon\Db\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Exceptions\InvalidUnaryExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64758,7 +65427,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidListExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidWhereConditions extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64847,7 +65516,97 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidOrderByExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidWkb 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 [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $reason ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Exceptions\MatchedParameterNotFound extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64936,7 +65695,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidSqlExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\MaterializedViewsNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65025,7 +65784,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidSqlExpressionType extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\MissingDefinitionKey extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65047,7 +65806,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ string $key ] } } @@ -65115,7 +65874,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidUnaryExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\MissingForeignKeyChecks extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65204,7 +65963,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidWhereConditions extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\MissingSqliteDatabase extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65293,7 +66052,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\MatchedParameterNotFound extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\MysqlOnConflictNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65382,7 +66141,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\MaterializedViewsNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\NestedTransactionChangeBlocked extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65471,7 +66230,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\MissingDefinitionKey extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\NoActiveTransaction extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65492,8 +66251,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } } @@ -65561,7 +66319,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\MissingForeignKeyChecks extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\ReferencedColumnCountMismatch extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65650,7 +66408,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\MissingSqliteDatabase extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\ReferencedColumnsRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65739,7 +66497,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\MysqlOnConflictNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\ReferencedTableRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65828,7 +66586,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\NestedTransactionChangeBlocked extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\ReturningNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -65917,7 +66675,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\NoActiveTransaction extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\ReturningRequiresColumn extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66006,7 +66764,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\ReferencedColumnCountMismatch extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\SavepointsNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66095,7 +66853,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\ReferencedColumnsRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\SqliteAlterCheckNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66184,7 +66942,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\ReferencedTableRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\SqliteAlterColumnNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66273,7 +67031,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\ReturningNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\SqliteAlterForeignKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66362,7 +67120,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\ReturningRequiresColumn extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\SqliteAlterPrimaryKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66451,7 +67209,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\SavepointsNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\SqliteDropCheckNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66540,7 +67298,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\SqliteAlterCheckNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\SqliteDropForeignKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66629,7 +67387,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\SqliteAlterColumnNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\SqliteDropPrimaryKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66718,7 +67476,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\SqliteAlterForeignKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\TableMustHaveColumn extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66807,7 +67565,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\SqliteAlterPrimaryKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\UnrecognizedDataType extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66828,7 +67586,9 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $dialect ] + Parameter #1 [ string $column ] } } @@ -66896,7 +67656,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\SqliteDropCheckNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\UnsupportedOperator extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -66917,7 +67677,8 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $operator ] } } @@ -66985,7 +67746,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\SqliteDropForeignKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\UpdateFieldCountMismatch extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -67074,7 +67835,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\SqliteDropPrimaryKeyNotSupported extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Geometry\GeometryCollection extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -67085,76 +67846,118 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [2] { + Property [ protected $srid = 0 ] + Property [ protected $geometries = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $geometries ] + Parameter #1 [ int $srid = 0 ] + } + } + + Method [ public method getType ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method __wakeup ] { + Method [ public method getGeometries ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getSrid ] { - Parameters [0] { } + - Return [ int ] } - Method [ final public method getFile ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ final public method getLine ] { + Class [ class Phalcon\Db\Geometry\LineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $srid = 0 ] + Property [ protected $points = NULL ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $points ] + Parameter #1 [ int $srid = 0 ] + } + } + + Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method getPoints ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method toWkt ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ public method pointsWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method __toString ] { - Parameters [0] { } @@ -67163,7 +67966,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\TableMustHaveColumn extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Geometry\MultiLineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -67174,76 +67977,111 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [2] { + Property [ protected $srid = 0 ] + Property [ protected $lineStrings = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $lineStrings ] + Parameter #1 [ int $srid = 0 ] + } + } + + Method [ public method getType ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method __wakeup ] { + Method [ public method getLineStrings ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getSrid ] { - Parameters [0] { } + - Return [ int ] } - Method [ final public method getFile ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ final public method getLine ] { + Class [ class Phalcon\Db\Geometry\MultiPoint extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $srid = 0 ] + Property [ protected $points = NULL ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $points ] + Parameter #1 [ int $srid = 0 ] + } + } + + Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method getPoints ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method toWkt ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ public method getSrid ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } @@ -67252,7 +68090,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\UnrecognizedDataType extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Geometry\MultiPolygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -67263,78 +68101,127 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [2] { + Property [ protected $srid = 0 ] + Property [ protected $polygons = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [6] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $dialect ] - Parameter #1 [ string $column ] + Parameter #0 [ array $polygons ] + Parameter #1 [ int $srid = 0 ] } } - Method [ public method __wakeup ] { + Method [ public method getType ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ int ] } - Method [ final public method getMessage ] { + Method [ public method getPolygons ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getSrid ] { - Parameters [0] { } + - Return [ int ] } - Method [ final public method getFile ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ final public method getLine ] { + Class [ class Phalcon\Db\Geometry\Point extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $srid = 0 ] + Property [ protected $x = NULL ] + Property [ protected $y = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + Parameter #2 [ int $srid = 0 ] + } + } + + Method [ public method getType ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method getX ] { - Parameters [0] { } - - Return [ array ] + - Return [ float ] } - Method [ final public method getPrevious ] { + Method [ public method getY ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ float ] } - Method [ final public method getTraceAsString ] { + Method [ public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method coordsWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method __toString ] { - Parameters [0] { } @@ -67343,7 +68230,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Db\Exceptions\UpdateFieldCountMismatch extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Geometry\Polygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -67354,80 +68241,160 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [2] { + Property [ protected $srid = 0 ] + Property [ protected $rings = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [7] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $rings ] + Parameter #1 [ int $srid = 0 ] } } - Method [ public method __wakeup ] { + Method [ public method getType ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ int ] } - Method [ final public method getMessage ] { + Method [ public method getRings ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getCode ] { + Method [ public method toWkt ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method ringsWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getSrid ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Geometry\WkbParser ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $buffer = '' ] + Property [ protected $length = 0 ] + Property [ protected $position = 0 ] + } + + - Methods [9] { + Method [ public method parse ] { + + - Parameters [1] { + Parameter #0 [ string $raw ] + } + - Return [ Phalcon\Db\Geometry\GeometryInterface ] + } + + Method [ protected method readGeometry ] { + + - Parameters [1] { + Parameter #0 [ int $outerSrid ] + } + - Return [ Phalcon\Db\Geometry\GeometryInterface ] + } + + Method [ protected method readPoint ] { + + - Parameters [4] { + Parameter #0 [ bool $little ] + Parameter #1 [ bool $hasZ ] + Parameter #2 [ bool $hasM ] + Parameter #3 [ int $srid ] + } + - Return [ Phalcon\Db\Geometry\Point ] + } + + Method [ protected method readPointList ] { + + - Parameters [3] { + Parameter #0 [ bool $little ] + Parameter #1 [ bool $hasZ ] + Parameter #2 [ bool $hasM ] + } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ protected method readRingList ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ bool $little ] + Parameter #1 [ bool $hasZ ] + Parameter #2 [ bool $hasM ] } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ protected method skipExtraOrdinates ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ bool $little ] + Parameter #1 [ bool $hasZ ] + Parameter #2 [ bool $hasM ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __toString ] { + Method [ protected method readByte ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] + } + + Method [ protected method readUint32 ] { + + - Parameters [1] { + Parameter #0 [ bool $little ] + } + - Return [ int ] + } + + Method [ protected method readDouble ] { + + - Parameters [1] { + Parameter #0 [ bool $little ] + } + - Return [ float ] } } } @@ -76908,7 +77875,13 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method getDefaultMapper ] { + + - Parameters [0] { + } + - Return [ array ] + } } - Properties [2] { @@ -77069,7 +78042,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\AbsInt ] { + Class [ class Phalcon\Filter\Sanitize\AbsInt implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77093,7 +78066,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Alnum ] { + Class [ class Phalcon\Filter\Sanitize\Alnum implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77117,7 +78090,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Alpha ] { + Class [ class Phalcon\Filter\Sanitize\Alpha implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77141,7 +78114,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\BoolVal ] { + Class [ class Phalcon\Filter\Sanitize\BoolVal implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77165,7 +78138,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Email ] { + Class [ class Phalcon\Filter\Sanitize\Email implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77189,7 +78162,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\FloatVal ] { + Class [ class Phalcon\Filter\Sanitize\FloatVal implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77213,7 +78186,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\IntVal ] { + Class [ class Phalcon\Filter\Sanitize\IntVal implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77237,7 +78210,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Ip ] { + Class [ class Phalcon\Filter\Sanitize\Ip implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77263,7 +78236,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Lower ] { + Class [ class Phalcon\Filter\Sanitize\Lower implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77287,7 +78260,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\LowerFirst ] { + Class [ class Phalcon\Filter\Sanitize\LowerFirst implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77311,7 +78284,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Regex ] { + Class [ class Phalcon\Filter\Sanitize\Regex implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77337,7 +78310,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Remove ] { + Class [ class Phalcon\Filter\Sanitize\Remove implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77362,7 +78335,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Replace ] { + Class [ class Phalcon\Filter\Sanitize\Replace implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77388,7 +78361,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Special ] { + Class [ class Phalcon\Filter\Sanitize\Special implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77412,7 +78385,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\SpecialFull ] { + Class [ class Phalcon\Filter\Sanitize\SpecialFull implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77436,7 +78409,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\StringVal ] { + Class [ class Phalcon\Filter\Sanitize\StringVal implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77462,7 +78435,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\StringValLegacy ] { + Class [ class Phalcon\Filter\Sanitize\StringValLegacy implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77486,7 +78459,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Striptags ] { + Class [ class Phalcon\Filter\Sanitize\Striptags implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77510,7 +78483,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Trim ] { + Class [ class Phalcon\Filter\Sanitize\Trim implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77534,7 +78507,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Upper ] { + Class [ class Phalcon\Filter\Sanitize\Upper implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77558,7 +78531,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\UpperFirst ] { + Class [ class Phalcon\Filter\Sanitize\UpperFirst implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77582,7 +78555,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\UpperWords ] { + Class [ class Phalcon\Filter\Sanitize\UpperWords implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77606,7 +78579,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Sanitize\Url ] { + Class [ class Phalcon\Filter\Sanitize\Url implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -79659,7 +80632,295 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must contain only letters and numbers' ] } - - Methods [14] { + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = null ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + } + } + + Class [ class Phalcon\Filter\Validation\Validator\Alpha extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must contain only letters' ] + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = null ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + } + } + + Class [ class Phalcon\Filter\Validation\Validator\Between extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be within the range of :min to :max' ] + } + + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -79707,138 +80968,12 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ protected method checkArray ] { - - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ int ] - } - - Method [ protected method prepareLabel ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\Alpha extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must contain only letters' ] - } - - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - Return [ bool ] } @@ -79912,7 +81047,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\Between extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\Callback extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -79926,10 +81061,10 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be within the range of :min to :max' ] + Property [ protected $template = 'Field :field must match the callback function' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -79977,138 +81112,12 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ protected method checkArray ] { - - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ int ] - } - - Method [ protected method prepareLabel ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\Callback extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must match the callback function' ] - } - - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - Return [ bool ] } @@ -80199,7 +81208,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be the same as :with' ] } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -80256,6 +81265,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -80343,7 +81361,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field is not valid for a credit card number' ] } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -80399,6 +81417,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -80486,7 +81513,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field is not a valid date' ] } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -80543,6 +81570,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -80630,7 +81666,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be numeric' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -80678,6 +81714,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -80765,7 +81810,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be an email address' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -80813,6 +81858,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -80992,7 +82046,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must not be a part of list: :domain' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -81040,6 +82094,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -81128,7 +82191,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $validators = NULL ] } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -81183,6 +82246,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -81348,7 +82420,258 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ protected method checkIsUploadedFile ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = null ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + } + } + + Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\AspectRatio extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field does not have the exact aspect ratio of :ratio' ] + } + + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -81389,13 +82712,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - Method [ public method getOption ] { - Parameters [2] { @@ -81599,7 +82915,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -81843,7 +83159,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -82087,7 +83403,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -82333,7 +83649,260 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ protected method checkIsUploadedFile ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = null ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + } + } + + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\Size\Equal implements Phalcon\Filter\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field can not have the minimum size of :size' ] + } + + - Methods [28] { + Method [ protected method getConditional ] { + + - Parameters [3] { + Parameter #0 [ float $source ] + Parameter #1 [ float $target ] + Parameter #2 [ bool $included = false ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -82482,7 +84051,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\Size\Equal implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\Identical extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -82493,147 +84062,29 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [6] { + - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field can not have the minimum size of :size' ] + Property [ protected $template = 'Field :field does not have the expected value' ] } - - Methods [28] { - Method [ protected method getConditional ] { - - - Parameters [3] { - Parameter #0 [ float $source ] - Parameter #1 [ float $target ] - Parameter #2 [ bool $included = false ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method checkUpload ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } - - Method [ public method checkUploadIsEmpty ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } - - Method [ public method checkUploadIsValid ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } - - Method [ public method checkUploadMaxSize ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } - - Method [ public method getFileSizeInBytes ] { + - Methods [15] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $size ] - } - - Return [ float ] - } - - Method [ public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMessageValid ] { - - - Parameters [0] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } - - Method [ public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ void ] - } - - Method [ public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ void ] - } - - Method [ public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ void ] - } - - Method [ protected method checkIsUploadedFile ] { - - - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - Method [ public method getOption ] { - Parameters [2] { @@ -82665,6 +84116,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -82735,7 +84195,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\Identical extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\InclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -82749,10 +84209,10 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field does not have the expected value' ] + Property [ protected $template = 'Field :field must be a part of list: :domain' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -82800,6 +84260,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -82870,9 +84339,11 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\InclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\Ip extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Constants [0] { + - Constants [2] { + Constant [ public int VERSION_4 ] { 1048576 } + Constant [ public int VERSION_6 ] { 2097152 } } - Static properties [0] { @@ -82884,10 +84355,10 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be a part of list: :domain' ] + Property [ protected $template = 'Field :field must be a valid IP address' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -82935,6 +84406,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -83005,11 +84485,9 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\Ip extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\Numericality extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Constants [2] { - Constant [ public int VERSION_4 ] { 1048576 } - Constant [ public int VERSION_6 ] { 2097152 } + - Constants [0] { } - Static properties [0] { @@ -83021,10 +84499,10 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be a valid IP address' ] + Property [ protected $template = 'Field :field does not have a valid numeric format' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -83072,6 +84550,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -83142,7 +84629,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\Numericality extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\PresenceOf extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -83156,10 +84643,10 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field does not have a valid numeric format' ] + Property [ protected $template = 'Field :field is required' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -83207,6 +84694,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -83277,7 +84773,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\PresenceOf extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\Regex extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -83291,10 +84787,10 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field is required' ] + Property [ protected $template = 'Field :field does not match the required format' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -83342,6 +84838,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -83412,7 +84917,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\Regex extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\StringLength extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -83423,13 +84928,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { + Property [ protected $template = NULL ] Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field does not match the required format' ] + Property [ protected $validators = NULL ] } - - Methods [14] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -83437,7 +84943,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Method [ public method validate ] { + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -83477,6 +84990,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -83547,7 +85069,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Filter\Validation\Validator\StringLength extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\StringLength\Max extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -83558,11 +85080,10 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $template = NULL ] + - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] + Property [ protected $template = 'Field :field must not exceed :max characters long' ] } - Methods [15] { @@ -83573,14 +85094,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Method [ public method getValidators ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -83620,138 +85134,12 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ protected method checkArray ] { - - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ int ] - } - - Method [ protected method prepareLabel ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\StringLength\Max extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must not exceed :max characters long' ] - } - - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - Return [ bool ] } @@ -83842,7 +85230,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be at least :min characters long' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -83890,6 +85278,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -83978,7 +85375,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ private $columnMap = NULL ] } - - Methods [17] { + - Methods [18] { Method [ public method __construct ] { - Parameters [1] { @@ -83986,6 +85383,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method validate ] { - Parameters [2] { @@ -84022,14 +85427,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getTemplate ] { - Parameters [1] { @@ -84053,6 +85450,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -84140,7 +85546,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be a url' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -84188,6 +85594,15 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + Method [ public method messageFactory ] { - Parameters [3] { @@ -97744,7 +99159,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $value = NULL ] } - - Methods [27] { + - Methods [29] { Method [ public method __construct ] { - Parameters [8] { @@ -97939,6 +99354,20 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } + Method [ private method getSessionKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ private method getStartedSession ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Session\ManagerInterface ] + } + Method [ public method getDI ] { - Parameters [0] { @@ -107549,7 +108978,6 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Parameter #1 [ string $alias ] Parameter #2 [ $parameters = ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ final static protected method invokeFinder ] { @@ -132660,7 +134088,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionUpdateTimestampHandlerInterface, SessionHandlerInterface ] { - Constants [0] { } @@ -132675,7 +134103,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ protected $adapter = NULL ] } - - Methods [8] { + - Methods [10] { Method [ public method __construct ] { - Parameters [2] { @@ -132724,6 +134152,23 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ public method validateId ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + Method [ public method write ] { - Parameters [2] { @@ -132744,7 +134189,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionUpdateTimestampHandlerInterface, SessionHandlerInterface ] { - Constants [0] { } @@ -132755,11 +134200,19 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Static methods [0] { } - - Properties [1] { + - Properties [9] { Property [ protected $adapter = NULL ] + Property [ protected $lockAcquired = false ] + Property [ protected $lockExpiry = 30 ] + Property [ protected $lockingEnabled = false ] + Property [ protected $lockKey = '' ] + Property [ protected $lockRetries = 100 ] + Property [ protected $lockToken = '' ] + Property [ protected $lockWaitTime = 50000 ] + Property [ protected $prefix = '' ] } - - Methods [8] { + - Methods [12] { Method [ public method __construct ] { - Parameters [2] { @@ -132768,14 +134221,14 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method destroy ] { + Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $id ] @@ -132783,6 +134236,29 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ string ] + } + + Method [ protected method acquireLock ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ protected method releaseLock ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ public method gc ] { - Parameters [1] { @@ -132800,12 +134276,21 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } - Method [ public method read ] { + Method [ public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ public method validateId ] { - Parameters [1] { Parameter #0 [ $id ] } - - Return [ string ] + - Return [ bool ] } Method [ public method write ] { @@ -132828,7 +134313,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { } } - Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionUpdateTimestampHandlerInterface, SessionHandlerInterface ] { - Constants [0] { } @@ -132845,7 +134330,7 @@ Extension [ extension #152 phalcon version 5.14.1 ] { Property [ private $path = '' ] } - - Methods [17] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -132886,6 +134371,23 @@ Extension [ extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ public method validateId ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + Method [ public method write ] { - Parameters [2] { diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 9a516a6..5f7d063 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.1 +%global upstream_version 5.14.2 #global upstream_prever RC4 #global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %if %{with single} @@ -216,16 +216,17 @@ done %config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{pecl_name}.so -%exclude %{php_incldir}/ext/%{pecl_name}/php_phalcon.h %if %{with_zts} %config(noreplace) %{php_ztsinidir}/%{ini_name} %{php_ztsextdir}/%{pecl_name}.so -%exclude %{php_ztsincldir}/ext/%{pecl_name}/php_phalcon.h %endif %changelog +* Sun Jun 14 2026 Remi Collet - 5.14.2-1 +- update to 5.14.2 + * Tue Jun 9 2026 Remi Collet - 5.14.1-1 - update to 5.14.1 -- cgit