diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 2878 |
1 files changed, 2190 insertions, 688 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { +Extension [ <persistent> extension #153 phalcon version 5.14.2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -77,7 +77,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - - Classes [1292] { + - Classes [1305] { Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -247,6 +247,24 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Contracts\Filter\Sanitizer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Interface [ <internal:phalcon> interface Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -1523,6 +1541,44 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Db\Geometry\GeometryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> abstract public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -16538,127 +16594,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> 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 [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ] - } - } - - Method [ <internal:phalcon> protected method close ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method injectAttribute ] { - - - Parameters [3] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <required> string $value ] - Parameter #2 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon> protected method indent ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ <required> array $overrides ] - Parameter #1 [ <required> array $attributes ] - } - - Return [ array ] - } - - Method [ <internal:phalcon> protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ <required> array $elements ] - Parameter #1 [ <required> string $delimiter ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ <required> array $attributes ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <required> string $text ] - Parameter #2 [ <optional> array $attributes = [] ] - Parameter #3 [ <optional> bool $raw = false ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - Parameter #2 [ <optional> string $close = '' ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method selfClose ] { - - - Parameters [2] { - Parameter #0 [ <required> string $tag ] - Parameter #1 [ <optional> array $attributes = [] ] - } - - Return [ string ] - } - } - } - Class [ <internal:phalcon> abstract class Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { @@ -16676,7 +16611,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $options = NULL ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -16715,6 +16650,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon> public method messageFactory ] { - Parameters [3] { @@ -16794,6 +16738,127 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Class [ <internal:phalcon> 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 [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ <optional> ?Phalcon\Html\Helper\Doctype $doctype = null ] + } + } + + Method [ <internal:phalcon> protected method close ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $value ] + Parameter #2 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> array $overrides ] + Parameter #1 [ <required> array $attributes ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ <required> array $elements ] + Parameter #1 [ <required> string $delimiter ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <required> string $text ] + Parameter #2 [ <optional> array $attributes = [] ] + Parameter #3 [ <optional> bool $raw = false ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + Parameter #2 [ <optional> string $close = '' ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ <required> string $tag ] + Parameter #1 [ <optional> array $attributes = [] ] + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -17753,7 +17818,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <internal:phalcon, ctor> protected method __construct ] { - Parameters [2] { @@ -17967,6 +18033,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon> protected method getPrefixedKey ] { - Parameters [1] { @@ -18773,98 +18847,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - - - Parameters [3] { - Parameter #0 [ <optional> string $message = "" ] - Parameter #1 [ <optional> int $code = 0 ] - Parameter #2 [ <optional> ?Throwable $previous = null ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -19346,7 +19328,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -19438,33 +19420,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Support\Helper\Arr\AbstractArr ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ <internal:phalcon> protected method toFilter ] { - - - Parameters [2] { - Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> $method = <default> ] - } - - Return [ array ] - } - } - } - - Class [ <internal:phalcon> class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -19556,7 +19512,33 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> abstract class Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ <required> array $collection ] + Parameter #1 [ <optional> $method = <default> ] + } + - Return [ array ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -19648,7 +19630,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Auth\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -19740,93 +19722,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> 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 [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] { - - - Parameters [0] { - } - - Return [ mixed ] - } - - Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] { - - - Parameters [1] { - Parameter #0 [ <required> $data ] - } - - Return [ void ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, ctor> public method __construct ] { - - - Parameters [1] { - Parameter #0 [ <optional> $data = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method __serialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ <required> array $data ] - } - - Return [ void ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, prototype Phalcon\Storage\Serializer\SerializerInterface> public method getData ] { - - - Parameters [0] { - } - - Return [ mixed ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, prototype Phalcon\Storage\Serializer\SerializerInterface> public method setData ] { - - - Parameters [1] { - Parameter #0 [ <required> $data ] - } - - Return [ void ] - } - - Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> protected method isSerializable ] { - - - Parameters [1] { - Parameter #0 [ <required> $data ] - } - - Return [ bool ] - } - } - } - - Class [ <internal:phalcon> class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Auth\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20004,7 +19900,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon> public method isAllowEmpty ] { + Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] @@ -20162,6 +20058,230 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Class [ <internal:phalcon> 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 [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Storage\Serializer\SerializerInterface, prototype Phalcon\Storage\Serializer\SerializerInterface> public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $data = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, prototype Phalcon\Storage\Serializer\SerializerInterface> public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer, prototype Phalcon\Storage\Serializer\SerializerInterface> public method setData ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + - Return [ bool ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\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 [ <internal:phalcon, prototype Phalcon\Db\Geometry\GeometryInterface> abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, prototype Phalcon\Db\Geometry\GeometryInterface> abstract public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -20888,6 +21008,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection> protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] + } + - Return [ static ] + } + Method [ <internal:phalcon> final protected method internalMerge ] { - Parameters [2] { @@ -21216,14 +21344,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $data = [] ] - } - - Return [ static ] - } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - Parameters [2] { @@ -22110,98 +22230,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - - - Parameters [3] { - Parameter #0 [ <optional> string $message = "" ] - Parameter #1 [ <optional> int $code = 0 ] - Parameter #2 [ <optional> ?Throwable $previous = null ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ <internal:phalcon> 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 [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Class [ <internal:phalcon> class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -25075,9 +25195,11 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -26673,6 +26796,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -29149,7 +29280,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $validators = NULL ] } - - Methods [15] { + - Methods [16] { Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorCompositeInterface> public method getValidators ] { - Parameters [0] { @@ -29204,6 +29335,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -29378,7 +29518,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] @@ -31110,7 +31250,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface, SessionUpdateTimestampHandlerInterface ] { - Constants [0] { } @@ -31125,7 +31265,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $adapter = NULL ] } - - Methods [7] { + - Methods [9] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method close ] { - Parameters [0] { @@ -31166,6 +31306,23 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ <internal:phalcon, prototype SessionUpdateTimestampHandlerInterface> public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> $data ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype SessionUpdateTimestampHandlerInterface> public method validateId ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, prototype SessionHandlerInterface> public method write ] { - Parameters [2] { @@ -32219,7 +32376,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $options = NULL ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -32258,6 +32415,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -33743,7 +33909,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + Class [ <internal:phalcon> class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface, SessionUpdateTimestampHandlerInterface ] { - Constants [0] { } @@ -33757,7 +33923,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Properties [0] { } - - Methods [6] { + - Methods [8] { Method [ <internal:phalcon, prototype SessionHandlerInterface> public method close ] { - Parameters [0] { @@ -33798,6 +33964,23 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ <internal:phalcon, prototype SessionUpdateTimestampHandlerInterface> public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> $data ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, prototype SessionUpdateTimestampHandlerInterface> public method validateId ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, prototype SessionHandlerInterface> public method write ] { - Parameters [2] { @@ -33820,19 +34003,20 @@ Extension [ <persistent> 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 [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -34102,6 +34286,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -34187,19 +34379,20 @@ Extension [ <persistent> 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 [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -34446,6 +34639,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -34531,7 +34732,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -34771,6 +34973,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -34856,19 +35066,20 @@ Extension [ <persistent> 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 [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\Redis, ctor> public method __construct ] { - Parameters [2] { @@ -35087,6 +35298,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -35172,13 +35391,14 @@ Extension [ <persistent> 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 [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon> private method getKeyWithoutPrefix ] { - - - Parameters [1] { - Parameter #0 [ <required> string $key ] - } - - Return [ string ] - } - Method [ <internal:phalcon> private method getIterator ] { - Parameters [1] { @@ -35512,6 +35724,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -35597,13 +35817,14 @@ Extension [ <persistent> 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 [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $options = NULL ] } - - Methods [35] { + - Methods [36] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -35822,6 +36043,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -44468,19 +44697,20 @@ Extension [ <persistent> 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 [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, ctor> public method __construct ] { - Parameters [2] { @@ -44750,6 +44980,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -44835,19 +45073,20 @@ Extension [ <persistent> 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 [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, ctor> public method __construct ] { - Parameters [2] { @@ -45058,6 +45297,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -45143,7 +45390,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, ctor> public method __construct ] { - Parameters [2] { @@ -45383,6 +45631,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -45468,19 +45724,20 @@ Extension [ <persistent> 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 [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, ctor> public method __construct ] { - Parameters [2] { @@ -45691,6 +45948,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -45776,19 +46041,20 @@ Extension [ <persistent> 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 [ <internal:phalcon, inherits Phalcon\Storage\Adapter\RedisCluster, ctor> public method __construct ] { - Parameters [2] { @@ -45999,6 +46265,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -46084,20 +46358,21 @@ Extension [ <persistent> 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 [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, ctor> public method __construct ] { - Parameters [2] { @@ -46351,6 +46626,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -46436,13 +46719,14 @@ Extension [ <persistent> 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 [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [35] { + - Methods [36] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, ctor> public method __construct ] { - Parameters [2] { @@ -46661,6 +46945,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getPrefixedKey ] { - Parameters [1] { @@ -47423,96 +47715,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> 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 [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] { - - - Parameters [1] { - Parameter #0 [ <required> string $moduleName ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ <internal:phalcon> class Phalcon\Cli\Console\Exceptions\ContainerRequired extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] { - Constants [0] { @@ -47602,7 +47804,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Cli\Console\Exceptions\InvalidModuleDefinitionPath extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] { + Class [ <internal:phalcon> class Phalcon\Cli\Console\Exceptions\InvalidModuleDefinition extends Phalcon\Cli\Console\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -49054,9 +49256,10 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Methods [50] { Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> array $arrayConfig ] Parameter #1 [ <optional> string $defaultAdapter = 'php' ] + Parameter #2 [ <optional> ?Phalcon\Config\ConfigFactory $factory = null ] } } @@ -49099,6 +49302,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection> protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] + } + - Return [ static ] + } + Method [ <internal:phalcon, inherits Phalcon\Config\Config> final protected method internalMerge ] { - Parameters [2] { @@ -49417,14 +49628,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $data = [] ] - } - - Return [ static ] - } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - Parameters [2] { @@ -49555,6 +49758,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection> protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] + } + - Return [ static ] + } + Method [ <internal:phalcon, inherits Phalcon\Config\Config> final protected method internalMerge ] { - Parameters [2] { @@ -49873,14 +50084,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $data = [] ] - } - - Return [ static ] - } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - Parameters [2] { @@ -49976,6 +50179,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection> protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] + } + - Return [ static ] + } + Method [ <internal:phalcon, inherits Phalcon\Config\Config> final protected method internalMerge ] { - Parameters [2] { @@ -50294,14 +50505,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $data = [] ] - } - - Return [ static ] - } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - Parameters [2] { @@ -50397,6 +50600,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection> protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] + } + - Return [ static ] + } + Method [ <internal:phalcon, inherits Phalcon\Config\Config> final protected method internalMerge ] { - Parameters [2] { @@ -50715,14 +50926,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $data = [] ] - } - - Return [ static ] - } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - Parameters [2] { @@ -50837,6 +51040,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Config\Config, prototype Phalcon\Support\Collection> protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $data = [] ] + } + - Return [ static ] + } + Method [ <internal:phalcon, inherits Phalcon\Config\Config> final protected method internalMerge ] { - Parameters [2] { @@ -51155,14 +51366,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ static ] } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method cloneEmpty ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $data = [] ] - } - - Return [ static ] - } - Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method extractValue ] { - Parameters [2] { @@ -51206,7 +51409,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $services = NULL ] } - - Methods [12] { + - Methods [14] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -51232,6 +51435,13 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } + Method [ <internal:phalcon> protected method getAdapterAliases ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractConfigFactory, prototype Phalcon\Factory\AbstractConfigFactory> protected method getExceptionClass ] { - Parameters [0] { @@ -51239,6 +51449,13 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ <internal:phalcon> protected method getExtraArguments ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getServices ] { - Parameters [0] { @@ -60815,9 +61032,11 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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] { @@ -65293,6 +65516,96 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Class [ <internal:phalcon> 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 [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> string $reason ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Db\Exceptions\MatchedParameterNotFound extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { @@ -67343,6 +67656,96 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Class [ <internal:phalcon> class Phalcon\Db\Exceptions\UnsupportedOperator extends Phalcon\Db\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> string $operator ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Db\Exceptions\UpdateFieldCountMismatch extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { @@ -67432,6 +67835,570 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Class [ <internal:phalcon> class Phalcon\Db\Geometry\GeometryCollection 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 $geometries = NULL ] + } + + - Methods [6] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $geometries ] + Parameter #1 [ <optional> int $srid = 0 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getGeometries ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> 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 [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $points ] + Parameter #1 [ <optional> int $srid = 0 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getPoints ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method pointsWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Db\Geometry\MultiLineString 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 $lineStrings = NULL ] + } + + - Methods [6] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $lineStrings ] + Parameter #1 [ <optional> int $srid = 0 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getLineStrings ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> 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 [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $points ] + Parameter #1 [ <optional> int $srid = 0 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getPoints ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Db\Geometry\MultiPolygon 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 $polygons = NULL ] + } + + - Methods [6] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $polygons ] + Parameter #1 [ <optional> int $srid = 0 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getPolygons ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> 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 [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> float $x ] + Parameter #1 [ <required> float $y ] + Parameter #2 [ <optional> int $srid = 0 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getX ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ <internal:phalcon> public method getY ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method coordsWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Db\Geometry\Polygon 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 $rings = NULL ] + } + + - Methods [7] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $rings ] + Parameter #1 [ <optional> int $srid = 0 ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getRings ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method ringsWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Phalcon\Db\Geometry\GeometryInterface> public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Geometry\AbstractGeometry, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> 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 [ <internal:phalcon> public method parse ] { + + - Parameters [1] { + Parameter #0 [ <required> string $raw ] + } + - Return [ Phalcon\Db\Geometry\GeometryInterface ] + } + + Method [ <internal:phalcon> protected method readGeometry ] { + + - Parameters [1] { + Parameter #0 [ <required> int $outerSrid ] + } + - Return [ Phalcon\Db\Geometry\GeometryInterface ] + } + + Method [ <internal:phalcon> protected method readPoint ] { + + - Parameters [4] { + Parameter #0 [ <required> bool $little ] + Parameter #1 [ <required> bool $hasZ ] + Parameter #2 [ <required> bool $hasM ] + Parameter #3 [ <required> int $srid ] + } + - Return [ Phalcon\Db\Geometry\Point ] + } + + Method [ <internal:phalcon> protected method readPointList ] { + + - Parameters [3] { + Parameter #0 [ <required> bool $little ] + Parameter #1 [ <required> bool $hasZ ] + Parameter #2 [ <required> bool $hasM ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> protected method readRingList ] { + + - Parameters [3] { + Parameter #0 [ <required> bool $little ] + Parameter #1 [ <required> bool $hasZ ] + Parameter #2 [ <required> bool $hasM ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> protected method skipExtraOrdinates ] { + + - Parameters [3] { + Parameter #0 [ <required> bool $little ] + Parameter #1 [ <required> bool $hasZ ] + Parameter #2 [ <required> bool $hasM ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> protected method readByte ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> protected method readUint32 ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $little ] + } + - Return [ int ] + } + + Method [ <internal:phalcon> protected method readDouble ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $little ] + } + - Return [ float ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Db\Index implements Phalcon\Db\IndexInterface, Phalcon\Contracts\Db\Index ] { - Constants [0] { @@ -76908,7 +77875,13 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:phalcon> static public method getDefaultMapper ] { + + - Parameters [0] { + } + - Return [ array ] + } } - Properties [2] { @@ -77069,7 +78042,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\AbsInt ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\AbsInt implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77093,7 +78066,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Alnum ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Alnum implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77117,7 +78090,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Alpha ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Alpha implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77141,7 +78114,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\BoolVal ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\BoolVal implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77165,7 +78138,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Email ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Email implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77189,7 +78162,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\FloatVal ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\FloatVal implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77213,7 +78186,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\IntVal ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\IntVal implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77237,7 +78210,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Ip ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Ip implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77263,7 +78236,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Lower ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Lower implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77287,7 +78260,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\LowerFirst ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\LowerFirst implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77311,7 +78284,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Regex ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Regex implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77337,7 +78310,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Remove ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Remove implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77362,7 +78335,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Replace ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Replace implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77388,7 +78361,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Special ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Special implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77412,7 +78385,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\SpecialFull ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\SpecialFull implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77436,7 +78409,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\StringVal ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\StringVal implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77462,7 +78435,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\StringValLegacy ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\StringValLegacy implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77486,7 +78459,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Striptags ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Striptags implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77510,7 +78483,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Trim ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Trim implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77534,7 +78507,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Upper ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Upper implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77558,7 +78531,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\UpperFirst ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\UpperFirst implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77582,7 +78555,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\UpperWords ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\UpperWords implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -77606,7 +78579,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Url ] { + Class [ <internal:phalcon> class Phalcon\Filter\Sanitize\Url implements Phalcon\Contracts\Filter\Sanitizer ] { - Constants [0] { } @@ -79659,7 +80632,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must contain only letters and numbers' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -79707,6 +80680,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -79794,7 +80776,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must contain only letters' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -79842,6 +80824,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -79929,7 +80920,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be within the range of :min to :max' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -79977,6 +80968,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -80064,7 +81064,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must match the callback function' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -80112,6 +81112,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -80199,7 +81208,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be the same as :with' ] } - - Methods [15] { + - Methods [16] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -80256,6 +81265,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -80343,7 +81361,7 @@ Extension [ <persistent> 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 [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -80399,6 +81417,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -80486,7 +81513,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field is not a valid date' ] } - - Methods [15] { + - Methods [16] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -80543,6 +81570,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -80630,7 +81666,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be numeric' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -80678,6 +81714,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -80765,7 +81810,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be an email address' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -80813,6 +81858,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -80992,7 +82046,7 @@ Extension [ <persistent> 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 [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -81040,6 +82094,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -81128,7 +82191,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $validators = NULL ] } - - Methods [15] { + - Methods [16] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -81183,6 +82246,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -81348,7 +82420,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] @@ -81497,6 +82569,250 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Class [ <internal:phalcon> 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 [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $options = [] ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> $field ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?string $field = null ] + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> $field ] + Parameter #2 [ <optional> array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ <required> string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ <required> array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> $field ] + Parameter #1 [ <required> $value ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ <required> $value ] + Parameter #1 [ <required> string $field ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ <required> string $field ] + } + - Return [ int ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + } + } + } + Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\File\Resolution\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { @@ -81599,7 +82915,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] @@ -81843,7 +83159,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] @@ -82087,7 +83403,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] @@ -82333,7 +83649,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] @@ -82586,7 +83902,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile, prototype Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] @@ -82752,7 +84068,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field does not have the expected value' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -82800,6 +84116,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -82887,7 +84212,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be a part of list: :domain' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -82935,6 +84260,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -83024,7 +84358,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be a valid IP address' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -83072,6 +84406,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -83159,7 +84502,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field does not have a valid numeric format' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -83207,6 +84550,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -83294,7 +84646,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field is required' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -83342,6 +84694,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -83429,7 +84790,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field does not match the required format' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -83477,6 +84838,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -83565,7 +84935,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $validators = NULL ] } - - Methods [15] { + - Methods [16] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -83620,6 +84990,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -83707,7 +85086,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must not exceed :max characters long' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -83755,6 +85134,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -83842,7 +85230,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be at least :min characters long' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -83890,6 +85278,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -83978,7 +85375,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ private $columnMap = NULL ] } - - Methods [17] { + - Methods [18] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -83986,6 +85383,14 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> $defaultValue = <default> ] + } + } + Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] { - Parameters [2] { @@ -84022,14 +85427,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] { - - - Parameters [2] { - Parameter #0 [ <required> string $key ] - Parameter #1 [ <optional> $defaultValue = <default> ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] { - Parameters [1] { @@ -84053,6 +85450,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -84140,7 +85546,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $template = 'Field :field must be a url' ] } - - Methods [14] { + - Methods [15] { Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -84188,6 +85594,15 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Filter\Validation $validation ] + Parameter #1 [ <required> string $field ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] { - Parameters [3] { @@ -97744,7 +99159,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $value = NULL ] } - - Methods [27] { + - Methods [29] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [8] { @@ -97939,6 +99354,20 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } + Method [ <internal:phalcon> private method getSessionKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> private method getStartedSession ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Session\ManagerInterface ] + } + Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { - Parameters [0] { @@ -107549,7 +108978,6 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Parameter #1 [ <required> string $alias ] Parameter #2 [ <optional> $parameters = <default> ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ <internal:phalcon> final static protected method invokeFinder ] { @@ -132660,7 +134088,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + Class [ <internal:phalcon> class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionUpdateTimestampHandlerInterface, SessionHandlerInterface ] { - Constants [0] { } @@ -132675,7 +134103,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ protected $adapter = NULL ] } - - Methods [8] { + - Methods [10] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -132724,6 +134152,23 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionUpdateTimestampHandlerInterface> public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> $data ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionUpdateTimestampHandlerInterface> public method validateId ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method write ] { - Parameters [2] { @@ -132744,7 +134189,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + Class [ <internal:phalcon> class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionUpdateTimestampHandlerInterface, SessionHandlerInterface ] { - Constants [0] { } @@ -132755,11 +134200,19 @@ Extension [ <persistent> 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 [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -132768,14 +134221,30 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method close ] { + Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method close ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method destroy ] { + Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method destroy ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method acquireLock ] { - Parameters [1] { Parameter #0 [ <required> $id ] @@ -132783,6 +134252,13 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } + Method [ <internal:phalcon> protected method releaseLock ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method gc ] { - Parameters [1] { @@ -132800,12 +134276,21 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method read ] { + Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionUpdateTimestampHandlerInterface> public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> $data ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionUpdateTimestampHandlerInterface> public method validateId ] { - Parameters [1] { Parameter #0 [ <required> $id ] } - - Return [ string ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Session\Adapter\AbstractAdapter, prototype SessionHandlerInterface> public method write ] { @@ -132828,7 +134313,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { } } - Class [ <internal:phalcon> class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + Class [ <internal:phalcon> class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionUpdateTimestampHandlerInterface, SessionHandlerInterface ] { - Constants [0] { } @@ -132845,7 +134330,7 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { Property [ private $path = '' ] } - - Methods [17] { + - Methods [19] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -132886,6 +134371,23 @@ Extension [ <persistent> extension #152 phalcon version 5.14.1 ] { - Return [ string ] } + Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionUpdateTimestampHandlerInterface> public method updateTimestamp ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> $data ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionUpdateTimestampHandlerInterface> public method validateId ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, prototype SessionHandlerInterface> public method write ] { - Parameters [2] { |
