From 8f1c7efac6a69d1b50115fee551ddb423fb2a09d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Dec 2021 08:11:16 +0100 Subject: update to 5.0.0beta1 --- PHPINFO | 6 +- REFLECTION | 42267 ++++++++++++++++++++++++++-------------------------- php-phalcon5.spec | 5 +- 3 files changed, 21183 insertions(+), 21095 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8851ff3..c5d7b07 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,9 +5,9 @@ phalcon Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 5.0.0alpha7 -Build Date => Nov 17 2021 00:00:00 -Powered by Zephir => Version 0.15.2-5828ae2 +Version => 5.0.0beta1 +Build Date => Dec 26 2021 00:00:00 +Powered by Zephir => Version 0.15.2-$Id$ Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On diff --git a/REFLECTION b/REFLECTION index 32853c0..c41c089 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 phalcon version 5.0.0alpha7 ] { +Extension [ extension #115 phalcon version 5.0.0beta1 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -69,7 +69,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - - Classes [618] { + - Classes [617] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -102,7 +102,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Interface [ interface Phalcon\Validation\ValidatorInterface ] { + Interface [ interface Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -136,7 +136,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ abstract public method validate ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] @@ -162,7 +162,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Parameters [1] { Parameter #0 [ array $templates ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ abstract public method setTemplate ] { @@ -170,7 +170,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Parameters [1] { Parameter #0 [ string $template ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } } } @@ -453,7 +453,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Properties [0] { } - - Methods [31] { + - Methods [30] { Method [ abstract public method addFilter ] { - Parameters [1] { @@ -465,7 +465,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ abstract public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -591,15 +591,6 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ string ] } - Method [ abstract public method prepareAttributes ] { - - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] - } - - Return [ array ] - } - Method [ abstract public method render ] { - Parameters [1] { @@ -2900,7 +2891,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Methods [3] { - Method [ abstract public method exists ] { + Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $index ] @@ -3428,6 +3419,39 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } + Interface [ interface Phalcon\Filter\Validation\ValidatorCompositeInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + } + } + Interface [ interface Phalcon\Flash\FlashInterface ] { - Constants [0] { @@ -3809,39 +3833,6 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Interface [ interface Phalcon\Validation\ValidatorCompositeInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ abstract public method getValidators ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - } - } - Interface [ interface Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { @@ -6051,6 +6042,135 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } + Interface [ interface Phalcon\Filter\Validation\ValidationInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ abstract public method add ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Filter\Validation\ValidationInterface ] + } + + Method [ abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Filter\Validation\ValidationInterface ] + } + + Method [ abstract public method bind ] { + + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ $data ] + } + - Return [ Phalcon\Filter\Validation\ValidationInterface ] + } + + Method [ abstract public method getEntity ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getFilters ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = ] + } + } + + Method [ abstract public method getLabel ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ string ] + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ abstract public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getValue ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + } + + Method [ abstract public method rule ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Filter\Validation\ValidationInterface ] + } + + Method [ abstract public method rules ] { + + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ array $validators ] + } + - Return [ Phalcon\Filter\Validation\ValidationInterface ] + } + + Method [ abstract public method setFilters ] { + + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ $filters ] + } + - Return [ Phalcon\Filter\Validation\ValidationInterface ] + } + + Method [ abstract public method setLabels ] { + + - Parameters [1] { + Parameter #0 [ array $labels ] + } + - Return [ void ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ $data = ] + Parameter #1 [ $entity = ] + } + - Return [ Phalcon\Messages\Messages ] + } + } + } + Interface [ interface Phalcon\Html\Attributes\AttributesInterface ] { - Constants [0] { @@ -8385,51 +8505,6 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ abstract public method existsBelongsTo ] { - - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } - - Method [ abstract public method existsHasMany ] { - - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } - - Method [ abstract public method existsHasOne ] { - - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } - - Method [ abstract public method existsHasOneThrough ] { - - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } - - Method [ abstract public method existsHasManyToMany ] { - - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } - Method [ abstract public method getBelongsTo ] { - Parameters [1] { @@ -8607,6 +8682,51 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ string ] } + Method [ abstract public method hasBelongsTo ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method hasHasMany ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method hasHasOne ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method hasHasOneThrough ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method hasHasManyToMany ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + Method [ abstract public method load ] { - Parameters [1] { @@ -9879,6 +9999,71 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } + Interface [ interface Phalcon\Mvc\Url\UrlInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ $uri = ] + Parameter #1 [ $args = ] + Parameter #2 [ ?bool $local = ] + } + - Return [ string ] + } + + Method [ abstract public method getBasePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getBaseUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setBasePath ] { + + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + - Return [ Phalcon\Mvc\Url\UrlInterface ] + } + + Method [ abstract public method setBaseUri ] { + + - Parameters [1] { + Parameter #0 [ string $baseUri ] + } + - Return [ Phalcon\Mvc\Url\UrlInterface ] + } + + Method [ abstract public method path ] { + + - Parameters [1] { + Parameter #0 [ ?string $path = ] + } + - Return [ string ] + } + } + } + Interface [ interface Phalcon\Mvc\ViewInterface extends Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { @@ -10423,200 +10608,6 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Interface [ interface Phalcon\Url\UrlInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [6] { - Method [ abstract public method get ] { - - - Parameters [3] { - Parameter #0 [ $uri = ] - Parameter #1 [ $args = ] - Parameter #2 [ ?bool $local = ] - } - - Return [ string ] - } - - Method [ abstract public method getBasePath ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method getBaseUri ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method setBasePath ] { - - - Parameters [1] { - Parameter #0 [ string $basePath ] - } - - Return [ Phalcon\Url\UrlInterface ] - } - - Method [ abstract public method setBaseUri ] { - - - Parameters [1] { - Parameter #0 [ string $baseUri ] - } - - Return [ Phalcon\Url\UrlInterface ] - } - - Method [ abstract public method path ] { - - - Parameters [1] { - Parameter #0 [ ?string $path = ] - } - - Return [ string ] - } - } - } - - Interface [ interface Phalcon\Validation\ValidationInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [14] { - Method [ abstract public method add ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Validation\ValidationInterface ] - } - - Method [ abstract public method appendMessage ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Validation\ValidationInterface ] - } - - Method [ abstract public method bind ] { - - - Parameters [2] { - Parameter #0 [ $entity ] - Parameter #1 [ $data ] - } - - Return [ Phalcon\Validation\ValidationInterface ] - } - - Method [ abstract public method getEntity ] { - - - Parameters [0] { - } - } - - Method [ abstract public method getFilters ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - } - - Method [ abstract public method getLabel ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ string ] - } - - Method [ abstract public method getMessages ] { - - - Parameters [0] { - } - - Return [ Phalcon\Messages\Messages ] - } - - Method [ abstract public method getValidators ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method getValue ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - } - - Method [ abstract public method rule ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Validation\ValidationInterface ] - } - - Method [ abstract public method rules ] { - - - Parameters [2] { - Parameter #0 [ string $field ] - Parameter #1 [ array $validators ] - } - - Return [ Phalcon\Validation\ValidationInterface ] - } - - Method [ abstract public method setFilters ] { - - - Parameters [2] { - Parameter #0 [ string $field ] - Parameter #1 [ $filters ] - } - - Return [ Phalcon\Validation\ValidationInterface ] - } - - Method [ abstract public method setLabels ] { - - - Parameters [1] { - Parameter #0 [ array $labels ] - } - - Return [ void ] - } - - Method [ abstract public method validate ] { - - - Parameters [2] { - Parameter #0 [ $data = ] - Parameter #1 [ $entity = ] - } - - Return [ Phalcon\Messages\Messages ] - } - } - } - Interface [ interface Phalcon\Acl\ComponentAwareInterface ] { - Constants [0] { @@ -10929,104 +10920,6 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { @@ -11136,7 +11029,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ abstract class Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ abstract class Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -11161,7 +11054,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method getTemplate ] { + Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] @@ -11169,30 +11062,30 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTemplate ] { + Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -11200,7 +11093,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method hasOption ] { + Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -11217,10 +11110,10 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ abstract public method validate ] { + Method [ abstract public method validate ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] @@ -11237,7 +11130,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } @@ -11254,7 +11147,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } @@ -11613,19 +11506,21 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { + - Properties [11] { Property [ protected $attributes = NULL ] Property [ protected $filters = NULL ] Property [ protected $form = NULL ] Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] Property [ protected $messages = NULL ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] Property [ protected $validators = NULL ] Property [ protected $value = NULL ] } - - Methods [33] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -11652,7 +11547,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } @@ -11736,6 +11631,13 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ string ] } + Method [ public method getTagFactory ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } + Method [ public method getUserOption ] { - Parameters [2] { @@ -11779,13 +11681,12 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method render ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] } - - Return [ array ] + - Return [ string ] } Method [ public method setAttribute ] { @@ -11853,6 +11754,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Forms\Element\ElementInterface ] } + Method [ public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + Method [ public method setUserOption ] { - Parameters [2] { @@ -11870,12 +11779,11 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method render ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } @@ -12154,7 +12062,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Property [ protected $lowerKeys = NULL ] } - - Methods [26] { + - Methods [27] { Method [ public method __construct ] { - Parameters [2] { @@ -12359,6 +12267,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Parameter #2 [ int $depth = ] } } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } } } @@ -12388,7 +12304,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ abstract class Phalcon\Validation\Validator\File\AbstractFile extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ abstract class Phalcon\Filter\Validation\Validator\File\AbstractFile extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -12454,7 +12370,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] @@ -12463,7 +12379,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ public method checkUploadIsEmpty ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] @@ -12472,7 +12388,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ public method checkUploadIsValid ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] @@ -12481,7 +12397,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ public method checkUploadMaxSize ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] @@ -12498,7 +12414,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } - Return [ bool ] @@ -12512,14 +12428,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options = [] ] } } - Method [ public method getTemplate ] { + Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ ?string $field = ] @@ -12527,30 +12443,30 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTemplate ] { + Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -12558,7 +12474,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method hasOption ] { + Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -12566,7 +12482,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ bool ] } - Method [ public method setOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -12575,16 +12491,16 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ abstract public method validate ] { + Method [ abstract public method validate ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] } - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] @@ -12592,15 +12508,15 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ ?int ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method allowEmpty ] { - Parameters [2] { Parameter #0 [ $field ] @@ -12609,10 +12525,10 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements = [] ] } @@ -12741,7 +12657,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [31] { + - Methods [32] { Method [ public method getPathDelimiter ] { - Parameters [0] { @@ -12987,6 +12903,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Parameter #2 [ int $depth = ] } } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } } } @@ -16033,6 +15957,48 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } + Class [ abstract class Phalcon\Events\AbstractEventsAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $eventsManager = NULL ] + } + + - Methods [3] { + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = ] + } + } + } + } + Class [ abstract class Phalcon\Html\Helper\AbstractList extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { @@ -16486,7 +16452,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Mvc\Model\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Mvc\Model\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -16494,14 +16460,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -16742,7 +16701,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ string ] } - Method [ abstract public method exists ] { + Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $index ] @@ -16872,7 +16831,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Application\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -16880,14 +16839,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -17140,7 +17092,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setLocal ] { + Method [ public method setIsLocal ] { - Parameters [1] { Parameter #0 [ bool $flag ] @@ -17723,7 +17675,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { + Class [ class Phalcon\Di\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { } @@ -18264,7 +18216,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Dispatcher\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Dispatcher\Exception extends Exception implements Throwable, Stringable ] { - Constants [6] { Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } @@ -18278,14 +18230,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -18393,7 +18338,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ abstract class Phalcon\Events\AbstractEventsAware ] { + Class [ abstract class Phalcon\Filter\Validation\AbstractValidatorComposite extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface, Phalcon\Filter\Validation\ValidatorCompositeInterface ] { - Constants [0] { } @@ -18404,33 +18349,126 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $eventsManager = NULL ] + - Properties [4] { + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $validators = NULL ] } - - Methods [3] { - Method [ public method getEventsManager ] { + - Methods [14] { + Method [ public method getValidators ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ protected method fireManagerEvent ] { + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ ?int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } + - Return [ Phalcon\Messages\Message ] } } } @@ -19701,141 +19739,6 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ abstract class Phalcon\Validation\AbstractValidatorComposite extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface, Phalcon\Validation\ValidatorCompositeInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - } - - - Methods [14] { - Method [ public method getValidators ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } - - Method [ protected method prepareLabel ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - } - } - Class [ abstract class Phalcon\Acl\Adapter\AbstractAdapter extends Phalcon\Events\AbstractEventsAware implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { @@ -20050,7 +19953,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Di\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Di\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20058,14 +19961,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -20148,7 +20044,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { + Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { - Constants [0] { } @@ -20158,21 +20054,21 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Static methods [3] { - Method [ static public method getDefault ] { + Method [ static public method getDefault ] { - Parameters [0] { } - Return [ ?Phalcon\Di\DiInterface ] } - Method [ static public method reset ] { + Method [ static public method reset ] { - Parameters [0] { } - Return [ void ] } - Method [ static public method setDefault ] { + Method [ static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] @@ -20188,13 +20084,13 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Methods [23] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [0] { } } - Method [ public method __call ] { + Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] @@ -20202,7 +20098,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method attempt ] { + Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] @@ -20211,7 +20107,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] @@ -20219,21 +20115,21 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method getInternalEventsManager ] { + Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getRaw ] { + Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } - Method [ public method getService ] { + Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -20241,14 +20137,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method getServices ] { + Method [ public method getServices ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getShared ] { + Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] @@ -20256,7 +20152,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ protected method loadFromConfig ] { + Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config\ConfigInterface $config ] @@ -20264,7 +20160,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method loadFromPhp ] { + Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ string $filePath ] @@ -20272,7 +20168,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method loadFromYaml ] { + Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ string $filePath ] @@ -20281,7 +20177,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -20289,14 +20185,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method offsetExists ] { + Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] @@ -20304,7 +20200,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ bool ] } - Method [ public method offsetSet ] { + Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] @@ -20313,7 +20209,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] @@ -20321,7 +20217,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method register ] { + Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] @@ -20329,7 +20225,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -20337,7 +20233,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $name ] @@ -20347,14 +20243,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setInternalEventsManager ] { + Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } - Method [ public method setService ] { + Method [ public method setService ] { - Parameters [2] { Parameter #0 [ string $name ] @@ -20363,7 +20259,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setShared ] { + Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] @@ -20516,6 +20412,133 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } + Class [ abstract class Phalcon\Filter\Validation\AbstractCombinedFieldsValidator extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ ?int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + } + } + Class [ class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { @@ -21089,7 +21112,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -21097,14 +21120,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -21581,7 +21597,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Mvc\View\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -21589,14 +21605,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -22853,133 +22862,6 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ abstract class Phalcon\Validation\AbstractCombinedFieldsValidator extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - } - - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ abstract public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } - - Method [ protected method prepareLabel ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - } - } - Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { @@ -23331,7 +23213,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Acl\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -23339,14 +23221,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -24053,7 +23928,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Annotations\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Annotations\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -24061,14 +23936,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -24407,7 +24275,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setLocal ] { + Method [ public method setIsLocal ] { - Parameters [1] { Parameter #0 [ bool $flag ] @@ -24649,7 +24517,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setLocal ] { + Method [ public method setIsLocal ] { - Parameters [1] { Parameter #0 [ bool $flag ] @@ -25071,7 +24939,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Assets\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -25079,14 +24947,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -25750,6 +25611,401 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } + Class [ class Phalcon\Autoload\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Autoload\Loader extends Phalcon\Events\AbstractEventsAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $eventsManager = NULL ] + Property [ protected $checkedPath = NULL ] + Property [ protected $classes = NULL ] + Property [ protected $debug = NULL ] + Property [ protected $directories = NULL ] + Property [ protected $extensions = NULL ] + Property [ protected $fileCheckingCallback = 'is_file' ] + Property [ protected $files = NULL ] + Property [ protected $foundPath = NULL ] + Property [ protected $isDebug = false ] + Property [ protected $isRegistered = false ] + Property [ protected $namespaces = NULL ] + } + + - Methods [34] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ bool $isDebug = ] + } + } + + Method [ public method addClass ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $file ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method addDirectory ] { + + - Parameters [1] { + Parameter #0 [ string $directory ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method addExtension ] { + + - Parameters [1] { + Parameter #0 [ string $extension ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method addFile ] { + + - Parameters [1] { + Parameter #0 [ string $file ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method addNamespace ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $directories ] + Parameter #2 [ bool $prepend = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method autoload ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ bool ] + } + + Method [ public method getCheckedPath ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getClasses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDebug ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDirectories ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getExtensions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getFiles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getFoundPath ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getNamespaces ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method loadFiles ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method register ] { + + - Parameters [1] { + Parameter #0 [ bool $prepend = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method setClasses ] { + + - Parameters [2] { + Parameter #0 [ array $classes ] + Parameter #1 [ bool $merge = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method setDirectories ] { + + - Parameters [2] { + Parameter #0 [ array $directories ] + Parameter #1 [ bool $merge = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method setExtensions ] { + + - Parameters [2] { + Parameter #0 [ array $extensions ] + Parameter #1 [ bool $merge = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method setFileCheckingCallback ] { + + - Parameters [1] { + Parameter #0 [ $method = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method setFiles ] { + + - Parameters [2] { + Parameter #0 [ array $files ] + Parameter #1 [ bool $merge = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method setNamespaces ] { + + - Parameters [2] { + Parameter #0 [ array $namespaces ] + Parameter #1 [ bool $merge = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ public method unregister ] { + + - Parameters [0] { + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ protected method requireFile ] { + + - Parameters [1] { + Parameter #0 [ string $file ] + } + - Return [ bool ] + } + + Method [ private method addDebug ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ private method addToCollection ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $collectionName ] + Parameter #2 [ string $method ] + Parameter #3 [ bool $merge = ] + } + - Return [ Phalcon\Autoload\Loader ] + } + + Method [ private method autoloadCheckClasses ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ bool ] + } + + Method [ private method autoloadCheckDirectories ] { + + - Parameters [3] { + Parameter #0 [ array $directories ] + Parameter #1 [ string $className ] + Parameter #2 [ bool $isDirectory = ] + } + - Return [ bool ] + } + + Method [ private method autoloadCheckNamespaces ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ bool ] + } + + Method [ private method checkDirectories ] { + + - Parameters [2] { + Parameter #0 [ $directories ] + Parameter #1 [ string $dirSeparator ] + } + - Return [ array ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = ] + } + } + } + } + Class [ class Phalcon\Cache\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { @@ -26985,7 +27241,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Cache\Exception\Exception extends Phalcon\Exception implements Stringable, Throwable, PsrExt\SimpleCache\CacheException ] { + Class [ class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable, PsrExt\SimpleCache\CacheException ] { - Constants [0] { } @@ -26993,14 +27249,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -27083,7 +27332,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Phalcon\Exception implements Stringable, Throwable, PsrExt\SimpleCache\InvalidArgumentException, PsrExt\SimpleCache\CacheException ] { + Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable, PsrExt\SimpleCache\InvalidArgumentException, PsrExt\SimpleCache\CacheException ] { - Constants [0] { } @@ -27091,14 +27340,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -27311,7 +27553,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -27319,14 +27561,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -27824,7 +28059,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] { - Constants [6] { Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } @@ -27838,280 +28073,266 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Cli\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ protected $container = NULL ] + Property [ protected $action = NULL ] + Property [ protected $defaultAction = NULL ] + Property [ protected $defaultModule = NULL ] + Property [ protected $defaultParams = NULL ] + Property [ protected $defaultTask = NULL ] + Property [ protected $matchedRoute = NULL ] + Property [ protected $matches = NULL ] + Property [ protected $module = NULL ] + Property [ protected $params = NULL ] + Property [ protected $routes = NULL ] + Property [ protected $task = NULL ] + Property [ protected $wasMatched = false ] + } + + - Methods [19] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Cli\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [13] { - Property [ protected $container = NULL ] - Property [ protected $action = NULL ] - Property [ protected $defaultAction = NULL ] - Property [ protected $defaultModule = NULL ] - Property [ protected $defaultParams = NULL ] - Property [ protected $defaultTask = NULL ] - Property [ protected $matchedRoute = NULL ] - Property [ protected $matches = NULL ] - Property [ protected $module = NULL ] - Property [ protected $params = NULL ] - Property [ protected $routes = NULL ] - Property [ protected $task = NULL ] - Property [ protected $wasMatched = false ] - } - - - Methods [19] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ bool $defaultRoutes = ] - } - } - - Method [ public method add ] { - - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - } - - Return [ Phalcon\Cli\Router\RouteInterface ] - } - - Method [ public method getActionName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMatchedRoute ] { - - - Parameters [0] { - } - - Return [ Phalcon\Cli\Router\RouteInterface ] - } - - Method [ public method getMatches ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getModuleName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getParams ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getRouteById ] { - - - Parameters [1] { - Parameter #0 [ $id ] - } - } - - Method [ public method getRouteByName ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - } - - Method [ public method getRoutes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getTaskName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method handle ] { - - - Parameters [1] { - Parameter #0 [ $arguments = ] - } - } - - Method [ public method setDefaultAction ] { - - - Parameters [1] { - Parameter #0 [ string $actionName ] - } - } - - Method [ public method setDefaultModule ] { - - - Parameters [1] { - Parameter #0 [ string $moduleName ] - } - } - - Method [ public method setDefaults ] { - - - Parameters [1] { - Parameter #0 [ array $defaults ] - } - - Return [ Phalcon\Cli\Router ] - } - - Method [ public method setDefaultTask ] { - - - Parameters [1] { - Parameter #0 [ string $taskName ] - } - - Return [ void ] - } - - Method [ public method wasMatched ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method getDI ] { - - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } - - Method [ public method setDI ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } - } - } - - Class [ class Phalcon\Cli\Router\Exception extends Phalcon\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ bool $defaultRoutes = ] + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMatchedRoute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ public method getMatches ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getModuleName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getRouteById ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method getRouteByName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getRoutes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getTaskName ] { + + - Parameters [0] { } - Return [ string ] } + + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ $arguments = ] + } + } + + Method [ public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + } + + Method [ public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + } + + Method [ public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ array $defaults ] + } + - Return [ Phalcon\Cli\Router ] + } + + Method [ public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ public method wasMatched ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { } - Properties [4] { @@ -28460,7 +28681,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [31] { + - Methods [32] { Method [ public method __construct ] { - Parameters [2] { @@ -28706,6 +28927,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Parameter #2 [ int $depth = ] } } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } } } @@ -28728,7 +28957,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [35] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -29007,6 +29236,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Parameter #2 [ int $depth = ] } } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } } } @@ -29029,7 +29266,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [32] { + - Methods [33] { Method [ public method __construct ] { - Parameters [1] { @@ -29284,6 +29521,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Parameter #2 [ int $depth = ] } } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } } } @@ -29306,7 +29551,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [31] { + - Methods [32] { Method [ public method __construct ] { - Parameters [1] { @@ -29551,6 +29796,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Parameter #2 [ int $depth = ] } } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } } } @@ -29573,7 +29826,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [33] { + - Methods [34] { Method [ public method __construct ] { - Parameters [2] { @@ -29837,6 +30090,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Parameter #2 [ int $depth = ] } } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } } } @@ -29954,7 +30215,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Config\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -29962,14 +30223,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -30052,7 +30306,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Container implements PsrExt\Container\ContainerInterface ] { + Class [ class Phalcon\Container\Container implements PsrExt\Container\ContainerInterface ] { - Constants [0] { } @@ -36946,7 +37200,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Db\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -36954,14 +37208,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -37493,7 +37740,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -37501,14 +37748,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -37601,21 +37841,21 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Static methods [3] { - Method [ static public method getDefault ] { + Method [ static public method getDefault ] { - Parameters [0] { } - Return [ ?Phalcon\Di\DiInterface ] } - Method [ static public method reset ] { + Method [ static public method reset ] { - Parameters [0] { } - Return [ void ] } - Method [ static public method setDefault ] { + Method [ static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] @@ -37637,7 +37877,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method __call ] { + Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] @@ -37645,7 +37885,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method attempt ] { + Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] @@ -37654,7 +37894,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] @@ -37662,21 +37902,21 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ public method getInternalEventsManager ] { + Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getRaw ] { + Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } - Method [ public method getService ] { + Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -37684,14 +37924,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method getServices ] { + Method [ public method getServices ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getShared ] { + Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] @@ -37699,7 +37939,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Method [ protected method loadFromConfig ] { + Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config\ConfigInterface $config ] @@ -37707,7 +37947,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method loadFromPhp ] { + Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ string $filePath ] @@ -37715,7 +37955,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method loadFromYaml ] { + Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ string $filePath ] @@ -37724,7 +37964,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -37732,14 +37972,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method offsetExists ] { + Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] @@ -37747,7 +37987,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ bool ] } - Method [ public method offsetSet ] { + Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] @@ -37756,7 +37996,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] @@ -37764,7 +38004,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method register ] { + Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] @@ -37772,7 +38012,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -37780,7 +38020,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $name ] @@ -37790,14 +38030,14 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setInternalEventsManager ] { + Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } - Method [ public method setService ] { + Method [ public method setService ] { - Parameters [2] { Parameter #0 [ string $name ] @@ -37806,7 +38046,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setShared ] { + Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] @@ -39154,7 +39394,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Encryption\Security\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Encryption\Security\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -39162,14 +39402,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -40318,7 +40551,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Events\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -40326,14 +40559,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -40544,7 +40770,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Factory\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Factory\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -40552,14 +40778,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -40642,7 +40861,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Filter\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Filter\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -40650,14 +40869,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -41439,7 +41651,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Filter\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Filter\Validation\ValidationInterface ] { - Constants [0] { } @@ -41450,193 +41662,207 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [11] { + - Properties [9] { Property [ protected $container = NULL ] - Property [ protected $autoescape = true ] - Property [ protected $automaticHtml = true ] - Property [ protected $cssClasses = NULL ] - Property [ protected $cssIconClasses = NULL ] - Property [ protected $customTemplate = '' ] - Property [ protected $escaperService = NULL ] - Property [ protected $implicitFlush = true ] - Property [ protected $interpolator = NULL ] + Property [ protected $combinedFieldsValidators = NULL ] + Property [ protected $data = NULL ] + Property [ protected $entity = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $labels = NULL ] Property [ protected $messages = NULL ] - Property [ protected $sessionService = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $values = NULL ] } - - Methods [23] { - Method [ public method message ] { + - Methods [25] { + Method [ public method getData ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] + - Parameters [0] { } - - Return [ ?string ] } - Method [ public method output ] { + Method [ public method setValidators ] { - Parameters [1] { - Parameter #0 [ bool $remove = ] + Parameter #0 [ array $validators ] } - - Return [ void ] } - Method [ public method getAutoescape ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $validators = [] ] } - - Return [ bool ] } - Method [ public method getCssClasses ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method getCssIconClasses ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method getCustomTemplate ] { + Method [ public method bind ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ $data ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method __construct ] { + Method [ public method getEntity ] { - - Parameters [2] { - Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] - Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] + - Parameters [0] { } } - Method [ public method clear ] { + Method [ public method getFilters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - - Return [ void ] } - Method [ public method error ] { + Method [ public method getLabel ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $field ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getEscaperService ] { + Method [ public method getMessages ] { - Parameters [0] { } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method notice ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } - Method [ public method setAutoescape ] { + Method [ public method getValueByEntity ] { - - Parameters [1] { - Parameter #0 [ bool $autoescape ] + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method setAutomaticHtml ] { + Method [ public method getValueByData ] { - - Parameters [1] { - Parameter #0 [ bool $automaticHtml ] + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method setCssClasses ] { + Method [ public method getValue ] { - Parameters [1] { - Parameter #0 [ array $cssClasses ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method setCssIconClasses ] { + Method [ public method rule ] { - - Parameters [1] { - Parameter #0 [ array $cssIconClasses ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method setCustomTemplate ] { + Method [ public method rules ] { - - Parameters [1] { - Parameter #0 [ string $customTemplate ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ array $validators ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method setEscaperService ] { + Method [ public method setEntity ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] + Parameter #0 [ $entity ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ void ] } - Method [ public method setImplicitFlush ] { + Method [ public method setFilters ] { - - Parameters [1] { - Parameter #0 [ bool $implicitFlush ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $filters ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method success ] { + Method [ public method setLabels ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $labels ] } - - Return [ ?string ] + - Return [ void ] } - Method [ public method outputMessage ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] + Parameter #0 [ $data = ] + Parameter #1 [ $entity = ] } - - Return [ ?string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method warning ] { + Method [ protected method preChecking ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ bool ] + } + + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $propertyName ] } - - Return [ ?string ] } - Method [ public method getDI ] { + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] @@ -41646,7 +41872,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Flash\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -41654,14 +41880,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -41744,10 +41963,9 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Filter\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] { - - Constants [1] { - Constant [ public string SESSION_KEY ] { _flashMessages } + - Constants [0] { } - Static properties [0] { @@ -41756,244 +41974,211 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $container = NULL ] - Property [ protected $autoescape = true ] - Property [ protected $automaticHtml = true ] - Property [ protected $cssClasses = NULL ] - Property [ protected $cssIconClasses = NULL ] - Property [ protected $customTemplate = '' ] - Property [ protected $escaperService = NULL ] - Property [ protected $implicitFlush = true ] - Property [ protected $interpolator = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $sessionService = NULL ] + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] } - - Methods [28] { - Method [ public method clear ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method getMessages ] { - - - Parameters [2] { - Parameter #0 [ $type = ] - Parameter #1 [ bool $remove = ] - } - - Return [ array ] - } - - Method [ public method has ] { + - Methods [9] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ ?string $type = ] - } - - Return [ bool ] - } - - Method [ public method message ] { - - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] + Parameter #0 [ array $services = [] ] } - - Return [ ?string ] } - Method [ public method output ] { + Method [ public method newInstance ] { - Parameters [1] { - Parameter #0 [ bool $remove = ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method getSessionMessages ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ bool $remove ] - Parameter #1 [ ?string $type = ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ protected method setSessionMessages ] { + Method [ protected method getServices ] { - - Parameters [1] { - Parameter #0 [ array $messages ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getSessionService ] { + Method [ protected method getService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Session\ManagerInterface ] } - Method [ public method getAutoescape ] { + Method [ protected method init ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getCssClasses ] { + Method [ protected method checkConfig ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $config ] } - Return [ array ] } - Method [ public method getCssIconClasses ] { + Method [ protected method checkConfigElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - Return [ array ] } - Method [ public method getCustomTemplate ] { + Method [ protected method getException ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ Exception ] } + } + } - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] - Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] - } - } + Class [ class Phalcon\Filter\Validation\Validator\Alnum extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method error ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ ?string ] - } + - Static properties [0] { + } - Method [ public method getEscaperService ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] - } + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } - Method [ public method notice ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $options = [] ] } - - Return [ ?string ] } - Method [ public method setAutoescape ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ bool $autoescape ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ bool ] } - Method [ public method setAutomaticHtml ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ bool $automaticHtml ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ string ] } - Method [ public method setCssClasses ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ array $cssClasses ] + - Parameters [0] { } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ array ] } - Method [ public method setCssIconClasses ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $cssIconClasses ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setCustomTemplate ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $customTemplate ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setEscaperService ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method setImplicitFlush ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ bool $implicitFlush ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ bool ] } - Method [ public method success ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ ?string ] + - Return [ void ] } - Method [ public method outputMessage ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ ?string ] + - Return [ ?int ] } - Method [ public method warning ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ ?string ] } - Method [ public method getDI ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ void ] + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\Alpha extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42004,274 +42189,250 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $template = 'Field :field mu...' ] } - - Methods [33] { - Method [ public method render ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidator ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidators ] { - - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method appendMessage ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method clear ] { - - - Parameters [0] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getAttributes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getDefault ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method getFilters ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getForm ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Form ] + - Return [ ?int ] } - Method [ public method getLabel ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ public method getMessages ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ bool ] } - Method [ public method getName ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getUserOption ] { - - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] - } - } + Class [ class Phalcon\Filter\Validation\Validator\Between extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method getUserOptions ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method getValidators ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } - Method [ public method getValue ] { + - Methods [13] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method hasMessages ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method label ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + - Parameters [0] { } - Return [ array ] } - Method [ public method setAttribute ] { - - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setAttributes ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setDefault ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setFilters ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setForm ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] } - Method [ public method setName ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOption ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOptions ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\Callback extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42282,274 +42443,259 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $template = 'Field :field mu...' ] } - - Methods [33] { - Method [ public method render ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidator ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addValidators ] { + Method [ public method setTemplate ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method appendMessage ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method clear ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ array ] + - Return [ ?int ] } - Method [ public method getDefault ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ public method getFilters ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getLabel ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Filter\Validation\Validator\Confirmation extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method getMessages ] { - - - Parameters [0] { - } - - Return [ Phalcon\Messages\Messages ] - } - - Method [ public method getName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getUserOption ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] - } - } + - Static properties [0] { + } - Method [ public method getUserOptions ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } - Method [ public method getValidators ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method hasMessages ] { + Method [ final protected method compare ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $a ] + Parameter #1 [ string $b ] } - Return [ bool ] } - Method [ public method label ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + - Parameters [0] { } - Return [ array ] } - Method [ public method setAttribute ] { - - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setAttributes ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setDefault ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setFilters ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setForm ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] } - Method [ public method setName ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOption ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOptions ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\CreditCard extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42560,274 +42706,267 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $template = 'Field :field is...' ] } - - Methods [33] { - Method [ public method render ] { + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] - } - } - - Method [ public method __toString ] { - - - Parameters [0] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method addFilter ] { + Method [ private method verifyByLuhnAlgorithm ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ string $number ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method addValidator ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidators ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method appendMessage ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method clear ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getAttributes ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getFilters ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ ?int ] } - Method [ public method getForm ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method getLabel ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getMessages ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getName ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Filter\Validation\Validator\Date extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method getUserOption ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] - } - } + - Static properties [0] { + } - Method [ public method getUserOptions ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field is...' ] + } - Method [ public method getValidators ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method hasMessages ] { + Method [ private method checkDate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $format ] } - Return [ bool ] } - Method [ public method label ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + - Parameters [0] { } - Return [ array ] } - Method [ public method setAttribute ] { - - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setAttributes ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setDefault ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setFilters ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setForm ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] } - Method [ public method setName ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOption ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOptions ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\Digit extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42838,274 +42977,341 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $template = 'Field :field mu...' ] } - - Methods [33] { - Method [ public method render ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidator ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addValidators ] { + Method [ public method setTemplate ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method appendMessage ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method clear ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ array ] + - Return [ ?int ] } - Method [ public method getDefault ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ public method getFilters ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getLabel ] { + Class [ class Phalcon\Filter\Validation\Validator\Email extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getMessages ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Messages\Messages ] - } + - Static methods [0] { + } - Method [ public method getName ] { + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } - - Parameters [0] { + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method getUserOptions ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getValue ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method hasMessages ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method label ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method hasOption ] { - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setAttributes ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] } - Method [ public method setDefault ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setFilters ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method setLabel ] { + Class [ class Phalcon\Filter\Validation\Validator\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setName ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOptions ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\ExclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -43116,274 +43322,258 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $template = 'Field :field mu...' ] } - - Methods [33] { - Method [ public method render ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method addValidator ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidators ] { - - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method appendMessage ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method clear ] { - - - Parameters [0] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getAttributes ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getFilters ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ ?int ] } - Method [ public method getForm ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method getLabel ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getMessages ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getName ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Filter\Validation\Validator\File extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method getUserOption ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] - } - } + - Static properties [0] { + } - Method [ public method getUserOptions ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [4] { + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $validators = NULL ] + } - Method [ public method getValidators ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ public method getValidators ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method hasMessages ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method label ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + - Parameters [0] { } - Return [ array ] } - Method [ public method setAttribute ] { - - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setAttributes ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setDefault ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setFilters ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setForm ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] } - Method [ public method setName ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOption ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOptions ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\File\MimeType extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -43394,830 +43584,928 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [6] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $messageFileEmpty = 'Field :field mu...' ] + Property [ protected $messageIniSize = 'File :field exc...' ] + Property [ protected $messageValid = 'Field :field is...' ] + Property [ protected $template = 'File :field mus...' ] } - - Methods [33] { - Method [ public method render ] { + - Methods [26] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getMessageFileEmpty ] { + + - Parameters [0] { } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $messageFileEmpty ] } } - Method [ public method __toString ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ string $messageIniSize ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidator ] { + Method [ public method getMessageValid ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidators ] { + Method [ public method setMessageValid ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + - Parameters [1] { + Parameter #0 [ string $messageValid ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method checkUploadIsValid ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $size ] } + - Return [ float ] } - Method [ public method getFilters ] { + Method [ public method isAllowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ protected method checkIsUploadedFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method getLabel ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getUserOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getUserOptions ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getValidators ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method hasMessages ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method label ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ ?int ] } - Method [ public method prepareAttributes ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method setDefault ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Equal 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 mu...' ] + Property [ protected $messageIniSize = 'File :field exc...' ] + Property [ protected $messageValid = 'Field :field is...' ] + Property [ protected $template = 'The resolution ...' ] + } + + - Methods [26] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setFilters ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method getMessageFileEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ string $messageFileEmpty ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ public method getMessageIniSize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $messageIniSize ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOption ] { + Method [ public method getMessageValid ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $messageValid ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - - Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - - Constants [0] { - } + Method [ public method checkUpload ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method checkUploadIsEmpty ] { - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - } + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } - - Methods [33] { - Method [ public method render ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method checkUploadMaxSize ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $size ] } - - Return [ string ] + - Return [ float ] } - Method [ public method addFilter ] { + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method addValidator ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidators ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method appendMessage ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method clear ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getAttributes ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getFilters ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ ?int ] } - Method [ public method getForm ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method getLabel ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getMessages ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getName ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Max extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $messageFileEmpty = 'Field :field mu...' ] + Property [ protected $messageIniSize = 'File :field exc...' ] + Property [ protected $messageValid = 'Field :field is...' ] + Property [ protected $template = 'File :field exc...' ] + } + + - Methods [26] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method getUserOptions ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $messageFileEmpty ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method hasMessages ] { + Method [ public method setMessageIniSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $messageIniSize ] } - - Return [ bool ] } - Method [ public method label ] { + Method [ public method getMessageValid ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method setMessageValid ] { - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + - Parameters [1] { + Parameter #0 [ string $messageValid ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setDefault ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setFilters ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method getFileSizeInBytes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $size ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ float ] } - Method [ public method setLabel ] { + Method [ public method isAllowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setMessages ] { + Method [ protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setName ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setUserOptions ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - } - } - - Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - } - - Methods [33] { - Method [ public method render ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method __construct ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } } - Method [ public method __toString ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method addFilter ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method addValidator ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] } - Method [ public method addValidators ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getAttribute ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Min 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 mu...' ] + Property [ protected $messageIniSize = 'File :field exc...' ] + Property [ protected $messageValid = 'Field :field is...' ] + Property [ protected $template = 'File :field can...' ] + } + + - Methods [26] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDefault ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $messageFileEmpty ] } } - Method [ public method getFilters ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getForm ] { + Method [ public method setMessageIniSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $messageIniSize ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method getLabel ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method setMessageValid ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $messageValid ] } - - Return [ Phalcon\Messages\Messages ] } - Method [ public method getName ] { + Method [ public method checkUpload ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getUserOption ] { + Method [ public method checkUploadIsEmpty ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method getUserOptions ] { + Method [ public method checkUploadIsValid ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValidators ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValue ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $size ] } + - Return [ float ] } - Method [ public method hasMessages ] { + Method [ public method isAllowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - Return [ bool ] } - Method [ public method label ] { + Method [ protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method prepareAttributes ] { + Method [ public method getTemplate ] { - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - - Return [ array ] + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setAttributes ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setDefault ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setFilters ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setForm ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] } - Method [ public method setName ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOption ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOptions ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -44228,576 +44516,695 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [10] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [6] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $optionsValues = NULL ] + Property [ protected $messageFileEmpty = 'Field :field mu...' ] + Property [ protected $messageIniSize = 'File :field exc...' ] + Property [ protected $messageValid = 'Field :field is...' ] + Property [ protected $template = 'File :field doe...' ] } - - Methods [36] { - Method [ public method __construct ] { + - Methods [26] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $options = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method addOption ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ $option ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getOptions ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method render ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + + - Parameters [0] { } - Return [ string ] } - Method [ public method setOptions ] { + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ string $messageIniSize ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ string $messageValid ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidator ] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method addValidators ] { + Method [ public method checkUploadIsEmpty ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method appendMessage ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ protected method checkIsUploadedFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } + - Return [ string ] } - Method [ public method getFilters ] { + Method [ public method getTemplates ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getForm ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getLabel ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getMessages ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Messages\Messages ] } - Method [ public method getName ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getUserOption ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getUserOptions ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ array ] + - Return [ ?int ] } - Method [ public method getValidators ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method hasMessages ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ bool ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method label ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Max 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 mu...' ] + Property [ protected $messageIniSize = 'File :field exc...' ] + Property [ protected $messageValid = 'Field :field is...' ] + Property [ protected $template = 'File :field exc...' ] + } + + - Methods [26] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method getMessageFileEmpty ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $messageFileEmpty ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setDefault ] { + Method [ public method getMessageIniSize ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setFilters ] { + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $messageIniSize ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setForm ] { + Method [ public method getMessageValid ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ string $messageValid ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setName ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ public method checkUploadIsValid ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOptions ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - - Constants [0] { - } + Method [ public method getFileSizeInBytes ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } - - Static methods [0] { - } + Method [ public method isAllowEmpty ] { - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - } + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } - - Methods [33] { - Method [ public method render ] { + Method [ protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method getTemplate ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ ?string $field = ] } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method addFilter ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addValidator ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addValidators ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method getAttribute ] { + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ ?int ] + } + + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ public method getAttributes ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getFilters ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $messageFileEmpty = 'Field :field mu...' ] + Property [ protected $messageIniSize = 'File :field exc...' ] + Property [ protected $messageValid = 'Field :field is...' ] + Property [ protected $template = 'File :field can...' ] + } + + - Methods [26] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method getForm ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method getLabel ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $messageFileEmpty ] } - - Return [ Phalcon\Messages\Messages ] } - Method [ public method getName ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method setMessageIniSize ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $messageIniSize ] } } - Method [ public method getUserOptions ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ public method setMessageValid ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $messageValid ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ public method checkUpload ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method hasMessages ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method label ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method prepareAttributes ] { + Method [ public method checkUploadMaxSize ] { - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setDefault ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setFilters ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setForm ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setLabel ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setMessages ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setName ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\Identical extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -44808,274 +45215,379 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $template = 'Field :field do...' ] } - - Methods [33] { - Method [ public method render ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addValidator ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addValidators ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method getAttribute ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ ?int ] } - Method [ public method getAttributes ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } - Method [ public method getDefault ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method getFilters ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getForm ] { + Class [ class Phalcon\Filter\Validation\Validator\InclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method getLabel ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getMessages ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ public method getName ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getUserOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getUserOptions ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getValidators ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method hasMessages ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method label ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ ?int ] } - Method [ public method prepareAttributes ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method setDefault ] { + Class [ class Phalcon\Filter\Validation\Validator\Ip extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + + - Constants [2] { + Constant [ public int VERSION_4 ] { 1048576 } + Constant [ public int VERSION_6 ] { 2097152 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } + + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setFilters ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setLabel ] { + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setMessages ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setName ] { + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\Numericality extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45086,274 +45598,377 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $template = 'Field :field do...' ] } - - Methods [33] { - Method [ public method render ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addValidator ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addValidators ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method getAttribute ] { + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ ?int ] + } + + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ public method getAttributes ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getFilters ] { + Class [ class Phalcon\Filter\Validation\Validator\PresenceOf extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field is...' ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method getForm ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method getLabel ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ Phalcon\Messages\Messages ] + - Return [ array ] } - Method [ public method getName ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getUserOption ] { + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getUserOptions ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValidators ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getValue ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ ?int ] } - Method [ public method hasMessages ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method label ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method prepareAttributes ] { + Class [ class Phalcon\Filter\Validation\Validator\Regex extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [2] { - Parameter #0 [ array $attributes = [] ] - Parameter #1 [ bool $useChecked = ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field do...' ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ array ] } - Method [ public method setAttribute ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setForm ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setLabel ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setName ] { + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?int ] } - Method [ public method setUserOption ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOptions ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Filter\Validation\Validator\StringLength extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45361,442 +45976,388 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $validators = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method __wakeup ] { + Method [ public method getValidators ] { - Parameters [0] { } + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ int ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ final public method getTrace ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ final public method getPrevious ] { + Method [ public method getOption ] { - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [12] { - Property [ protected $container = NULL ] - Property [ protected $attributes = NULL ] - Property [ protected $data = NULL ] - Property [ protected $filteredData = NULL ] - Property [ protected $elements = NULL ] - Property [ protected $elementsIndexed = NULL ] - Property [ protected $entity = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $position = 0 ] - Property [ protected $options = NULL ] - Property [ protected $validation = NULL ] - Property [ protected $whitelist = NULL ] - } - - Methods [41] { - Method [ public method getValidation ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ null ] + - Return [ void ] } - Method [ public method getWhitelist ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ array ] + - Return [ ?int ] } - Method [ public method __construct ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ $entity = ] - Parameter #1 [ array $userOptions = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ public method add ] { + Method [ protected method allowEmpty ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] - Parameter #1 [ ?string $position = ] - Parameter #2 [ ?bool $type = ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method bind ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $entity = ] - Parameter #2 [ array $whitelist = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method clear ] { - - - Parameters [1] { - Parameter #0 [ $fields = ] - } - - Return [ Phalcon\Forms\Form ] - } + Class [ class Phalcon\Filter\Validation\Validator\StringLength\Max extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method count ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ int ] - } + - Static properties [0] { + } - Method [ public method current ] { + - Static methods [0] { + } - - Parameters [0] { - } - } + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } - Method [ public method get ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getAction ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Html\Attributes ] + - Return [ string ] } - Method [ public method getElements ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getEntity ] { - - - Parameters [0] { - } - } - - Method [ public method getLabel ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ string ] - } - - Method [ public method getMessages ] { - - - Parameters [0] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getMessagesFor ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getUserOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getUserOptions ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getFilteredValue ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getValue ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $field ] } + - Return [ ?int ] } - Method [ public method has ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ bool ] } - Method [ public method hasMessagesFor ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method isValid ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ $data = ] - Parameter #1 [ $entity = ] - Parameter #2 [ array $whitelist = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ bool ] + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method key ] { + Class [ class Phalcon\Filter\Validation\Validator\StringLength\Min extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { - } - - Return [ int ] - } + - Constants [0] { + } - Method [ public method label ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ ?array $attributes = [] ] - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ public method next ] { + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } - - Parameters [0] { + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ void ] } - Method [ public method render ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method remove ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ ?string $field = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method rewind ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ void ] - } - - Method [ public method setAction ] { - - - Parameters [1] { - Parameter #0 [ string $action ] - } - - Return [ Phalcon\Forms\Form ] + - Return [ array ] } - Method [ public method setEntity ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $entity ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setValidation ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidationInterface $validation ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setWhitelist ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ array $whitelist ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method setAttributes ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Attributes $attributes ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Html\Attributes\AttributesInterface ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Form ] + - Return [ void ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ Phalcon\Forms\Form ] - } - - Method [ public method valid ] { - - - Parameters [0] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ ?int ] } - Method [ public method __get ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ public method __isset ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method getDI ] { - - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } - - Method [ public method setDI ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ void ] + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Forms\Manager ] { + Class [ class Phalcon\Filter\Validation\Validator\Uniqueness extends Phalcon\Filter\Validation\AbstractCombinedFieldsValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45807,287 +46368,278 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $forms = NULL ] + - Properties [4] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + Property [ private $columnMap = NULL ] } - - Methods [4] { - Method [ public method create ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $entity = ] - } - - Return [ Phalcon\Forms\Form ] - } - - Method [ public method get ] { + - Methods [16] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method has ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method set ] { + Method [ protected method getColumnNameReal ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Forms\Form $form ] + Parameter #0 [ $record ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Manager ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Attributes extends Phalcon\Support\Collection implements Stringable, Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { - - Constants [0] { - } + Method [ protected method isUniqueness ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ protected method isUniquenessModel ] { - - Properties [3] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - } + - Parameters [3] { + Parameter #0 [ $record ] + Parameter #1 [ array $field ] + Parameter #2 [ array $values ] + } + } - - Methods [28] { - Method [ public method render ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ array $data = [] ] - Parameter #1 [ bool $insensitive = ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method __get ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method __isset ] { + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method __set ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method __unset ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $field ] } - - Return [ void ] + - Return [ ?int ] } - Method [ public method clear ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ void ] } - Method [ public method count ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method get ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method getIterator ] { + Class [ class Phalcon\Filter\Validation\Validator\Url extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { - } - - Return [ Traversable ] - } + - Constants [0] { + } - Method [ public method getKeys ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ bool $insensitive = ] - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getValues ] { + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field mu...' ] + } - - Parameters [0] { + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ array ] } - Method [ public method has ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method init ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ ?string $field = ] } - - Return [ void ] + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method offsetExists ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ array $templates ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method offsetGet ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method offsetSet ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method offsetUnset ] { - - - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method remove ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method set ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method serialize ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ ?int ] } - Method [ public method toArray ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } - Method [ public method toJson ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ int $options = ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method unserialize ] { - - - Parameters [1] { - Parameter #0 [ $serialized ] - } - - Return [ void ] - } - - Method [ protected method setData ] { - - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ protected method phpJsonEncode ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = ] - Parameter #2 [ int $depth = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Html\Breadcrumbs ] { + Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -46098,246 +46650,203 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ private $elements = NULL ] - Property [ private $separator = ' / ' ] - Property [ private $template = '
int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ ?string $type = ] } + - Return [ bool ] } - Method [ public method __wakeup ] { + Method [ public method message ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } + - Return [ ?string ] } - Method [ final public method getMessage ] { + Method [ public method output ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $remove = ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getCode ] { + Method [ protected method getSessionMessages ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ bool $remove ] + Parameter #1 [ ?string $type = ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method setSessionMessages ] { + + - Parameters [1] { + Parameter #0 [ array $messages ] + } + - Return [ array ] + } + + Method [ public method getSessionService ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ final public method getLine ] { + Method [ public method getAutoescape ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method getCssClasses ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getCssIconClasses ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ public method getCustomTemplate ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] + Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] } - - Return [ string ] } - } - } - Class [ class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { + Method [ public method error ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } - - Static properties [0] { - } + Method [ public method getEscaperService ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Html\Escaper\EscaperInterface ] + } - - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } + Method [ public method notice ] { - - Methods [12] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } - - Parameters [4] { - Parameter #0 [ string $href ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + Method [ public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ bool $autoescape ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method processAttributes ] { + Method [ public method setAutomaticHtml ] { - - Parameters [2] { - Parameter #0 [ string $href ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ bool $automaticHtml ] } - - Return [ array ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method __construct ] { + Method [ public method setCssClasses ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ array $cssClasses ] } + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method close ] { + Method [ public method setCssIconClasses ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ array $cssIconClasses ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method indent ] { + Method [ public method setCustomTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $customTemplate ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method orderAttributes ] { + Method [ public method setEscaperService ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] } - - Return [ array ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderArrayElements ] { + Method [ public method setImplicitFlush ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ bool $implicitFlush ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderAttributes ] { + Method [ public method success ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderElement ] { + Method [ public method outputMessage ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderFullElement ] { + Method [ public method warning ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderTag ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method selfClose ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -46697,350 +47197,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } - - - Methods [11] { - Method [ public method __invoke ] { - - - Parameters [2] { - Parameter #0 [ ?string $href = ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputCheckbox' ] + } - Method [ public method __construct ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } } - Method [ protected method close ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method addFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method getAttribute ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method selfClose ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { - - Constants [0] { - } + Method [ public method getFilters ] { - - Static properties [0] { - } + - Parameters [0] { + } + } - - Static methods [0] { - } + Method [ public method getForm ] { - - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } - - Methods [11] { - Method [ public method __invoke ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method close ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method orderAttributes ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method hasMessages ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderTag ] { + Method [ public method label ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method render ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method setAttribute ] { - - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Methods [11] { - Method [ public method __invoke ] { + Method [ public method setAttributes ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setForm ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderFullElement ] { + Method [ public method setUserOption ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -47051,403 +47490,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputDate' ] } - - Methods [11] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] - } - - Return [ string ] - } - - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } } - Method [ protected method close ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method addFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method getAttribute ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method selfClose ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Doctype implements Stringable ] { - - - Constants [11] { - Constant [ public int HTML32 ] { 1 } - Constant [ public int HTML401_STRICT ] { 2 } - Constant [ public int HTML401_TRANSITIONAL ] { 3 } - Constant [ public int HTML401_FRAMESET ] { 4 } - Constant [ public int HTML5 ] { 5 } - Constant [ public int XHTML10_STRICT ] { 6 } - Constant [ public int XHTML10_TRANSITIONAL ] { 7 } - Constant [ public int XHTML10_FRAMESET ] { 8 } - Constant [ public int XHTML11 ] { 9 } - Constant [ public int XHTML20 ] { 10 } - Constant [ public int XHTML5 ] { 11 } - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [2] { - Property [ private $delimiter = NULL ] - Property [ private $flag = NULL ] - } - - - Methods [3] { - Method [ public method __construct ] { + Method [ public method getFilters ] { - Parameters [0] { } } - Method [ public method __invoke ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ int $flag = ] - Parameter #1 [ string $delimiter = ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method __toString ] { + Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method getMessages ] { - - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } - - Methods [11] { - Method [ public method __invoke ] { + Method [ public method getName ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method close ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method orderAttributes ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] - } - - Method [ protected method renderAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderFullElement ] { + Method [ public method label ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - - Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } - - - Methods [11] { - Method [ public method __invoke ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setForm ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderFullElement ] { + Method [ public method setUserOption ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -47458,250 +47783,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputEmail' ] } - - Methods [11] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $src ] + Parameter #0 [ string $name ] Parameter #1 [ array $attributes = [] ] } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getFilters ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderFullElement ] { + Method [ public method getLabel ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method selfClose ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Color extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Method [ public method getTagFactory ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } - - Static properties [0] { - } + Method [ public method getUserOption ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] + } + } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'color' ] - } + Method [ public method getUserOptions ] { - - Methods [13] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ array ] + } - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Method [ public method getValidators ] { + + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getValue ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method setValue ] { + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ array $attributes = [] ] } + - Return [ string ] } - Method [ protected method close ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setMessages ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setName ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Date extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -47712,268 +48076,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'date' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputFile' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Html\Helper\Input\DateTime extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Method [ public method getTagFactory ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } - - Static properties [0] { - } + Method [ public method getUserOption ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] + } + } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'datetime' ] - } + Method [ public method getUserOptions ] { - - Methods [13] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ array ] + } - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Method [ public method getValidators ] { + + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getValue ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method setValue ] { + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ array $attributes = [] ] } + - Return [ string ] } - Method [ protected method close ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setMessages ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setName ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\DateTimeLocal extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -47984,268 +48369,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'datetime-local' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputHidden' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getFilters ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderFullElement ] { + Method [ public method getLabel ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method selfClose ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Email extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Method [ public method getTagFactory ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } - - Static properties [0] { - } + Method [ public method getUserOption ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] + } + } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'email' ] - } + Method [ public method getUserOptions ] { - - Methods [13] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ array ] + } - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Method [ public method getValidators ] { + + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getValue ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method setValue ] { + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ array $attributes = [] ] } + - Return [ string ] } - Method [ protected method close ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setMessages ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setName ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\File extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -48256,404 +48662,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'file' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputNumeric' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method selfClose ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Hidden extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'hidden' ] - } - - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method __toString ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { - - - Parameters [1] { - Parameter #0 [ ?string $value = ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ public method __construct ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method close ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] - } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method getValue ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderFullElement ] { + Method [ public method label ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Html\Helper\Input\Image extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'image' ] - } - - - Methods [13] { - Method [ public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setLabel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setTagFactory ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderElement ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Input extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -48664,412 +48955,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $type = 'text' ] + - Properties [11] { Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputPassword' ] } - - Methods [14] { - Method [ public method setType ] { - - - Parameters [1] { - Parameter #0 [ string $type ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method selfClose ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Month extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getMessages ] { - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'month' ] - } + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getName ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method setValue ] { + Method [ public method getUserOption ] { - - Parameters [1] { - Parameter #0 [ ?string $value = ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __construct ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method close ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method indent ] { + Method [ public method getValue ] { - Parameters [0] { } - - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ protected method renderArrayElements ] { + Method [ public method label ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setAttributes ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { - - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] - } - - Return [ string ] - } - - Method [ protected method selfClose ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Html\Helper\Input\Numeric extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'numeric' ] - } - - - Methods [13] { - Method [ public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method setValue ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setLabel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setTagFactory ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderElement ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Password extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -49080,277 +49248,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'password' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputRadio' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getFilters ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderFullElement ] { + Method [ public method getLabel ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method selfClose ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\Checkbox implements Stringable ] { + Method [ public method getTagFactory ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } - - Static properties [0] { - } + Method [ public method getUserOption ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] + } + } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $label = NULL ] - Property [ protected $type = 'radio' ] - } + Method [ public method getUserOptions ] { - - Methods [14] { - Method [ public method __construct ] { + - Parameters [0] { + } + - Return [ array ] + } - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + + - Parameters [0] { } } - Method [ public method __toString ] { + Method [ public method hasMessages ] { - Parameters [0] { } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] + } - Return [ string ] } - Method [ public method label ] { + Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\Checkbox ] + - Return [ string ] } - Method [ public method __invoke ] { + Method [ public method setAttribute ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setFilters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setTagFactory ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderTag ] { + Method [ public method setUserOption ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Range extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -49361,268 +49541,321 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [12] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'range' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $optionsValues = NULL ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [39] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] + Parameter #1 [ $options = ] Parameter #2 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method addOption ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getOptions ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method setValue ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ protected method prepareAttributes ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method indent ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method addFilter ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method getAttribute ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method selfClose ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Search extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - Constants [0] { - } + Method [ public method getFilters ] { - - Static properties [0] { - } + - Parameters [0] { + } + } - - Static methods [0] { - } + Method [ public method getForm ] { - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'search' ] - } + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getLabel ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getMessages ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method setValue ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ ?string $value = ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method close ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method orderAttributes ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setAttributes ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setDefault ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Select extends Phalcon\Html\Helper\AbstractList implements Stringable ] { + Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -49633,334 +49866,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] - Property [ protected $elementTag = 'option' ] - Property [ protected $inOptGroup = false ] - Property [ protected $selected = '' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputSubmit' ] } - - Methods [20] { - Method [ public method add ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method addPlaceholder ] { + Method [ public method __toString ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ $value = ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\Select ] + - Return [ string ] } - Method [ public method optGroup ] { + Method [ public method addFilter ] { - - Parameters [2] { - Parameter #0 [ ?string $label = ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\Select ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method selected ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ string $selected ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ Phalcon\Html\Helper\Input\Select ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method getTag ] { + Method [ public method addValidators ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method optGroupEnd ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method optGroupStart ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $label ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ private method processValue ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ $value = ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method __invoke ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ string $indent = ] - Parameter #1 [ ?string $delimiter = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\AbstractList ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getDefault ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getFilters ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } } - Method [ protected method close ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method indent ] { + Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method renderArrayElements ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method renderElement ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getUserOptions ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderTag ] { + Method [ public method getValidators ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method selfClose ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - Constants [0] { - } + Method [ public method hasMessages ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method label ] { - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'submit' ] - } + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] + } + - Return [ string ] + } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method setAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setForm ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderFullElement ] { + Method [ public method setUserOption ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Tel extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -49971,404 +50159,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'tel' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method selfClose ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Text extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $type = 'text' ] - Property [ protected $attributes = NULL ] - } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method __toString ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { - - - Parameters [1] { - Parameter #0 [ ?string $value = ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ public method __construct ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method close ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ protected method orderAttributes ] { - - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] - } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method getValue ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderFullElement ] { + Method [ public method label ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'textarea' ] - } - - - Methods [13] { - Method [ public method __toString ] { - - - Parameters [0] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __invoke ] { + Method [ public method setAttributes ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setLabel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setTagFactory ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderElement ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Time extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -50379,404 +50452,289 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'time' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputTextarea' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method selfClose ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Url extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'url' ] - } - - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method __toString ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ ?string $value = ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method __construct ] { + Method [ public method getUserOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method close ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method indent ] { + Method [ public method getValidators ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method orderAttributes ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderAttributes ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } - - Method [ protected method renderElement ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Html\Helper\Input\Week extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'week' ] - } - - - Methods [13] { - Method [ public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = ] - Parameter #2 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ ?string $value = ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setLabel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setTagFactory ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderElement ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -50788,112 +50746,86 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Properties [4] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [11] { - Method [ public method __invoke ] { - - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ protected method close ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method indent ] { + Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method renderElement ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderFullElement ] { + Method [ final public method getPrevious ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ protected method renderTag ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } } } - Class [ class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\Style implements Stringable ] { + Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { - Constants [0] { } @@ -50904,485 +50836,409 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [13] { + Property [ protected $container = NULL ] Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] + Property [ protected $data = NULL ] + Property [ protected $filteredData = NULL ] + Property [ protected $elements = NULL ] + Property [ protected $elementsIndexed = NULL ] + Property [ protected $entity = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $position = 0 ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validation = NULL ] + Property [ protected $whitelist = NULL ] } - - Methods [16] { - Method [ public method add ] { + - Methods [43] { + Method [ public method getValidation ] { - - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } + - Return [ null ] } - Method [ protected method getTag ] { + Method [ public method getWhitelist ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method getAttributes ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes ] + Parameter #0 [ $entity = ] + Parameter #1 [ array $userOptions = [] ] } - - Return [ array ] } - Method [ public method setStyle ] { + Method [ public method add ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] + Parameter #1 [ ?string $position = ] + Parameter #2 [ ?bool $type = ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method bind ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $entity = ] + Parameter #2 [ array $whitelist = [] ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method clear ] { - Parameters [1] { - Parameter #0 [ bool $flag ] + Parameter #0 [ $fields = ] } - - Return [ Phalcon\Html\Helper\Style ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method __invoke ] { + Method [ public method count ] { - - Parameters [2] { - Parameter #0 [ string $indent = ] - Parameter #1 [ ?string $delimiter = ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ int ] } - Method [ public method __toString ] { + Method [ public method current ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method getAction ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getAttributes ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\Attributes ] } - Method [ protected method orderAttributes ] { + Method [ public method getElements ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getEntity ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getFilteredValue ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getMessages ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getMessagesFor ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method selfClose ] { + Method [ public method getTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - } - } - - Class [ class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] - } - - Methods [18] { - Method [ public method add ] { + Method [ public method getUserOption ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method addHttp ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $httpEquiv ] - Parameter #1 [ string $content ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Meta ] + - Return [ array ] } - Method [ public method addName ] { + Method [ public method getValue ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $name ] - Parameter #1 [ string $content ] } - - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method addProperty ] { + Method [ public method has ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $name ] - Parameter #1 [ string $content ] } - - Return [ Phalcon\Html\Helper\Meta ] + - Return [ bool ] } - Method [ protected method getTag ] { + Method [ public method hasMessagesFor ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ private method addElement ] { + Method [ public method isValid ] { - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ string $value ] - Parameter #2 [ string $content ] + Parameter #0 [ $data = ] + Parameter #1 [ $entity = ] + Parameter #2 [ array $whitelist = [] ] } - - Return [ Phalcon\Html\Helper\Meta ] + - Return [ bool ] } - Method [ public method __invoke ] { + Method [ public method key ] { - - Parameters [2] { - Parameter #0 [ string $indent = ] - Parameter #1 [ ?string $delimiter = ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ int ] } - Method [ public method __toString ] { + Method [ public method label ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ ?array $attributes = [] ] } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ void ] } - Method [ protected method close ] { + Method [ public method render ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method remove ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method orderAttributes ] { + Method [ public method rewind ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ protected method renderArrayElements ] { - - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] - } - - Return [ string ] - } - - Method [ protected method renderAttributes ] { + Method [ public method setAction ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $action ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderElement ] { + Method [ public method setAttributes ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Attributes $attributes ] } - - Return [ string ] + - Return [ Phalcon\Html\Attributes\AttributesInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setEntity ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ $entity ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderTag ] { + Method [ public method setTagFactory ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method selfClose ] { + Method [ public method setValidation ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidationInterface $validation ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - } - } - - Class [ class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] - } - - Methods [15] { - Method [ public method add ] { + Method [ public method setWhitelist ] { - - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $whitelist ] } + - Return [ Phalcon\Forms\Form ] } - Method [ protected method getAttributes ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes ] - } - - Return [ array ] - } - - Method [ protected method getTag ] { - - - Parameters [0] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method __invoke ] { + Method [ public method setUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $indent = ] - Parameter #1 [ ?string $delimiter = ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method __toString ] { + Method [ public method valid ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ string $propertyName ] } } - Method [ protected method close ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method indent ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } + } + } - Method [ protected method renderArrayElements ] { + Class [ class Phalcon\Forms\Manager ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ protected method renderAttributes ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ protected method renderElement ] { + - Properties [1] { + Property [ protected $forms = NULL ] + } + + - Methods [4] { + Method [ public method create ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $name ] + Parameter #1 [ $entity = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderFullElement ] { + Method [ public method get ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderTag ] { + Method [ public method has ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method selfClose ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Manager ] } } } - Class [ class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + Class [ class Phalcon\Html\Attributes extends Phalcon\Support\Collection implements Stringable, Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { - Constants [0] { } @@ -51393,26 +51249,18 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $append = NULL ] - Property [ protected $prepend = NULL ] - Property [ protected $title = '' ] - Property [ protected $separator = '' ] + - Properties [3] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] } - - Methods [16] { - Method [ public method __invoke ] { + - Methods [30] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $separator = ] - Parameter #1 [ ?string $indent = ] - Parameter #2 [ ?string $delimiter = ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ string ] } Method [ public method __toString ] { @@ -51422,277 +51270,230 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ string ] } - Method [ public method append ] { + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ array $data = [] ] + Parameter #1 [ bool $insensitive = ] } - - Return [ Phalcon\Html\Helper\Title ] } - Method [ public method get ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ string ] } - Method [ public method set ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ bool ] } - Method [ public method prepend ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ protected method close ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method indent ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method orderAttributes ] { + Method [ public method get ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getIterator ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ Traversable ] } - Method [ protected method renderAttributes ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ bool $insensitive = ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getValues ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderFullElement ] { + Method [ public method has ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderTag ] { + Method [ public method init ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method selfClose ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $elementTag = 'li' ] - Property [ protected $store = NULL ] - } - - Methods [14] { - Method [ protected method getTag ] { + Method [ public method offsetExists ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method add ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ bool $raw = ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ public method __invoke ] { + Method [ public method offsetSet ] { - - Parameters [3] { - Parameter #0 [ string $indent = ] - Parameter #1 [ ?string $delimiter = ] - Parameter #2 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\AbstractList ] + - Return [ void ] } - Method [ public method __toString ] { + Method [ public method offsetUnset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ protected method close ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method indent ] { + Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method toArray ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method toJson ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ int $options = ] } - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ $serialized ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderElement ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderTag ] { + Method [ protected method phpJsonEncode ] { - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = ] + Parameter #0 [ $value ] + Parameter #1 [ int $flags = ] + Parameter #2 [ int $depth = ] } - - Return [ string ] } - Method [ protected method selfClose ] { + Method [ protected method processKey ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ string ] } } } - Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements PsrExt\Link\LinkInterface, PsrExt\Link\EvolvableLinkInterface ] { + Class [ class Phalcon\Html\Breadcrumbs ] { - Constants [0] { } @@ -51703,94 +51504,68 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $attributes = NULL ] - Property [ protected $href = '' ] - Property [ protected $rels = NULL ] - Property [ protected $templated = false ] + - Properties [3] { + Property [ private $elements = NULL ] + Property [ private $separator = ' / ' ] + Property [ private $template = '
int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } - Method [ public method __wakeup ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { + Class [ class Phalcon\Html\Helper\Input\Select extends Phalcon\Html\Helper\AbstractList implements Stringable ] { - Constants [0] { } @@ -55297,509 +55025,470 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $error = NULL ] - Property [ protected $extension = NULL ] - Property [ protected $key = NULL ] - Property [ protected $name = NULL ] - Property [ protected $realType = NULL ] - Property [ protected $size = 0 ] - Property [ protected $tmp = NULL ] - Property [ protected $type = NULL ] + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] + Property [ protected $elementTag = 'option' ] + Property [ protected $inOptGroup = false ] + Property [ protected $selected = '' ] } - - Methods [12] { - Method [ public method getError ] { - - - Parameters [0] { - } - - Return [ ?string ] - } - - Method [ public method getExtension ] { + - Methods [20] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $value = ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method getKey ] { + Method [ public method addPlaceholder ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ $value = ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ ?string ] + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method __construct ] { + Method [ public method optGroup ] { - Parameters [2] { - Parameter #0 [ array $file ] - Parameter #1 [ $key = ] + Parameter #0 [ ?string $label = ] + Parameter #1 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method getName ] { + Method [ public method selected ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $selected ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method getRealType ] { + Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSize ] { + Method [ protected method optGroupEnd ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getTempName ] { + Method [ protected method optGroupStart ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $label ] + Parameter #1 [ array $attributes ] } - Return [ string ] } - Method [ public method getType ] { + Method [ private method processValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ $value = ] } - - Return [ string ] + - Return [ array ] } - Method [ public method isUploadedFile ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $indent = ] + Parameter #1 [ ?string $delimiter = ] + Parameter #2 [ array $attributes = [] ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ public method moveTo ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $destination ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ private method getArrVal ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } - } - } - - Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Http\Message\ResponseStatusCodeInterface ] { - - - Constants [88] { - Constant [ public int STATUS_CONTINUE ] { 100 } - Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } - Constant [ public int STATUS_PROCESSING ] { 102 } - Constant [ public int STATUS_EARLY_HINTS ] { 103 } - Constant [ public int STATUS_OK ] { 200 } - Constant [ public int STATUS_CREATED ] { 201 } - Constant [ public int STATUS_ACCEPTED ] { 202 } - Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } - Constant [ public int STATUS_NO_CONTENT ] { 204 } - Constant [ public int STATUS_RESET_CONTENT ] { 205 } - Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } - Constant [ public int STATUS_MULTI_STATUS ] { 207 } - Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } - Constant [ public int STATUS_IM_USED ] { 226 } - Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } - Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } - Constant [ public int STATUS_FOUND ] { 302 } - Constant [ public int STATUS_SEE_OTHER ] { 303 } - Constant [ public int STATUS_NOT_MODIFIED ] { 304 } - Constant [ public int STATUS_USE_PROXY ] { 305 } - Constant [ public int STATUS_RESERVED ] { 306 } - Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } - Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } - Constant [ public int STATUS_BAD_REQUEST ] { 400 } - Constant [ public int STATUS_UNAUTHORIZED ] { 401 } - Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } - Constant [ public int STATUS_FORBIDDEN ] { 403 } - Constant [ public int STATUS_NOT_FOUND ] { 404 } - Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } - Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } - Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } - Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } - Constant [ public int STATUS_CONFLICT ] { 409 } - Constant [ public int STATUS_GONE ] { 410 } - Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } - Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } - Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } - Constant [ public int STATUS_URI_TOO_LONG ] { 414 } - Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } - Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } - Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } - Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } - Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } - Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } - Constant [ public int STATUS_LOCKED ] { 423 } - Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } - Constant [ public int STATUS_TOO_EARLY ] { 425 } - Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } - Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } - Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } - Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } - Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } - Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } - Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } - Constant [ public int STATUS_BAD_GATEWAY ] { 502 } - Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } - Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } - Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } - Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } - Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } - Constant [ public int STATUS_LOOP_DETECTED ] { 508 } - Constant [ public int STATUS_NOT_EXTENDED ] { 510 } - Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } - Constant [ public int STATUS_THIS_IS_FINE ] { 218 } - Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } - Constant [ public int STATUS_METHOD_FAILURE ] { 420 } - Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } - Constant [ public int STATUS_NO_RESPONSE ] { 444 } - Constant [ public int STATUS_RETRY_WITH ] { 449 } - Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } - Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } - Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } - Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } - Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } - Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } - Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } - Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } - Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } - Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } - Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } - Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } - Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } - Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } - Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } - Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } - Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } - Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } - Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ protected method close ] { - - Properties [8] { - Property [ protected $container = NULL ] - Property [ protected $content = NULL ] - Property [ protected $cookies = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $file = NULL ] - Property [ protected $headers = NULL ] - Property [ protected $sent = false ] - Property [ protected $statusCodes = NULL ] - } + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] + } + - Return [ string ] + } - - Methods [36] { - Method [ public method __construct ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ ?string $content = ] - Parameter #1 [ $code = ] - Parameter #2 [ $status = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method appendContent ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ array ] } - Method [ public method getContent ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ public method getCookies ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ public method getHeaders ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - - Return [ Phalcon\Http\Response\HeadersInterface ] + - Return [ string ] } - Method [ public method getReasonPhrase ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ ?string ] + - Return [ string ] } + } + } - Method [ public method getStatusCode ] { + Class [ class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - Parameters [0] { - } - - Return [ ?int ] - } + - Constants [0] { + } - Method [ public method hasHeader ] { + - Static properties [0] { + } - - Parameters [1] { + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $type = 'submit' ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = ] + Parameter #2 [ array $attributes = [] ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method isSent ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method redirect ] { + Method [ public method setValue ] { - - Parameters [3] { - Parameter #0 [ $location = ] - Parameter #1 [ bool $externalRedirect = ] - Parameter #2 [ int $statusCode = ] + - Parameters [1] { + Parameter #0 [ ?string $value = ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method removeHeader ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method resetHeaders ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method send ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method sendCookies ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ array ] } - Method [ public method sendHeaders ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ public method setCache ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ int $minutes ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setContent ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $content ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setContentLength ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ int $contentLength ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setContentType ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $contentType ] - Parameter #1 [ $charset = ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setCookies ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } + } + } - Method [ public method setDI ] { + Class [ class Phalcon\Html\Helper\Input\Tel extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method setEtag ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $etag ] + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $type = 'tel' ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = ] + Parameter #2 [ array $attributes = [] ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setExpires ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ DateTime $datetime ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ ?string $value = ] } - - Return [ void ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setFileToSend ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $filePath ] - Parameter #1 [ $attachmentName = ] - Parameter #2 [ $attachment = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setHeader ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setHeaders ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Http\Response\HeadersInterface $headers ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setJsonContent ] { + Method [ protected method orderAttributes ] { - - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ int $jsonOptions = ] - Parameter #2 [ int $depth = ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ array ] } - Method [ public method setLastModified ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ DateTime $datetime ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setNotModified ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setStatusCode ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ int $code ] - Parameter #1 [ ?string $message = ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setRawHeader ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $header ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ private method getBasename ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $uri ] - Parameter #1 [ $suffix = ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - Return [ string ] } - Method [ private method encode ] { + Method [ protected method selfClose ] { - - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ int $options = ] - Parameter #2 [ int $depth = ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Http\Response\Cookies extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Response\CookiesInterface ] { + Class [ class Phalcon\Html\Helper\Input\Text extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -55811,131 +55500,131 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Properties [6] { - Property [ protected $container = NULL ] - Property [ protected $cookies = NULL ] - Property [ protected $isSent = false ] - Property [ protected $registered = false ] - Property [ protected $signKey = NULL ] - Property [ protected $useEncryption = true ] + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $type = 'text' ] + Property [ protected $attributes = NULL ] } - - Methods [14] { - Method [ public method __construct ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ bool $useEncryption = ] - Parameter #1 [ ?string $signKey = ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = ] + Parameter #2 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method delete ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method get ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ ?string $value = ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getCookies ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method has ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ bool ] } - Method [ public method isSent ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isUsingEncryption ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method reset ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ array ] } - Method [ public method send ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method set ] { + Method [ protected method renderAttributes ] { - - Parameters [8] { - Parameter #0 [ string $name ] - Parameter #1 [ $value = ] - Parameter #2 [ int $expire = ] - Parameter #3 [ string $path = ] - Parameter #4 [ ?bool $secure = ] - Parameter #5 [ ?string $domain = ] - Parameter #6 [ ?bool $httpOnly = ] - Parameter #7 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ string ] } - Method [ public method setSignKey ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ ?string $signKey = ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ string ] } - Method [ public method useEncryption ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ bool $useEncryption ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Http\Response\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -55943,97 +55632,135 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $service ] + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $type = 'textarea' ] + } + + - Methods [13] { + Method [ public method __toString ] { + + - Parameters [0] { } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = ] + Parameter #2 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __wakeup ] { + Method [ public method setValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $value = ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final public method getMessage ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method indent ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { + Class [ class Phalcon\Html\Helper\Input\Time extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -56044,108 +55771,132 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $headers = NULL ] - Property [ protected $isSent = false ] + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $type = 'time' ] } - - Methods [9] { - Method [ public method get ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = ] + Parameter #2 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method has ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method isSent ] { + Method [ public method setValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $value = ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method remove ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $header ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ public method reset ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } + - Return [ string ] } - Method [ public method send ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method set ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ string $value ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Http\Response\HeadersInterface ] + - Return [ array ] } - Method [ public method setRaw ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $header ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Http\Response\HeadersInterface ] + - Return [ string ] } - Method [ public method toArray ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } - } - } - Class [ abstract class Phalcon\Http\Server\AbstractMiddleware implements PsrExt\Http\Server\MiddlewareInterface ] { + Method [ protected method renderElement ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ protected method renderFullElement ] { - - Static methods [0] { - } + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ protected method renderTag ] { - - Methods [1] { - Method [ abstract public method process ] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] - Parameter #1 [ Psr\Http\Server\RequestHandlerInterface $handler ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Psr\Http\Message\ResponseInterface ] + - Return [ string ] } } } - Class [ abstract class Phalcon\Http\Server\AbstractRequestHandler implements PsrExt\Http\Server\RequestHandlerInterface ] { + Class [ class Phalcon\Html\Helper\Input\Url extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -56156,900 +55907,876 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method handle ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] - } - - Return [ Psr\Http\Message\ResponseInterface ] - } - } - } - - Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $checked = false ] + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $type = 'url' ] } - - Static methods [2] { - Method [ static public method check ] { + - Methods [13] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = ] + Parameter #2 [ array $attributes = [] ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ static public method getVersion ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - } - - - Properties [7] { - Property [ protected $file = NULL ] - Property [ protected $height = NULL ] - Property [ protected $image = NULL ] - Property [ protected $mime = NULL ] - Property [ protected $realpath = NULL ] - Property [ protected $type = NULL ] - Property [ protected $width = NULL ] - } - - Methods [38] { - Method [ public method __construct ] { + Method [ public method setValue ] { - - Parameters [3] { - Parameter #0 [ string $file ] - Parameter #1 [ ?int $width = ] - Parameter #2 [ ?int $height = ] + - Parameters [1] { + Parameter #0 [ ?string $value = ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __destruct ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } - Method [ protected method processBackground ] { + Method [ protected method close ] { - - Parameters [4] { - Parameter #0 [ int $r ] - Parameter #1 [ int $g ] - Parameter #2 [ int $b ] - Parameter #3 [ int $opacity ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } + - Return [ string ] } - Method [ protected method processBlur ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method processCreate ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ protected method processCrop ] { + Method [ protected method renderArrayElements ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $offsetX ] - Parameter #3 [ int $offsetY ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ protected method processFlip ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ int $direction ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ protected method processMask ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } - Method [ protected method processPixelate ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } + - Return [ string ] } - Method [ protected method processReflection ] { + Method [ protected method renderTag ] { - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity ] - Parameter #2 [ bool $fadeIn ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } + - Return [ string ] } - Method [ protected method processRender ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $ext ] - Parameter #1 [ int $quality ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } + } + } - Method [ protected method processResize ] { + Class [ class Phalcon\Html\Helper\Input\Week extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - Parameters [2] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - } - } + - Constants [0] { + } - Method [ protected method processRotate ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ int $degrees ] + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $type = 'week' ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = ] + Parameter #2 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ protected method processSave ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $file ] - Parameter #1 [ int $quality ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method processSharpen ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ int $amount ] + Parameter #0 [ ?string $value = ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ protected method processText ] { + Method [ public method __construct ] { - - Parameters [9] { - Parameter #0 [ string $text ] - Parameter #1 [ int $offsetX ] - Parameter #2 [ int $offsetY ] - Parameter #3 [ int $opacity ] - Parameter #4 [ int $r ] - Parameter #5 [ int $g ] - Parameter #6 [ int $b ] - Parameter #7 [ int $size ] - Parameter #8 [ string $fontfile ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } - Method [ protected method processWatermark ] { + Method [ protected method close ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ int $offsetX ] - Parameter #2 [ int $offsetY ] - Parameter #3 [ int $opacity ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } + - Return [ string ] } - Method [ public method getHeight ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getImage ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ ?NULL ] + - Return [ array ] } - Method [ public method getMime ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ public method getRealpath ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } - Method [ public method getType ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ int ] + - Return [ string ] } - Method [ public method getWidth ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ int ] + - Return [ string ] } - Method [ public method background ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method blur ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } + } + } - Method [ public method crop ] { + Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = ] - Parameter #3 [ ?int $offsetY = ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } + - Constants [0] { + } - Method [ public method flip ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ int $direction ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } + - Static methods [0] { + } - Method [ public method liquidRescale ] { + - Properties [4] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + } - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $deltaX = ] - Parameter #3 [ int $rigidity = ] + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $label ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ bool $raw = ] } - - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + - Return [ string ] } - Method [ public method mask ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method pixelate ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method reflection ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity = ] - Parameter #2 [ bool $fadeIn = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method render ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ ?string $ext = ] - Parameter #1 [ int $quality = ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ array ] } - Method [ public method resize ] { + Method [ protected method renderArrayElements ] { - - Parameters [3] { - Parameter #0 [ ?int $width = ] - Parameter #1 [ ?int $height = ] - Parameter #2 [ int $master = ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method rotate ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ int $degrees ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method save ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ ?string $file = ] - Parameter #1 [ int $quality = ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method sharpen ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method text ] { + Method [ protected method renderTag ] { - - Parameters [7] { - Parameter #0 [ string $text ] - Parameter #1 [ $offsetX = ] - Parameter #2 [ $offsetY = ] - Parameter #3 [ int $opacity = ] - Parameter #4 [ string $color = ] - Parameter #5 [ int $size = ] - Parameter #6 [ ?string $fontfile = ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method watermark ] { + Method [ protected method selfClose ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ int $offsetX = ] - Parameter #2 [ int $offsetY = ] - Parameter #3 [ int $opacity = ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { + Class [ class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\Style implements Stringable ] { - Constants [0] { } - - Static properties [2] { - Property [ protected static $checked = false ] - Property [ protected static $version = 0 ] + - Static properties [0] { } - - Static methods [1] { - Method [ static public method check ] { - - - Parameters [0] { - } - - Return [ bool ] - } + - Static methods [0] { } - - Properties [7] { - Property [ protected $file = NULL ] - Property [ protected $height = NULL ] - Property [ protected $image = NULL ] - Property [ protected $mime = NULL ] - Property [ protected $realpath = NULL ] - Property [ protected $type = NULL ] - Property [ protected $width = NULL ] + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] } - - Methods [40] { - Method [ public method __construct ] { + - Methods [16] { + Method [ public method add ] { - - Parameters [3] { - Parameter #0 [ string $file ] - Parameter #1 [ ?int $width = ] - Parameter #2 [ ?int $height = ] + - Parameters [2] { + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes = [] ] } } - Method [ public method __destruct ] { + Method [ protected method getTag ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getInternalImInstance ] { + Method [ protected method getAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes ] } - - Return [ Imagick ] + - Return [ array ] } - Method [ public method setResourceLimit ] { + Method [ public method setStyle ] { - - Parameters [2] { - Parameter #0 [ int $type ] - Parameter #1 [ int $limit ] + - Parameters [1] { + Parameter #0 [ bool $flag ] } - - Return [ void ] + - Return [ Phalcon\Html\Helper\Style ] } - Method [ protected method processBackground ] { + Method [ public method __invoke ] { - - Parameters [4] { - Parameter #0 [ int $r ] - Parameter #1 [ int $g ] - Parameter #2 [ int $b ] - Parameter #3 [ int $opacity ] + - Parameters [2] { + Parameter #0 [ string $indent = ] + Parameter #1 [ ?string $delimiter = ] } - - Return [ void ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ protected method processBlur ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method processCrop ] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $offsetX ] - Parameter #3 [ int $offsetY ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ void ] } - Method [ protected method processFlip ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ int $direction ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processLiquidRescale ] { + Method [ protected method indent ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $deltaX ] - Parameter #3 [ int $rigidity ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method processMask ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method processPixelate ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processReflection ] { + Method [ protected method renderAttributes ] { - - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity ] - Parameter #2 [ bool $fadeIn ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processRender ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ string $extension ] - Parameter #1 [ int $quality ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method processResize ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processRotate ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ int $degrees ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processSave ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $file ] - Parameter #1 [ int $quality ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ protected method processSharpen ] { + Class [ class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] + } + + - Methods [18] { + Method [ public method add ] { - Parameters [1] { - Parameter #0 [ int $amount ] + Parameter #0 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ protected method processText ] { + Method [ public method addHttp ] { - - Parameters [9] { - Parameter #0 [ string $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ int $opacity ] - Parameter #4 [ int $r ] - Parameter #5 [ int $g ] - Parameter #6 [ int $b ] - Parameter #7 [ int $size ] - Parameter #8 [ string $fontfile ] + - Parameters [2] { + Parameter #0 [ string $httpEquiv ] + Parameter #1 [ string $content ] } + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ protected method processWatermark ] { + Method [ public method addName ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] - Parameter #1 [ int $offsetX ] - Parameter #2 [ int $offsetY ] - Parameter #3 [ int $opacity ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $content ] } + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method getHeight ] { + Method [ public method addProperty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $content ] } - - Return [ int ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method getImage ] { + Method [ protected method getTag ] { - Parameters [0] { } - - Return [ ?NULL ] + - Return [ string ] } - Method [ public method getMime ] { + Method [ private method addElement ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ string $value ] + Parameter #2 [ string $content ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method getRealpath ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $indent = ] + Parameter #1 [ ?string $delimiter = ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method getType ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getWidth ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ int ] } - Method [ public method background ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method blur ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method crop ] { + Method [ protected method orderAttributes ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = ] - Parameter #3 [ ?int $offsetY = ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method flip ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ int $direction ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method liquidRescale ] { + Method [ protected method renderAttributes ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $deltaX = ] - Parameter #3 [ int $rigidity = ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + - Return [ string ] } - Method [ public method mask ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method pixelate ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method reflection ] { + Method [ protected method renderTag ] { - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity = ] - Parameter #2 [ bool $fadeIn = ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method render ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ ?string $ext = ] - Parameter #1 [ int $quality = ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } + } + } - Method [ public method resize ] { + Class [ class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - - Parameters [3] { - Parameter #0 [ ?int $width = ] - Parameter #1 [ ?int $height = ] - Parameter #2 [ int $master = ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } + - Constants [0] { + } - Method [ public method rotate ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ int $degrees ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } + - Static methods [0] { + } - Method [ public method save ] { + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] + } + + - Methods [15] { + Method [ public method add ] { - Parameters [2] { - Parameter #0 [ ?string $file = ] - Parameter #1 [ int $quality = ] + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method sharpen ] { + Method [ protected method getAttributes ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [2] { + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method text ] { + Method [ protected method getTag ] { - - Parameters [7] { - Parameter #0 [ string $text ] - Parameter #1 [ $offsetX = ] - Parameter #2 [ $offsetY = ] - Parameter #3 [ int $opacity = ] - Parameter #4 [ string $color = ] - Parameter #5 [ int $size = ] - Parameter #6 [ ?string $fontfile = ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method watermark ] { + Method [ public method __invoke ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ int $offsetX = ] - Parameter #2 [ int $offsetY = ] - Parameter #3 [ int $opacity = ] + - Parameters [2] { + Parameter #0 [ string $indent = ] + Parameter #1 [ ?string $delimiter = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - } - } - - Class [ class Phalcon\Image\Enum ] { - - - Constants [9] { - Constant [ public int AUTO ] { 4 } - Constant [ public int HEIGHT ] { 3 } - Constant [ public int INVERSE ] { 5 } - Constant [ public int NONE ] { 1 } - Constant [ public int PRECISE ] { 6 } - Constant [ public int TENSILE ] { 7 } - Constant [ public int WIDTH ] { 2 } - Constant [ public int HORIZONTAL ] { 11 } - Constant [ public int VERTICAL ] { 12 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Phalcon\Image\Exception extends Phalcon\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [0] { } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } - Method [ public method __wakeup ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Image\ImageFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } @@ -57060,104 +56787,160 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [8] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $append = NULL ] + Property [ protected $prepend = NULL ] + Property [ protected $title = '' ] + Property [ protected $separator = '' ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [16] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [3] { + Parameter #0 [ string $separator = ] + Parameter #1 [ ?string $indent = ] + Parameter #2 [ ?string $delimiter = ] } + - Return [ Phalcon\Html\Helper\Title ] } - Method [ public method load ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method newInstance ] { + Method [ public method append ] { - - Parameters [4] { - Parameter #0 [ string $name ] - Parameter #1 [ string $file ] - Parameter #2 [ ?int $width = ] - Parameter #3 [ ?int $height = ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw = ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ protected method getExceptionClass ] { + Method [ public method get ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method getServices ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw = ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ private method getArrVal ] { + Method [ public method prepend ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw = ] } + - Return [ Phalcon\Html\Helper\Title ] } - Method [ protected method getService ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } - Method [ protected method init ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkConfig ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ protected method checkConfigElement ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ protected method getException ] { + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $attributes ] } - - Return [ Exception ] + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] } } } - Class [ class Phalcon\Loader implements Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol implements Stringable ] { - Constants [0] { } @@ -57168,275 +56951,300 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [10] { - Property [ protected $checkedPath = NULL ] - Property [ protected $classes = NULL ] - Property [ protected $directories = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $extensions = NULL ] - Property [ protected $fileCheckingCallback = 'is_file' ] - Property [ protected $files = NULL ] - Property [ protected $foundPath = NULL ] - Property [ protected $namespaces = NULL ] - Property [ protected $registered = false ] + - Properties [7] { + Property [ protected $delimiter = '' ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $elementTag = 'li' ] + Property [ protected $store = NULL ] } - - Methods [20] { - Method [ public method autoLoad ] { - - - Parameters [1] { - Parameter #0 [ string $className ] - } - - Return [ bool ] - } - - Method [ public method getCheckedPath ] { + - Methods [14] { + Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getClasses ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ bool $raw = ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ public method getDirs ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $indent = ] + Parameter #1 [ ?string $delimiter = ] + Parameter #2 [ array $attributes = [] ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ public method getEventsManager ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ public method getExtensions ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ array ] } - Method [ public method getFiles ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getFoundPath ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getNamespaces ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ public method loadFiles ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ public method register ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ bool $prepend = ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Loader ] + - Return [ string ] } - Method [ public method registerClasses ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ array $classes ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Loader ] + - Return [ string ] } - Method [ public method registerDirs ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ array $directories ] - Parameter #1 [ bool $merge = ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = ] } - - Return [ Phalcon\Loader ] + - Return [ string ] } - Method [ public method registerFiles ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ array $files ] - Parameter #1 [ bool $merge = ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = ] } - - Return [ Phalcon\Loader ] + - Return [ string ] } - Method [ public method registerNamespaces ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ array $namespaces ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Loader ] + - Return [ string ] } + } + } - Method [ public method setEventsManager ] { + Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements PsrExt\Link\LinkInterface, PsrExt\Link\EvolvableLinkInterface ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes = NULL ] + Property [ protected $href = '' ] + Property [ protected $rels = NULL ] + Property [ protected $templated = false ] + } + + - Methods [11] { + Method [ public method withAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] } - - Return [ void ] } - Method [ public method setExtensions ] { + Method [ public method withHref ] { - Parameters [1] { - Parameter #0 [ array $extensions ] + Parameter #0 [ $href ] } - - Return [ Phalcon\Loader ] } - Method [ public method setFileCheckingCallback ] { + Method [ public method withRel ] { - Parameters [1] { - Parameter #0 [ $callback = ] + Parameter #0 [ $rel ] } - - Return [ Phalcon\Loader ] } - Method [ public method unregister ] { + Method [ public method withoutAttribute ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $attribute ] } - - Return [ Phalcon\Loader ] } - Method [ protected method prepareNamespace ] { + Method [ public method withoutRel ] { - Parameters [1] { - Parameter #0 [ array $namespaceName ] + Parameter #0 [ $rel ] } - - Return [ array ] } - } - } - Class [ class Phalcon\Loader\Exception extends Phalcon\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } + Method [ public method __construct ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $rel = ] + Parameter #1 [ string $href = ] + Parameter #2 [ array $attributes = [] ] + } + } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [0] { } - - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getHref ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } } - Method [ public method __wakeup ] { + Method [ public method getRels ] { - Parameters [0] { } } - Method [ final public method getMessage ] { + Method [ public method isTemplated ] { - Parameters [0] { } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method hrefIsTemplated ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $href ] } + - Return [ bool ] } + } + } - Method [ final public method getFile ] { + Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements PsrExt\Link\LinkProviderInterface, PsrExt\Link\EvolvableLinkProviderInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $links = NULL ] + } + + - Methods [6] { + Method [ public method withLink ] { + + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method withoutLink ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $links = [] ] } - - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getLinks ] { - Parameters [0] { } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method getLinksByRel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $rel ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method getKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] } - Return [ string ] } } } - Class [ class Phalcon\Logger\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Html\Link\Serializer\Header implements Phalcon\Html\Link\Serializer\SerializerInterface ] { - Constants [0] { } @@ -57447,27 +57255,76 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [2] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method serialize ] { + + - Parameters [1] { + Parameter #0 [ array $links ] + } + - Return [ ?string ] + } + } + } + + Class [ class Phalcon\Html\TagFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { Property [ protected $mapper = NULL ] + Property [ private $escaper = NULL ] Property [ protected $services = NULL ] } - - Methods [9] { + - Methods [12] { Method [ public method __construct ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ array $services = [] ] + } + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method has ] { + - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ string $name ] } + - Return [ bool ] } Method [ public method newInstance ] { - - Parameters [3] { + - Parameters [1] { Parameter #0 [ string $name ] - Parameter #1 [ string $fileName ] - Parameter #2 [ array $options = [] ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $method ] + } + - Return [ void ] } Method [ protected method getExceptionClass ] { @@ -57526,7 +57383,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ class Phalcon\Http\Cookie extends Phalcon\Di\AbstractInjectionAware implements Stringable, Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Cookie\CookieInterface ] { - Constants [0] { } @@ -57537,255 +57394,236 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] - Property [ protected $formatter = NULL ] - Property [ protected $inTransaction = false ] - Property [ protected $queue = NULL ] + - Properties [14] { + Property [ protected $container = NULL ] + Property [ protected $domain = NULL ] + Property [ protected $expire = NULL ] + Property [ protected $filter = NULL ] + Property [ protected $httpOnly = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $path = NULL ] + Property [ protected $read = false ] + Property [ protected $restored = false ] + Property [ protected $secure = true ] + Property [ protected $signKey = NULL ] + Property [ protected $useEncryption = false ] + Property [ protected $value = NULL ] } - - Methods [13] { - Method [ public method close ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method process ] { + - Methods [27] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [8] { + Parameter #0 [ string $name ] + Parameter #1 [ $value = ] + Parameter #2 [ int $expire = ] + Parameter #3 [ string $path = ] + Parameter #4 [ ?bool $secure = ] + Parameter #5 [ ?string $domain = ] + Parameter #6 [ ?bool $httpOnly = ] + Parameter #7 [ array $options = [] ] } - - Return [ void ] } - Method [ public method __destruct ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method __serialize ] { + Method [ public method delete ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] } - Method [ public method add ] { + Method [ public method getDomain ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method begin ] { + Method [ public method getExpiration ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method commit ] { + Method [ public method getHttpOnly ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ public method getFormatter ] { + Method [ public method getName ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + - Return [ string ] } - Method [ public method inTransaction ] { + Method [ public method getOptions ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method rollback ] { + Method [ public method getPath ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method setFormatter ] { + Method [ public method getSecure ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ protected method getFormattedItem ] { + Method [ public method getValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [2] { + Parameter #0 [ $filters = ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] - Property [ protected $formatter = NULL ] - Property [ protected $inTransaction = false ] - Property [ protected $queue = NULL ] - Property [ protected $handler = NULL ] - Property [ protected $mode = 'ab' ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - } - - - Methods [16] { - Method [ public method getName ] { + Method [ public method isUsingEncryption ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method restore ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + - Parameters [0] { } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method close ] { + Method [ public method send ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method process ] { + Method [ public method setDomain ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ string $domain ] } - - Return [ void ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ protected method phpFopen ] { + Method [ public method setExpiration ] { - - Parameters [2] { - Parameter #0 [ string $filename ] - Parameter #1 [ string $mode ] + - Parameters [1] { + Parameter #0 [ int $expire ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method __destruct ] { + Method [ public method setHttpOnly ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $httpOnly ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method __serialize ] { + Method [ public method setOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ array ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method __unserialize ] { + Method [ public method setPath ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ string $path ] } - - Return [ void ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method add ] { + Method [ public method setSecure ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ bool $secure ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method begin ] { + Method [ public method setSignKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $signKey = ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method commit ] { + Method [ public method setValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method getFormatter ] { + Method [ public method useEncryption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $useEncryption ] } - - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method inTransaction ] { + Method [ protected method assertSignKeyIsLongEnough ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $signKey ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method rollback ] { + Method [ private method getArrVal ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setFormatter ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method getFormattedItem ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ class Phalcon\Http\Cookie\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -57796,142 +57634,87 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] - Property [ protected $formatter = NULL ] - Property [ protected $inTransaction = false ] - Property [ protected $queue = NULL ] - Property [ protected $facility = 0 ] - Property [ protected $name = '' ] - Property [ protected $opened = false ] - Property [ protected $option = 0 ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [16] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method close ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method process ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method openlog ] { + Method [ final public method getCode ] { - - Parameters [3] { - Parameter #0 [ string $ident ] - Parameter #1 [ int $option ] - Parameter #2 [ int $facility ] + - Parameters [0] { } - - Return [ bool ] } - Method [ private method logLevelToSyslog ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ int $level ] + - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method __destruct ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method __serialize ] { + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ public method __unserialize ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Throwable ] } - Method [ public method add ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method begin ] { - - - Parameters [0] { - } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } - - Method [ public method commit ] { - - - Parameters [0] { - } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } - - Method [ public method getFormatter ] { - - - Parameters [0] { - } - - Return [ Phalcon\Logger\Formatter\FormatterInterface ] - } - - Method [ public method inTransaction ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method rollback ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } - - Method [ public method setFormatter ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] - } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } - - Method [ protected method getFormattedItem ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] - } - Return [ string ] } } } - Class [ class Phalcon\Logger\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Http\Message\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Stringable ] { - Constants [0] { } @@ -57939,14 +57722,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -58029,9 +57805,19 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + Class [ final class Phalcon\Http\Message\Request extends Phalcon\Http\Message\AbstractRequest implements Phalcon\Http\Message\RequestMethodInterface, PsrExt\Http\Message\RequestInterface, PsrExt\Http\Message\MessageInterface ] { - - Constants [0] { + - Constants [10] { + Constant [ public string METHOD_CONNECT ] { CONNECT } + Constant [ public string METHOD_DELETE ] { DELETE } + Constant [ public string METHOD_GET ] { GET } + Constant [ public string METHOD_HEAD ] { HEAD } + Constant [ public string METHOD_OPTIONS ] { OPTIONS } + Constant [ public string METHOD_PATCH ] { PATCH } + Constant [ public string METHOD_POST ] { POST } + Constant [ public string METHOD_PURGE ] { PURGE } + Constant [ public string METHOD_PUT ] { PUT } + Constant [ public string METHOD_TRACE ] { TRACE } } - Static properties [0] { @@ -58040,298 +57826,381 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $dateFormat = 'c' ] + - Properties [6] { + Property [ protected $body = NULL ] + Property [ protected $headers = NULL ] + Property [ protected $protocolVersion = '1.1' ] + Property [ protected $method = 'GET' ] + Property [ protected $requestTarget = NULL ] + Property [ protected $uri = NULL ] } - - Methods [10] { + - Methods [32] { Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $dateFormat = ] + - Parameters [4] { + Parameter #0 [ string $method = ] + Parameter #1 [ $uri = ] + Parameter #2 [ $body = ] + Parameter #3 [ $headers = ] } } - Method [ public method format ] { + Method [ public method getMethod ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getDateFormat ] { + Method [ public method getUri ] { + + - Parameters [0] { + } + } + + Method [ public method getRequestTarget ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setDateFormat ] { + Method [ public method withMethod ] { - Parameters [1] { - Parameter #0 [ string $dateFormat ] + Parameter #0 [ $method ] } } - Method [ protected method getFormattedDate ] { + Method [ public method withRequestTarget ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ $requestTarget ] } - - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ public method withUri ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #1 [ $preserveHost = ] } - - Return [ bool ] } - Method [ protected method toInterpolate ] { + Method [ final protected method processMethod ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [1] { + Parameter #0 [ $method = ] } - Return [ string ] } - Method [ protected method toLower ] { + Method [ final protected method processUri ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ $uri ] } - - Return [ string ] + - Return [ Psr\Http\Message\UriInterface ] } - Method [ protected method toStartsWith ] { + Method [ public method getBody ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] } - Method [ protected method toUpper ] { + Method [ public method getProtocolVersion ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - - - Constants [0] { - } + Method [ public method getHeader ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method getHeaderLine ] { - - Properties [2] { - Property [ protected $dateFormat = 'c' ] - Property [ protected $format = NULL ] - } + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] + } - - Methods [12] { - Method [ public method getFormat ] { + Method [ public method getHeaders ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method setFormat ] { + Method [ public method hasHeader ] { - Parameters [1] { - Parameter #0 [ string $format ] + Parameter #0 [ $name ] } + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method withAddedHeader ] { - Parameters [2] { - Parameter #0 [ string $format = ] - Parameter #1 [ string $dateFormat = ] + Parameter #0 [ $name ] + Parameter #1 [ $value ] } } - Method [ public method format ] { + Method [ public method withBody ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } - - Return [ string ] } - Method [ public method getDateFormat ] { + Method [ public method withHeader ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } - - Return [ string ] } - Method [ public method setDateFormat ] { + Method [ public method withProtocolVersion ] { - Parameters [1] { - Parameter #0 [ string $dateFormat ] + Parameter #0 [ $version ] } } - Method [ protected method getFormattedDate ] { + Method [ public method withoutHeader ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ $name ] } - - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ final protected method checkHeaderHost ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $collection ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method toInterpolate ] { + Method [ final protected method checkHeaderName ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method toLower ] { + Method [ final protected method checkHeaderValue ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method toStartsWith ] { + Method [ final protected method getHeaderValue ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [1] { + Parameter #0 [ $values ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method toUpper ] { + Method [ final protected method getUriHost ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Logger\Item ] { - - Constants [0] { - } + Method [ final protected method populateHeaderCollection ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } - - Static methods [0] { - } + Method [ final protected method processBody ] { - - Properties [5] { - Property [ protected $context = NULL ] - Property [ protected $message = NULL ] - Property [ protected $level = NULL ] - Property [ protected $levelName = NULL ] - Property [ protected $dateTime = NULL ] - } + - Parameters [2] { + Parameter #0 [ $body = ] + Parameter #1 [ string $mode = ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } - - Methods [6] { - Method [ public method getContext ] { + Method [ final protected method processHeaders ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $headers ] } - - Return [ array ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getMessage ] { + Method [ final protected method processProtocol ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $protocol = ] } - Return [ string ] } - Method [ public method getLevel ] { + Method [ final protected method cloneInstance ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } - - Return [ int ] } - Method [ public method getLevelName ] { + Method [ final protected method checkStringParameter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getDateTime ] { + Method [ final protected method processWith ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } } + } + } - Method [ public method __construct ] { + Class [ final class Phalcon\Http\Message\RequestFactory implements PsrExt\Http\Message\RequestFactoryInterface ] { - - Parameters [5] { - Parameter #0 [ string $message ] - Parameter #1 [ string $levelName ] - Parameter #2 [ int $level ] - Parameter #3 [ DateTimeImmutable $dateTime ] - Parameter #4 [ array $context = [] ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method createRequest ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ $uri ] } + - Return [ Psr\Http\Message\RequestInterface ] } } } - Class [ class Phalcon\Logger\Logger implements PsrExt\Log\LoggerInterface ] { + Class [ final class Phalcon\Http\Message\Response extends Phalcon\Http\Message\AbstractMessage implements PsrExt\Http\Message\ResponseInterface, PsrExt\Http\Message\MessageInterface, Phalcon\Http\Message\ResponseStatusCodeInterface ] { - - Constants [9] { - Constant [ public int ALERT ] { 2 } - Constant [ public int CRITICAL ] { 1 } - Constant [ public int CUSTOM ] { 8 } - Constant [ public int DEBUG ] { 7 } - Constant [ public int EMERGENCY ] { 0 } - Constant [ public int ERROR ] { 3 } - Constant [ public int INFO ] { 6 } - Constant [ public int NOTICE ] { 5 } - Constant [ public int WARNING ] { 4 } + - Constants [88] { + Constant [ public int STATUS_CONTINUE ] { 100 } + Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } + Constant [ public int STATUS_PROCESSING ] { 102 } + Constant [ public int STATUS_EARLY_HINTS ] { 103 } + Constant [ public int STATUS_OK ] { 200 } + Constant [ public int STATUS_CREATED ] { 201 } + Constant [ public int STATUS_ACCEPTED ] { 202 } + Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } + Constant [ public int STATUS_NO_CONTENT ] { 204 } + Constant [ public int STATUS_RESET_CONTENT ] { 205 } + Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } + Constant [ public int STATUS_MULTI_STATUS ] { 207 } + Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } + Constant [ public int STATUS_IM_USED ] { 226 } + Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } + Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } + Constant [ public int STATUS_FOUND ] { 302 } + Constant [ public int STATUS_SEE_OTHER ] { 303 } + Constant [ public int STATUS_NOT_MODIFIED ] { 304 } + Constant [ public int STATUS_USE_PROXY ] { 305 } + Constant [ public int STATUS_RESERVED ] { 306 } + Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } + Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } + Constant [ public int STATUS_BAD_REQUEST ] { 400 } + Constant [ public int STATUS_UNAUTHORIZED ] { 401 } + Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } + Constant [ public int STATUS_FORBIDDEN ] { 403 } + Constant [ public int STATUS_NOT_FOUND ] { 404 } + Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } + Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } + Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } + Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } + Constant [ public int STATUS_CONFLICT ] { 409 } + Constant [ public int STATUS_GONE ] { 410 } + Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } + Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } + Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } + Constant [ public int STATUS_URI_TOO_LONG ] { 414 } + Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } + Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } + Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } + Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } + Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } + Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } + Constant [ public int STATUS_LOCKED ] { 423 } + Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } + Constant [ public int STATUS_TOO_EARLY ] { 425 } + Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } + Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } + Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } + Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } + Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } + Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } + Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } + Constant [ public int STATUS_BAD_GATEWAY ] { 502 } + Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } + Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } + Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } + Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } + Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } + Constant [ public int STATUS_LOOP_DETECTED ] { 508 } + Constant [ public int STATUS_NOT_EXTENDED ] { 510 } + Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } + Constant [ public int STATUS_THIS_IS_FINE ] { 218 } + Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } + Constant [ public int STATUS_METHOD_FAILURE ] { 420 } + Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } + Constant [ public int STATUS_NO_RESPONSE ] { 444 } + Constant [ public int STATUS_RETRY_WITH ] { 449 } + Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } + Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } + Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } + Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } + Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } + Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } + Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } + Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } + Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } + Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } + Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } + Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } + Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } + Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } + Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } + Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } + Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } + Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } + Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } } - Static properties [0] { @@ -58340,287 +58209,277 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $adapters = NULL ] - Property [ protected $excluded = NULL ] - Property [ protected $logLevel = 8 ] - Property [ protected $name = '' ] - Property [ protected $timezone = NULL ] + - Properties [6] { + Property [ protected $body = NULL ] + Property [ protected $headers = NULL ] + Property [ protected $protocolVersion = '1.1' ] + Property [ protected $uri = NULL ] + Property [ protected $reasonPhrase = '' ] + Property [ protected $statusCode = 200 ] } - - Methods [22] { - Method [ public method getAdapters ] { + - Methods [33] { + Method [ public method getReasonPhrase ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getLogLevel ] { + Method [ public method getStatusCode ] { - Parameters [0] { } - Return [ int ] } - Method [ public method getName ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $body = ] + Parameter #1 [ int $code = ] + Parameter #2 [ array $headers = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method withStatus ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $adapters = [] ] - Parameter #2 [ ?DateTimeZone $timezone = ] + - Parameters [2] { + Parameter #0 [ $code ] + Parameter #1 [ $reasonPhrase = ] } + - Return [ Phalcon\Http\Message\Response ] } - Method [ public method addAdapter ] { + Method [ protected method getPhrases ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] + - Parameters [0] { } - - Return [ Phalcon\Logger\Logger ] + - Return [ array ] } - Method [ public method alert ] { + Method [ protected method processCode ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ $code ] + Parameter #1 [ $phrase = ] } - Return [ void ] } - Method [ public method critical ] { + Method [ private method checkCodeType ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ $code ] } - Return [ void ] } - Method [ public method debug ] { + Method [ private method checkCodeValue ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ int $code ] } - Return [ void ] } - Method [ public method error ] { + Method [ private method isBetween ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $from ] + Parameter #2 [ int $to ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method emergency ] { + Method [ public method getBody ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method excludeAdapters ] { + Method [ public method getProtocolVersion ] { - - Parameters [1] { - Parameter #0 [ array $adapters = [] ] + - Parameters [0] { } - - Return [ Phalcon\Logger\Logger ] + - Return [ string ] } - Method [ public method getAdapter ] { + Method [ public method getUri ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method info ] { + Method [ public method getHeader ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ void ] + - Return [ array ] } - Method [ public method log ] { + Method [ public method getHeaderLine ] { - - Parameters [3] { - Parameter #0 [ $level ] - Parameter #1 [ $message ] - Parameter #2 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ void ] + - Return [ string ] } - Method [ public method notice ] { + Method [ public method getHeaders ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method removeAdapter ] { + Method [ public method hasHeader ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $name ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ bool ] } - Method [ public method setAdapters ] { + Method [ public method withAddedHeader ] { - - Parameters [1] { - Parameter #0 [ array $adapters ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Logger\Logger ] } - Method [ public method setLogLevel ] { + Method [ public method withBody ] { - Parameters [1] { - Parameter #0 [ int $level ] + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } - - Return [ Phalcon\Logger\Logger ] } - Method [ public method warning ] { + Method [ public method withHeader ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ $name ] + Parameter #1 [ $value ] } - - Return [ void ] } - Method [ protected method addMessage ] { + Method [ public method withProtocolVersion ] { - - Parameters [3] { - Parameter #0 [ int $level ] - Parameter #1 [ string $message ] - Parameter #2 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ $version ] } - - Return [ bool ] } - Method [ protected method getLevels ] { + Method [ public method withoutHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ array ] } - Method [ private method getLevelNumber ] { + Method [ final protected method checkHeaderHost ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $collection ] } - - Return [ int ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - } - } - - Class [ class Phalcon\Logger\LoggerFactory extends Phalcon\Factory\AbstractConfigFactory ] { - - Constants [0] { - } + Method [ final protected method checkHeaderName ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ final protected method checkHeaderValue ] { - - Properties [1] { - Property [ private $adapterFactory = NULL ] - } + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } - - Methods [8] { - Method [ public method __construct ] { + Method [ final protected method getHeaderValue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\AdapterFactory $factory ] + Parameter #0 [ $values ] } + - Return [ array ] } - Method [ public method load ] { + Method [ final protected method getUriHost ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ string ] } - Method [ public method newInstance ] { + Method [ final protected method populateHeaderCollection ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $adapters = [] ] - Parameter #2 [ ?DateTimeZone $timezone = ] + - Parameters [1] { + Parameter #0 [ array $headers ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method getArrVal ] { + Method [ final protected method processBody ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ $body = ] + Parameter #1 [ string $mode = ] } + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ protected method getExceptionClass ] { + Method [ final protected method processHeaders ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $headers ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method checkConfig ] { + Method [ final protected method processProtocol ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $protocol = ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method checkConfigElement ] { + Method [ final protected method cloneInstance ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } - - Return [ array ] } - Method [ protected method getException ] { + Method [ final protected method checkStringParameter ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ final protected method processWith ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } - - Return [ Exception ] } } } - Class [ class Phalcon\Messages\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ final class Phalcon\Http\Message\ResponseFactory implements PsrExt\Http\Message\ResponseFactoryInterface ] { - Constants [0] { } @@ -58628,591 +58487,594 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method createResponse ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ int $code = ] + Parameter #1 [ string $reasonPhrase = ] } + - Return [ Psr\Http\Message\ResponseInterface ] } + } + } - Method [ public method __wakeup ] { + Class [ final class Phalcon\Http\Message\ServerRequest extends Phalcon\Http\Message\AbstractRequest implements Phalcon\Http\Message\RequestMethodInterface, PsrExt\Http\Message\ServerRequestInterface, PsrExt\Http\Message\MessageInterface, PsrExt\Http\Message\RequestInterface ] { - - Parameters [0] { - } - } + - Constants [10] { + Constant [ public string METHOD_CONNECT ] { CONNECT } + Constant [ public string METHOD_DELETE ] { DELETE } + Constant [ public string METHOD_GET ] { GET } + Constant [ public string METHOD_HEAD ] { HEAD } + Constant [ public string METHOD_OPTIONS ] { OPTIONS } + Constant [ public string METHOD_PATCH ] { PATCH } + Constant [ public string METHOD_POST ] { POST } + Constant [ public string METHOD_PURGE ] { PURGE } + Constant [ public string METHOD_PUT ] { PUT } + Constant [ public string METHOD_TRACE ] { TRACE } + } - Method [ final public method getMessage ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ final public method getCode ] { + - Properties [12] { + Property [ protected $body = NULL ] + Property [ protected $headers = NULL ] + Property [ protected $protocolVersion = '1.1' ] + Property [ protected $method = 'GET' ] + Property [ protected $requestTarget = NULL ] + Property [ protected $uri = NULL ] + Property [ protected $attributes = NULL ] + Property [ protected $cookieParams = NULL ] + Property [ protected $parsedBody = NULL ] + Property [ protected $queryParams = NULL ] + Property [ protected $serverParams = NULL ] + Property [ protected $uploadedFiles = NULL ] + } + + - Methods [46] { + Method [ public method getCookieParams ] { - Parameters [0] { } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ public method getParsedBody ] { - Parameters [0] { } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getQueryParams ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method getServerParams ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getUploadedFiles ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [10] { + Parameter #0 [ string $method = ] + Parameter #1 [ $uri = ] + Parameter #2 [ array $serverParams = [] ] + Parameter #3 [ $body = ] + Parameter #4 [ $headers = ] + Parameter #5 [ array $cookies = [] ] + Parameter #6 [ array $queryParams = [] ] + Parameter #7 [ array $uploadFiles = [] ] + Parameter #8 [ $parsedBody = ] + Parameter #9 [ string $protocol = ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Messages\Message implements Stringable, Phalcon\Messages\MessageInterface, JsonSerializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $code = NULL ] - Property [ protected $field = NULL ] - Property [ protected $message = NULL ] - Property [ protected $type = NULL ] - Property [ protected $metaData = NULL ] - } - - Methods [13] { - Method [ public method getCode ] { + Method [ public method getAttributes ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ public method getField ] { + Method [ public method withAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method getMessage ] { + Method [ public method withCookieParams ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $cookies ] } - - Return [ string ] + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method getType ] { + Method [ public method withParsedBody ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method getMetaData ] { + Method [ public method withQueryParams ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $query ] } - - Return [ array ] + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method __construct ] { + Method [ public method withUploadedFiles ] { - - Parameters [5] { - Parameter #0 [ string $message ] - Parameter #1 [ $field = ] - Parameter #2 [ string $type = ] - Parameter #3 [ int $code = ] - Parameter #4 [ array $metaData = [] ] + - Parameters [1] { + Parameter #0 [ array $uploadedFiles ] } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method __toString ] { + Method [ public method withoutAttribute ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ string ] + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method jsonSerialize ] { + Method [ private method checkUploadedFiles ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $files ] } - - Return [ array ] + - Return [ void ] } - Method [ public method setCode ] { + Method [ public method getMethod ] { - - Parameters [1] { - Parameter #0 [ int $code ] + - Parameters [0] { } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ string ] } - Method [ public method setField ] { + Method [ public method getUri ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [0] { } - - Return [ Phalcon\Messages\MessageInterface ] } - Method [ public method setMessage ] { + Method [ public method getRequestTarget ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ string ] } - Method [ public method setMetaData ] { + Method [ public method withMethod ] { - Parameters [1] { - Parameter #0 [ array $metaData ] + Parameter #0 [ $method ] } - - Return [ Phalcon\Messages\MessageInterface ] } - Method [ public method setType ] { + Method [ public method withRequestTarget ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ $requestTarget ] } - - Return [ Phalcon\Messages\MessageInterface ] } - } - } - - Class [ class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $position = 0 ] - Property [ protected $messages = NULL ] - } - - - Methods [15] { - Method [ public method __construct ] { + Method [ public method withUri ] { - - Parameters [1] { - Parameter #0 [ array $messages = [] ] + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #1 [ $preserveHost = ] } } - Method [ public method appendMessage ] { + Method [ final protected method processMethod ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ $method = ] } + - Return [ string ] } - Method [ public method appendMessages ] { + Method [ final protected method processUri ] { - Parameters [1] { - Parameter #0 [ $messages ] + Parameter #0 [ $uri ] } + - Return [ Psr\Http\Message\UriInterface ] } - Method [ public method count ] { + Method [ public method getBody ] { - Parameters [0] { } - - Return [ int ] } - Method [ public method current ] { + Method [ public method getProtocolVersion ] { - Parameters [0] { } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ string ] } - Method [ public method filter ] { + Method [ public method getHeader ] { - Parameters [1] { - Parameter #0 [ string $fieldName ] + Parameter #0 [ $name ] } - Return [ array ] } - Method [ public method jsonSerialize ] { + Method [ public method getHeaderLine ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ array ] + - Return [ string ] } - Method [ public method key ] { + Method [ public method getHeaders ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ public method next ] { + Method [ public method hasHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method offsetExists ] { + Method [ public method withAddedHeader ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } - - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ public method withBody ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } } - Method [ public method offsetSet ] { + Method [ public method withHeader ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $message ] + Parameter #0 [ $name ] + Parameter #1 [ $value ] } - - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method withProtocolVersion ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $version ] } - - Return [ void ] } - Method [ public method rewind ] { + Method [ public method withoutHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ void ] } - Method [ public method valid ] { + Method [ final protected method checkHeaderHost ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $collection ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - } - } - - Class [ class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $container = NULL ] - Property [ protected $defaultModule = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $modules = NULL ] - Property [ protected $implicitView = true ] - Property [ protected $sendCookies = true ] - Property [ protected $sendHeaders = true ] - } - - Methods [16] { - Method [ public method handle ] { + Method [ final protected method checkHeaderName ] { - Parameters [1] { - Parameter #0 [ string $uri ] + Parameter #0 [ $name ] } + - Return [ void ] } - Method [ public method sendCookiesOnHandleRequest ] { + Method [ final protected method checkHeaderValue ] { - Parameters [1] { - Parameter #0 [ bool $sendCookies ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Mvc\Application ] + - Return [ void ] } - Method [ public method sendHeadersOnHandleRequest ] { + Method [ final protected method getHeaderValue ] { - Parameters [1] { - Parameter #0 [ bool $sendHeaders ] + Parameter #0 [ $values ] } - - Return [ Phalcon\Mvc\Application ] + - Return [ array ] } - Method [ public method useImplicitView ] { + Method [ final protected method getUriHost ] { - Parameters [1] { - Parameter #0 [ bool $implicitView ] + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } - - Return [ Phalcon\Mvc\Application ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ final protected method populateHeaderCollection ] { - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ array $headers ] } + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getDefaultModule ] { + Method [ final protected method processBody ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $body = ] + Parameter #1 [ string $mode = ] } - - Return [ string ] + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method getEventsManager ] { + Method [ final protected method processHeaders ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $headers ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getModule ] { + Method [ final protected method processProtocol ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $protocol = ] } + - Return [ string ] } - Method [ public method getModules ] { + Method [ final protected method cloneInstance ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } - - Return [ array ] } - Method [ public method registerModules ] { + Method [ final protected method checkStringParameter ] { - - Parameters [2] { - Parameter #0 [ array $modules ] - Parameter #1 [ bool $merge = ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ Phalcon\Application\AbstractApplication ] + - Return [ void ] } - Method [ public method setDefaultModule ] { + Method [ final protected method processWith ] { - - Parameters [1] { - Parameter #0 [ string $defaultModule ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } - - Return [ Phalcon\Application\AbstractApplication ] } + } + } - Method [ public method setEventsManager ] { + Class [ class Phalcon\Http\Message\ServerRequestFactory implements PsrExt\Http\Message\ServerRequestFactoryInterface, Phalcon\Http\Message\RequestMethodInterface ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Constants [10] { + Constant [ public string METHOD_CONNECT ] { CONNECT } + Constant [ public string METHOD_DELETE ] { DELETE } + Constant [ public string METHOD_GET ] { GET } + Constant [ public string METHOD_HEAD ] { HEAD } + Constant [ public string METHOD_OPTIONS ] { OPTIONS } + Constant [ public string METHOD_PATCH ] { PATCH } + Constant [ public string METHOD_POST ] { POST } + Constant [ public string METHOD_PURGE ] { PURGE } + Constant [ public string METHOD_PUT ] { PUT } + Constant [ public string METHOD_TRACE ] { TRACE } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ public method createServerRequest ] { + + - Parameters [3] { + Parameter #0 [ string $method ] + Parameter #1 [ $uri ] + Parameter #2 [ array $serverParams = [] ] } - - Return [ void ] + - Return [ Psr\Http\Message\ServerRequestInterface ] } - Method [ public method __get ] { + Method [ public method load ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [5] { + Parameter #0 [ ?array $server = [] ] + Parameter #1 [ ?array $get = [] ] + Parameter #2 [ ?array $post = [] ] + Parameter #3 [ ?array $cookies = [] ] + Parameter #4 [ ?array $files = [] ] } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method __isset ] { + Method [ protected method getHeaders ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method getDI ] { + Method [ private method calculateUriHost ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Support\Collection\CollectionInterface $headers ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ private method calculateUriHostFromHeader ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $host ] } - - Return [ void ] + - Return [ array ] } - } - } - Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Throwable, Stringable ] { - - - Constants [0] { - } + Method [ private method calculateUriPath ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] + } + - Return [ string ] + } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ private method calculateUriQuery ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ private method calculateUriScheme ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Support\Collection\CollectionInterface $headers ] } + - Return [ string ] } - Method [ public method __wakeup ] { + Method [ private method checkNullArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ array $super ] } + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ private method createUploadedFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $file ] } - - Return [ string ] + - Return [ Phalcon\Http\Message\UploadedFile ] } - Method [ final public method getCode ] { + Method [ private method getHeader ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $headers ] + Parameter #1 [ string $name ] + Parameter #2 [ $defaultValue = ] } } - Method [ final public method getFile ] { + Method [ private method parseCookieHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $cookieHeader ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ private method parseHeaders ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] } - - Return [ int ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ final public method getTrace ] { + Method [ private method parseProtocol ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ private method parseServer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $server ] } - - Return [ ?Throwable ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ final public method getTraceAsString ] { + Method [ private method parseUploadedFiles ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $files ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method __toString ] { + Method [ private method parseUri ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Support\Collection\CollectionInterface $headers ] } - - Return [ string ] + - Return [ Phalcon\Http\Message\Uri ] } } } - Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { + Class [ final class Phalcon\Http\Message\StreamFactory implements PsrExt\Http\Message\StreamFactoryInterface ] { - Constants [0] { } @@ -59223,50 +59085,38 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $container = NULL ] + - Properties [0] { } - - Methods [5] { - Method [ final public method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method __get ] { - - - Parameters [1] { - Parameter #0 [ string $propertyName ] - } - } - - Method [ public method __isset ] { + - Methods [3] { + Method [ public method createStream ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $content = ] } - - Return [ bool ] + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method getDI ] { + Method [ public method createStreamFromFile ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode = ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method setDI ] { + Method [ public method createStreamFromResource ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ $phpResource ] } - - Return [ void ] + - Return [ Psr\Http\Message\StreamInterface ] } } } - Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { + Class [ class Phalcon\Http\Message\Stream\Input extends Phalcon\Http\Message\Stream implements Stringable, PsrExt\Http\Message\StreamInterface ] { - Constants [0] { } @@ -59277,500 +59127,565 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [26] { - Property [ protected $container = NULL ] - Property [ protected $activeHandler = NULL ] - Property [ protected $activeMethodMap = NULL ] - Property [ protected $actionName = NULL ] - Property [ protected $actionSuffix = 'Action' ] - Property [ protected $camelCaseMap = NULL ] - Property [ protected $defaultNamespace = NULL ] - Property [ protected $handlerHashes = NULL ] - Property [ protected $handlerName = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $finished = false ] - Property [ protected $forwarded = false ] - Property [ protected $isControllerInitialize = false ] - Property [ protected $lastHandler = NULL ] - Property [ protected $modelBinder = NULL ] - Property [ protected $modelBinding = false ] - Property [ protected $moduleName = NULL ] - Property [ protected $namespaceName = NULL ] - Property [ protected $params = NULL ] - Property [ protected $previousActionName = NULL ] - Property [ protected $previousHandlerName = NULL ] - Property [ protected $previousNamespaceName = NULL ] - Property [ protected $returnedValue = NULL ] - Property [ protected $defaultAction = 'index' ] - Property [ protected $defaultHandler = 'index' ] - Property [ protected $handlerSuffix = 'Controller' ] + - Properties [4] { + Property [ protected $handle = NULL ] + Property [ protected $stream = NULL ] + Property [ private $data = '' ] + Property [ private $eof = false ] } - - Methods [48] { - Method [ public method forward ] { + - Methods [18] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $forward ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method getActiveController ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ControllerInterface ] + - Return [ string ] } - Method [ public method getControllerClass ] { + Method [ public method getContents ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $length = ] } - Return [ string ] } - Method [ public method getControllerName ] { + Method [ public method isWritable ] { - Parameters [0] { } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } - Return [ string ] } - Method [ public method getLastController ] { + Method [ public method __destruct ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ public method getPreviousActionName ] { + Method [ public method close ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method getPreviousControllerName ] { + Method [ public method detach ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method getPreviousNamespaceName ] { + Method [ public method eof ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method setControllerName ] { + Method [ public method getMetadata ] { - Parameters [1] { - Parameter #0 [ string $controllerName ] + Parameter #0 [ $key = ] } } - Method [ public method setControllerSuffix ] { + Method [ public method getSize ] { - - Parameters [1] { - Parameter #0 [ string $controllerSuffix ] + - Parameters [0] { } + - Return [ ?int ] } - Method [ public method setDefaultController ] { + Method [ public method isReadable ] { - - Parameters [1] { - Parameter #0 [ string $controllerName ] + - Parameters [0] { } + - Return [ bool ] } - Method [ protected method handleException ] { + Method [ public method isSeekable ] { - - Parameters [1] { - Parameter #0 [ Exception $exception ] + - Parameters [0] { } + - Return [ bool ] } - Method [ protected method throwDispatchException ] { + Method [ public method rewind ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ int $exceptionCode = ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method callActionMethod ] { + Method [ public method seek ] { - - Parameters [3] { - Parameter #0 [ $handler ] - Parameter #1 [ string $actionMethod ] - Parameter #2 [ array $params = [] ] + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence = ] } + - Return [ void ] } - Method [ public method dispatch ] { + Method [ public method setStream ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode = ] } + - Return [ void ] } - Method [ public method getActionName ] { + Method [ public method tell ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getActionSuffix ] { + Method [ public method write ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ int ] } + } + } - Method [ public method getActiveMethod ] { + Class [ class Phalcon\Http\Message\Stream\Memory extends Phalcon\Http\Message\Stream implements PsrExt\Http\Message\StreamInterface, Stringable ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $handle = NULL ] + Property [ protected $stream = NULL ] + } + + - Methods [18] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $mode = ] } - - Return [ string ] } - Method [ public method getBoundModels ] { + Method [ public method __destruct ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method getDefaultNamespace ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ public method close ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ void ] } - Method [ public method getHandlerSuffix ] { + Method [ public method detach ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method getModelBinder ] { + Method [ public method eof ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\Model\BinderInterface ] + - Return [ bool ] } - Method [ public method getModuleName ] { + Method [ public method getContents ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getNamespaceName ] { + Method [ public method getMetadata ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key = ] } - - Return [ string ] } - Method [ public method getParam ] { + Method [ public method getSize ] { - - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] + - Parameters [0] { } + - Return [ ?int ] } - Method [ public method getParams ] { + Method [ public method isReadable ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method hasParam ] { + Method [ public method isSeekable ] { - - Parameters [1] { - Parameter #0 [ $param ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method isFinished ] { + Method [ public method isWritable ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setActionName ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ string $actionName ] + Parameter #0 [ $length ] + } + - Return [ string ] + } + + Method [ public method rewind ] { + + - Parameters [0] { } - Return [ void ] } - Method [ public method setDefaultAction ] { + Method [ public method seek ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence = ] } - Return [ void ] } - Method [ public method setDefaultNamespace ] { + Method [ public method setStream ] { - - Parameters [1] { - Parameter #0 [ string $defaultNamespace ] + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode = ] } - Return [ void ] } - Method [ public method getHandlerClass ] { + Method [ public method tell ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method setParam ] { + Method [ public method write ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ void ] + - Return [ int ] } + } + } - Method [ public method setParams ] { + Class [ class Phalcon\Http\Message\Stream\Temp extends Phalcon\Http\Message\Stream implements PsrExt\Http\Message\StreamInterface, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $handle = NULL ] + Property [ protected $stream = NULL ] + } + + - Methods [18] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $params ] + Parameter #0 [ $mode = ] } - - Return [ void ] } - Method [ public method setReturnedValue ] { + Method [ public method __destruct ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method setActionSuffix ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method close ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - Return [ void ] } - Method [ public method setHandlerSuffix ] { + Method [ public method detach ] { - - Parameters [1] { - Parameter #0 [ string $handlerSuffix ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method setModelBinder ] { + Method [ public method eof ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache = ] + - Parameters [0] { } - - Return [ Phalcon\Dispatcher\DispatcherInterface ] + - Return [ bool ] } - Method [ public method setModuleName ] { + Method [ public method getContents ] { - - Parameters [1] { - Parameter #0 [ string $moduleName ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setNamespaceName ] { + Method [ public method getMetadata ] { - Parameters [1] { - Parameter #0 [ string $namespaceName ] + Parameter #0 [ $key = ] } - - Return [ void ] } - Method [ public method getReturnedValue ] { + Method [ public method getSize ] { - Parameters [0] { } + - Return [ ?int ] } - Method [ public method wasForwarded ] { + Method [ public method isReadable ] { - Parameters [0] { } - Return [ bool ] } - Method [ protected method resolveEmptyProperties ] { + Method [ public method isSeekable ] { - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ protected method toCamelCase ] { + Method [ public method isWritable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ $length ] } - Return [ string ] } - Method [ public method getDI ] { + Method [ public method rewind ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ void ] } - Method [ public method setDI ] { + Method [ public method seek ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence = ] + } + - Return [ void ] + } + + Method [ public method setStream ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode = ] } - Return [ void ] } + + Method [ public method tell ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ int ] + } } } - Class [ class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable, Stringable ] { + Class [ final class Phalcon\Http\Message\UploadedFile implements PsrExt\Http\Message\UploadedFileInterface ] { - - Constants [6] { - Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } - Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ public int EXCEPTION_NO_DI ] { 0 } + - Constants [0] { } - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + - Properties [7] { + Property [ private $alreadyMoved = false ] + Property [ private $clientFilename = NULL ] + Property [ private $clientMediaType = NULL ] + Property [ private $error = 0 ] + Property [ private $fileName = '' ] + Property [ private $size = NULL ] + Property [ private $stream = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method getClientFilename ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method __wakeup ] { + Method [ public method getClientMediaType ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ final public method getMessage ] { + Method [ public method getError ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ final public method getCode ] { + Method [ public method getSize ] { - Parameters [0] { } + - Return [ ?int ] } - Method [ final public method getFile ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ $stream ] + Parameter #1 [ ?int $size = ] + Parameter #2 [ int $error = ] + Parameter #3 [ ?string $clientFilename = ] + Parameter #4 [ ?string $clientMediaType = ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getStream ] { - Parameters [0] { } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method moveTo ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $targetPath ] } - - Return [ array ] + - Return [ void ] } - Method [ final public method getPrevious ] { + Method [ private method checkError ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $error ] } - - Return [ ?Throwable ] + - Return [ void ] } - Method [ final public method getTraceAsString ] { + Method [ private method checkStream ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ int $error ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __toString ] { + Method [ private method getErrorDescription ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $error ] } - Return [ string ] } + + Method [ private method storeFile ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ void ] + } + + Method [ private method isBetween ] { + + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $from ] + Parameter #2 [ int $to ] + } + - Return [ bool ] + } } } - Class [ class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, ArrayAccess, Phalcon\Events\EventsAwareInterface ] { + Class [ final class Phalcon\Http\Message\UploadedFileFactory implements PsrExt\Http\Message\UploadedFileFactoryInterface ] { - Constants [0] { } @@ -59781,351 +59696,305 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [15] { - Property [ protected $activeHandler = NULL ] - Property [ protected $afterBindingHandlers = NULL ] - Property [ protected $afterHandlers = NULL ] - Property [ protected $beforeHandlers = NULL ] - Property [ protected $container = NULL ] - Property [ protected $errorHandler = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $finishHandlers = NULL ] - Property [ protected $handlers = NULL ] - Property [ protected $modelBinder = NULL ] - Property [ protected $notFoundHandler = NULL ] - Property [ protected $responseHandler = NULL ] - Property [ protected $returnedValue = NULL ] - Property [ protected $router = NULL ] - Property [ protected $stopped = false ] + - Properties [0] { } - - Methods [41] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] - } - } - - Method [ public method after ] { + - Methods [1] { + Method [ public method createUploadedFile ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [5] { + Parameter #0 [ Psr\Http\Message\StreamInterface $stream ] + Parameter #1 [ ?int $size = ] + Parameter #2 [ int $error = ] + Parameter #3 [ ?string $clientFilename = ] + Parameter #4 [ ?string $clientMediaType = ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ Psr\Http\Message\UploadedFileInterface ] } + } + } - Method [ public method afterBinding ] { - - - Parameters [1] { - Parameter #0 [ $handler ] - } - - Return [ Phalcon\Mvc\Micro ] - } + Class [ final class Phalcon\Http\Message\Uri extends Phalcon\Http\Message\AbstractCommon implements Stringable, PsrExt\Http\Message\UriInterface ] { - Method [ public method before ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $handler ] - } - - Return [ Phalcon\Mvc\Micro ] - } + - Static properties [0] { + } - Method [ public method delete ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - } - - Return [ Phalcon\Mvc\Router\RouteInterface ] - } + - Properties [8] { + Property [ protected $fragment = '' ] + Property [ protected $host = '' ] + Property [ protected $pass = '' ] + Property [ protected $path = '' ] + Property [ protected $port = NULL ] + Property [ protected $query = '' ] + Property [ protected $scheme = 'https' ] + Property [ protected $user = '' ] + } - Method [ public method error ] { + - Methods [28] { + Method [ public method getFragment ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method finish ] { + Method [ public method getHost ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method get ] { + Method [ public method getPath ] { - - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method getActiveHandler ] { + Method [ public method getPort ] { - Parameters [0] { } + - Return [ ?int ] } - Method [ public method getBoundModels ] { + Method [ public method getQuery ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ public method getScheme ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $uri = ] } - - Return [ void ] } - Method [ public method getHandlers ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getModelBinder ] { + Method [ public method getAuthority ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\Model\BinderInterface ] + - Return [ string ] } - Method [ public method getReturnedValue ] { + Method [ public method getUserInfo ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getRouter ] { + Method [ public method withFragment ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $fragment ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Http\Message\Uri ] } - Method [ public method getService ] { + Method [ public method withPath ] { - Parameters [1] { - Parameter #0 [ string $serviceName ] + Parameter #0 [ $path ] } + - Return [ Phalcon\Http\Message\Uri ] } - Method [ public method getSharedService ] { + Method [ public method withPort ] { - Parameters [1] { - Parameter #0 [ string $serviceName ] + Parameter #0 [ $port ] } + - Return [ Phalcon\Http\Message\Uri ] } - Method [ public method handle ] { + Method [ public method withQuery ] { - Parameters [1] { - Parameter #0 [ string $uri ] + Parameter #0 [ $query ] } + - Return [ Phalcon\Http\Message\Uri ] } - Method [ public method hasService ] { + Method [ public method withScheme ] { - Parameters [1] { - Parameter #0 [ string $serviceName ] + Parameter #0 [ $scheme ] } - - Return [ bool ] + - Return [ Phalcon\Http\Message\Uri ] } - Method [ public method head ] { + Method [ public method withUserInfo ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ $user ] + Parameter #1 [ $password = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Http\Message\Uri ] } - Method [ public method map ] { + Method [ public method withHost ] { - - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + - Parameters [1] { + Parameter #0 [ $host ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Http\Message\Uri ] } - Method [ public method mount ] { + Method [ private method checkValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] + - Parameters [3] { + Parameter #0 [ string $value ] + Parameter #1 [ string $prefix = ] + Parameter #2 [ string $suffix = ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method notFound ] { + Method [ private method filterFragment ] { - Parameters [1] { - Parameter #0 [ $handler ] + Parameter #0 [ string $fragment ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method offsetExists ] { + Method [ private method filterPath ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ string $path ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ private method filterPort ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ $port ] } + - Return [ ?int ] } - Method [ public method offsetSet ] { + Method [ private method filterQuery ] { - - Parameters [2] { - Parameter #0 [ $alias ] - Parameter #1 [ $definition ] + - Parameters [1] { + Parameter #0 [ string $query ] } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ private method filterScheme ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ string $scheme ] } - - Return [ void ] + - Return [ string ] } - Method [ public method options ] { + Method [ private method splitQueryValue ] { - - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ public method patch ] { + Method [ private method getArrVal ] { - - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method post ] { + Method [ final protected method cloneInstance ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - } - - Return [ Phalcon\Mvc\Router\RouteInterface ] - } - - Method [ public method put ] { - - - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - } - - Return [ Phalcon\Mvc\Router\RouteInterface ] - } - - Method [ public method setActiveHandler ] { - - - Parameters [1] { - Parameter #0 [ $activeHandler ] + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } } - Method [ public method setDI ] { + Method [ final protected method checkStringParameter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ $element ] } - Return [ void ] } - Method [ public method setModelBinder ] { + Method [ final protected method processWith ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache = ] - } - - Return [ Phalcon\Mvc\Micro ] - } - - Method [ public method setResponseHandler ] { - - - Parameters [1] { - Parameter #0 [ $handler ] + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } - - Return [ Phalcon\Mvc\Micro ] } + } + } - Method [ public method setService ] { - - - Parameters [3] { - Parameter #0 [ string $serviceName ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = ] - } - - Return [ Phalcon\Di\ServiceInterface ] - } + Class [ final class Phalcon\Http\Message\UriFactory implements PsrExt\Http\Message\UriFactoryInterface ] { - Method [ public method stop ] { + - Constants [0] { + } - - Parameters [0] { - } - } + - Static properties [0] { + } - Method [ public method __get ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $propertyName ] - } - } + - Properties [0] { + } - Method [ public method __isset ] { + - Methods [1] { + Method [ public method createUri ] { - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ public method getDI ] { - - - Parameters [0] { + Parameter #0 [ string $uri = ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Psr\Http\Message\UriInterface ] } } } - Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { + Class [ class Phalcon\Http\Request extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\RequestInterface, Phalcon\Http\Message\RequestMethodInterface ] { - - Constants [0] { + - Constants [10] { + Constant [ public string METHOD_CONNECT ] { CONNECT } + Constant [ public string METHOD_DELETE ] { DELETE } + Constant [ public string METHOD_GET ] { GET } + Constant [ public string METHOD_HEAD ] { HEAD } + Constant [ public string METHOD_OPTIONS ] { OPTIONS } + Constant [ public string METHOD_PATCH ] { PATCH } + Constant [ public string METHOD_POST ] { POST } + Constant [ public string METHOD_PURGE ] { PURGE } + Constant [ public string METHOD_PUT ] { PUT } + Constant [ public string METHOD_TRACE ] { TRACE } } - Static properties [0] { @@ -60134,1173 +60003,1183 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $handler = NULL ] - Property [ protected $handlers = NULL ] - Property [ protected $lazy = false ] - Property [ protected $prefix = '' ] + - Properties [7] { + Property [ protected $container = NULL ] + Property [ private $filterService = NULL ] + Property [ private $httpMethodParameterOverride = false ] + Property [ private $queryFilters = NULL ] + Property [ private $putCache = NULL ] + Property [ private $rawBody = '' ] + Property [ private $strictHostCheck = false ] } - - Methods [17] { - Method [ public method delete ] { + - Methods [71] { + Method [ public method getHttpMethodParameterOverride ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ bool ] } - Method [ public method get ] { + Method [ public method setHttpMethodParameterOverride ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = ] + - Parameters [1] { + Parameter #0 [ bool $httpMethodParameterOverride ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method getHandler ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ ?string $name = ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = ] + Parameter #4 [ bool $noRecursive = ] } } - Method [ public method getHandlers ] { + Method [ public method getAcceptableContent ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getPrefix ] { + Method [ public method getBasicAuth ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ public method head ] { - - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = ] - } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ ?array ] } - Method [ public method isLazy ] { + Method [ public method getBestAccept ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method map ] { + Method [ public method getBestCharset ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method mapVia ] { + Method [ public method getBestLanguage ] { - - Parameters [4] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $method ] - Parameter #3 [ ?string $name = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method options ] { + Method [ public method getPreferredIsoLocaleVariant ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method patch ] { + Method [ public method getClientAddress ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = ] + - Parameters [1] { + Parameter #0 [ bool $trustForwardedHeader = ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method post ] { + Method [ public method getClientCharsets ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ array ] } - Method [ public method put ] { + Method [ public method getContentType ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ ?string ] } - Method [ public method setHandler ] { + Method [ public method getDigestAuth ] { - - Parameters [2] { - Parameter #0 [ $handler ] - Parameter #1 [ bool $lazy = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ array ] } - Method [ public method setLazy ] { + Method [ public method getFilteredQuery ] { - - Parameters [1] { - Parameter #0 [ bool $lazy ] + - Parameters [4] { + Parameter #0 [ ?string $name = ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $notAllowEmpty = ] + Parameter #3 [ bool $noRecursive = ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method setPrefix ] { + Method [ public method getFilteredPost ] { - - Parameters [1] { - Parameter #0 [ string $prefix ] + - Parameters [4] { + Parameter #0 [ ?string $name = ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $notAllowEmpty = ] + Parameter #3 [ bool $noRecursive = ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ protected method addMap ] { + Method [ public method getFilteredPut ] { - Parameters [4] { - Parameter #0 [ $method ] - Parameter #1 [ string $routePattern ] - Parameter #2 [ $handler ] - Parameter #3 [ string $name ] + Parameter #0 [ ?string $name = ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $notAllowEmpty = ] + Parameter #3 [ bool $noRecursive = ] } - - Return [ void ] } - } - } - - Class [ class Phalcon\Mvc\Micro\Exception extends Phalcon\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ final public method getHeader ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ string $header ] } - Return [ string ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getHeaders ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ public method getHttpHost ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getHTTPReferer ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getJsonRawBody ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $associative = ] } } - Method [ final public method getFile ] { + Method [ public method getLanguages ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ final public method getMethod ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ public method getPort ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ final public method getPrevious ] { + Method [ public method getPost ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ ?string $name = ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = ] + Parameter #4 [ bool $noRecursive = ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method getPut ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ ?string $name = ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = ] + Parameter #4 [ bool $noRecursive = ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getQuery ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ ?string $name = ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = ] + Parameter #4 [ bool $noRecursive = ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Micro\LazyLoader ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $handler = NULL ] - Property [ protected $definition = NULL ] - } - - Methods [4] { - Method [ public method getHandler ] { + Method [ public method getRawBody ] { - Parameters [0] { } - - Return [ ?NULL ] + - Return [ string ] } - Method [ public method getDefinition ] { + Method [ public method getScheme ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getServer ] { - Parameters [1] { - Parameter #0 [ string $definition ] + Parameter #0 [ string $name ] } + - Return [ ?string ] } - Method [ public method callMethod ] { + Method [ public method getServerAddress ] { - - Parameters [3] { - Parameter #0 [ string $method ] - Parameter #1 [ $arguments ] - Parameter #2 [ ?Phalcon\Mvc\Model\BinderInterface $modelBinder = ] + - Parameters [0] { } + - Return [ string ] } - } - } - - Class [ abstract class Phalcon\Mvc\Model extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Serializable, JsonSerializable ] { - - Constants [8] { - Constant [ public int DIRTY_STATE_DETACHED ] { 2 } - Constant [ public int DIRTY_STATE_PERSISTENT ] { 0 } - Constant [ public int DIRTY_STATE_TRANSIENT ] { 1 } - Constant [ public int OP_CREATE ] { 1 } - Constant [ public int OP_DELETE ] { 3 } - Constant [ public int OP_NONE ] { 0 } - Constant [ public int OP_UPDATE ] { 2 } - Constant [ public string TRANSACTION_INDEX ] { transaction } - } + Method [ public method getServerName ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [17] { - Method [ static public method __callStatic ] { + Method [ public method getUploadedFiles ] { - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] + Parameter #0 [ bool $onlySuccessful = ] + Parameter #1 [ bool $namedKeys = ] } + - Return [ array ] } - Method [ static public method average ] { + Method [ final public method getURI ] { - Parameters [1] { - Parameter #0 [ array $parameters = [] ] + Parameter #0 [ bool $onlyPath = ] } + - Return [ string ] } - Method [ static public method cloneResult ] { + Method [ public method getUserAgent ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] - Parameter #1 [ array $data ] - Parameter #2 [ int $dirtyState = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ string ] } - Method [ static public method cloneResultMap ] { + Method [ public method has ] { - - Parameters [5] { - Parameter #0 [ $base ] - Parameter #1 [ array $data ] - Parameter #2 [ $columnMap ] - Parameter #3 [ int $dirtyState = ] - Parameter #4 [ ?bool $keepSnapshots = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ bool ] } - Method [ static public method cloneResultMapHydrate ] { + Method [ public method hasFiles ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap ] - Parameter #2 [ int $hydrationMode ] + - Parameters [0] { } + - Return [ bool ] } - Method [ static public method count ] { + Method [ final public method hasHeader ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ string $header ] } + - Return [ bool ] } - Method [ static public method find ] { + Method [ public method hasPost ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ bool ] } - Method [ static public method findFirst ] { + Method [ public method hasPut ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ string $name ] } - - Return [ ?Phalcon\Mvc\ModelInterface ] + - Return [ bool ] } - Method [ static public method maximum ] { + Method [ public method hasQuery ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ static public method minimum ] { + Method [ final public method hasServer ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ static public method query ] { + Method [ public method isAjax ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ static public method setup ] { + Method [ public method isConnect ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ static public method sum ] { + Method [ public method isDelete ] { - - Parameters [1] { - Parameter #0 [ $parameters = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ static protected method groupResult ] { + Method [ public method isGet ] { - - Parameters [3] { - Parameter #0 [ string $functionName ] - Parameter #1 [ string $alias ] - Parameter #2 [ $parameters = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ bool ] } - Method [ final static protected method invokeFinder ] { + Method [ public method isHead ] { - - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] + - Parameters [0] { } + - Return [ bool ] } - Method [ static private method getPreparedQuery ] { + Method [ public method isMethod ] { - Parameters [2] { - Parameter #0 [ $params ] - Parameter #1 [ $limit = ] + Parameter #0 [ $methods ] + Parameter #1 [ bool $strict = ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ bool ] } - Method [ static private method caseInsensitiveColumnMap ] { + Method [ public method isOptions ] { - - Parameters [2] { - Parameter #0 [ $columnMap ] - Parameter #1 [ $key ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - } - - Properties [15] { - Property [ protected $container = NULL ] - Property [ protected $dirtyState = 1 ] - Property [ protected $dirtyRelated = NULL ] - Property [ protected $errorMessages = NULL ] - Property [ protected $modelsManager = NULL ] - Property [ protected $modelsMetaData = NULL ] - Property [ protected $related = NULL ] - Property [ protected $operationMade = 0 ] - Property [ protected $oldSnapshot = NULL ] - Property [ protected $skipped = false ] - Property [ protected $snapshot = NULL ] - Property [ protected $transaction = NULL ] - Property [ protected $uniqueKey = NULL ] - Property [ protected $uniqueParams = NULL ] - Property [ protected $uniqueTypes = NULL ] - } + Method [ public method isPatch ] { - - Methods [84] { - Method [ public method getTransaction ] { + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isPost ] { - Parameters [0] { } - - Return [ null ] + - Return [ bool ] } - Method [ final public method __construct ] { + Method [ public method isPut ] { - - Parameters [3] { - Parameter #0 [ $data = ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] - Parameter #2 [ ?Phalcon\Mvc\Model\ManagerInterface $modelsManager = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method __call ] { + Method [ public method isPurge ] { - - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method __get ] { + Method [ public method isSecure ] { - - Parameters [1] { - Parameter #0 [ string $property ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method __isset ] { + Method [ public method isStrictHostCheck ] { - - Parameters [1] { - Parameter #0 [ string $property ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method __set ] { + Method [ public method isSoap ] { - - Parameters [2] { - Parameter #0 [ string $property ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method addBehavior ] { + Method [ public method isTrace ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method appendMessage ] { + Method [ public method isValidHttpMethod ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $method ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ bool ] } - Method [ public method assign ] { + Method [ public method numFiles ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $whiteList = ] - Parameter #2 [ $dataColumnMap = ] + - Parameters [1] { + Parameter #0 [ bool $onlySuccessful = ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ int ] } - Method [ protected method collectRelatedToSave ] { + Method [ public method setParameterFilters ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $filters = [] ] + Parameter #2 [ array $scope = [] ] } - - Return [ array ] + - Return [ Phalcon\Http\RequestInterface ] } - Method [ public method create ] { + Method [ public method setStrictHostCheck ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $flag = ] } - - Return [ bool ] + - Return [ Phalcon\Http\RequestInterface ] } - Method [ public method delete ] { + Method [ final protected method getBestQuality ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $qualityParts ] + Parameter #1 [ string $name ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method dump ] { + Method [ final protected method getHelper ] { - - Parameters [0] { + - Parameters [6] { + Parameter #0 [ array $source ] + Parameter #1 [ ?string $name = ] + Parameter #2 [ $filters = ] + Parameter #3 [ $defaultValue = ] + Parameter #4 [ bool $notAllowEmpty = ] + Parameter #5 [ bool $noRecursive = ] } - - Return [ array ] } - Method [ public method fireEvent ] { + Method [ final protected method hasFileHelper ] { - - Parameters [1] { - Parameter #0 [ string $eventName ] + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ bool $onlySuccessful ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method fireEventCancel ] { + Method [ final protected method getQualityHeader ] { - - Parameters [1] { - Parameter #0 [ string $eventName ] + - Parameters [2] { + Parameter #0 [ string $serverIndex ] + Parameter #1 [ string $name ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method getChangedFields ] { + Method [ protected method resolveAuthorizationHeaders ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getDirtyState ] { + Method [ final protected method smoothFiles ] { - - Parameters [0] { + - Parameters [6] { + Parameter #0 [ array $names ] + Parameter #1 [ array $types ] + Parameter #2 [ array $tmp_names ] + Parameter #3 [ array $sizes ] + Parameter #4 [ array $errors ] + Parameter #5 [ string $prefix ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ private method getFilterService ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Filter\FilterInterface ] } - Method [ public method getMessages ] { + Method [ private method getServerArray ] { - - Parameters [1] { - Parameter #0 [ $filter = ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getModelsManager ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\ManagerInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getModelsMetaData ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ Phalcon\Mvc\Model\MetaDataInterface ] + - Return [ void ] } + } + } - Method [ public method getOperationMade ] { + Class [ class Phalcon\Http\Request\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [0] { - } - - Return [ int ] - } + - Constants [0] { + } - Method [ public method getOldSnapshotData ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ array ] } - Method [ final public method getReadConnection ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ final public method getReadConnectionService ] { + Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getRelated ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ string $alias ] - Parameter #1 [ $arguments = ] + - Parameters [0] { } } - Method [ public method isRelationshipLoaded ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $relationshipAlias ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ final public method getSchema ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ int ] } - Method [ public method getSnapshotData ] { + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getSource ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ public method getUpdatedFields ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final public method getWriteConnection ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ string ] } + } + } - Method [ final public method getWriteConnectionService ] { + Class [ class Phalcon\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $error = NULL ] + Property [ protected $extension = NULL ] + Property [ protected $key = NULL ] + Property [ protected $name = NULL ] + Property [ protected $realType = NULL ] + Property [ protected $size = 0 ] + Property [ protected $tmp = NULL ] + Property [ protected $type = NULL ] + } + + - Methods [12] { + Method [ public method getError ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method hasChanged ] { + Method [ public method getExtension ] { - - Parameters [2] { - Parameter #0 [ $fieldName = ] - Parameter #1 [ bool $allFields = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method hasSnapshotData ] { + Method [ public method getKey ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method hasUpdated ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $fieldName = ] - Parameter #1 [ bool $allFields = ] + Parameter #0 [ array $file ] + Parameter #1 [ $key = ] } - - Return [ bool ] } - Method [ public method jsonSerialize ] { + Method [ public method getName ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method readAttribute ] { + Method [ public method getRealType ] { - - Parameters [1] { - Parameter #0 [ string $attribute ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method refresh ] { + Method [ public method getSize ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ int ] } - Method [ public method save ] { + Method [ public method getTempName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method serialize ] { + Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method isUploadedFile ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } + - Return [ bool ] } - Method [ final public method setConnectionService ] { + Method [ public method moveTo ] { - Parameters [1] { - Parameter #0 [ string $connectionService ] + Parameter #0 [ string $destination ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setDirtyState ] { + Method [ private method getArrVal ] { - - Parameters [1] { - Parameter #0 [ int $dirtyState ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } } + } + } - Method [ public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] - } - } + Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Http\Message\ResponseStatusCodeInterface ] { - Method [ final public method setReadConnectionService ] { + - Constants [88] { + Constant [ public int STATUS_CONTINUE ] { 100 } + Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } + Constant [ public int STATUS_PROCESSING ] { 102 } + Constant [ public int STATUS_EARLY_HINTS ] { 103 } + Constant [ public int STATUS_OK ] { 200 } + Constant [ public int STATUS_CREATED ] { 201 } + Constant [ public int STATUS_ACCEPTED ] { 202 } + Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } + Constant [ public int STATUS_NO_CONTENT ] { 204 } + Constant [ public int STATUS_RESET_CONTENT ] { 205 } + Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } + Constant [ public int STATUS_MULTI_STATUS ] { 207 } + Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } + Constant [ public int STATUS_IM_USED ] { 226 } + Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } + Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } + Constant [ public int STATUS_FOUND ] { 302 } + Constant [ public int STATUS_SEE_OTHER ] { 303 } + Constant [ public int STATUS_NOT_MODIFIED ] { 304 } + Constant [ public int STATUS_USE_PROXY ] { 305 } + Constant [ public int STATUS_RESERVED ] { 306 } + Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } + Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } + Constant [ public int STATUS_BAD_REQUEST ] { 400 } + Constant [ public int STATUS_UNAUTHORIZED ] { 401 } + Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } + Constant [ public int STATUS_FORBIDDEN ] { 403 } + Constant [ public int STATUS_NOT_FOUND ] { 404 } + Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } + Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } + Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } + Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } + Constant [ public int STATUS_CONFLICT ] { 409 } + Constant [ public int STATUS_GONE ] { 410 } + Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } + Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } + Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } + Constant [ public int STATUS_URI_TOO_LONG ] { 414 } + Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } + Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } + Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } + Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } + Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } + Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } + Constant [ public int STATUS_LOCKED ] { 423 } + Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } + Constant [ public int STATUS_TOO_EARLY ] { 425 } + Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } + Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } + Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } + Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } + Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } + Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } + Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } + Constant [ public int STATUS_BAD_GATEWAY ] { 502 } + Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } + Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } + Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } + Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } + Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } + Constant [ public int STATUS_LOOP_DETECTED ] { 508 } + Constant [ public int STATUS_NOT_EXTENDED ] { 510 } + Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } + Constant [ public int STATUS_THIS_IS_FINE ] { 218 } + Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } + Constant [ public int STATUS_METHOD_FAILURE ] { 420 } + Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } + Constant [ public int STATUS_NO_RESPONSE ] { 444 } + Constant [ public int STATUS_RETRY_WITH ] { 449 } + Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } + Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } + Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } + Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } + Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } + Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } + Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } + Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } + Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } + Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } + Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } + Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } + Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } + Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } + Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } + Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } + Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } + Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } + Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } + } - - Parameters [1] { - Parameter #0 [ string $connectionService ] - } - - Return [ void ] - } + - Static properties [0] { + } - Method [ public method setOldSnapshotData ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap = ] - } - } + - Properties [8] { + Property [ protected $container = NULL ] + Property [ protected $content = NULL ] + Property [ protected $cookies = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $file = NULL ] + Property [ protected $headers = NULL ] + Property [ protected $sent = false ] + Property [ protected $statusCodes = NULL ] + } - Method [ public method setSnapshotData ] { + - Methods [36] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap = ] + - Parameters [3] { + Parameter #0 [ ?string $content = ] + Parameter #1 [ $code = ] + Parameter #2 [ $status = ] } - - Return [ void ] } - Method [ public method setTransaction ] { + Method [ public method appendContent ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ $content ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ final public method setWriteConnectionService ] { + Method [ public method getContent ] { - - Parameters [1] { - Parameter #0 [ string $connectionService ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method skipOperation ] { + Method [ public method getCookies ] { - - Parameters [1] { - Parameter #0 [ bool $skip ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ public method toArray ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ $columns = ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method update ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method writeAttribute ] { + Method [ public method getHeaders ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ final protected method checkForeignKeysRestrict ] { + Method [ public method getReasonPhrase ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ final protected method checkForeignKeysReverseCascade ] { + Method [ public method getStatusCode ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?int ] } - Method [ final protected method checkForeignKeysReverseRestrict ] { + Method [ public method hasHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ protected method doLowInsert ] { + Method [ public method isSent ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #2 [ $table ] - Parameter #3 [ $identityField ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method doLowUpdate ] { + Method [ public method redirect ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #2 [ $table ] - } - - Return [ bool ] - } - - Method [ protected method exists ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #0 [ $location = ] + Parameter #1 [ bool $externalRedirect = ] + Parameter #2 [ int $statusCode = ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method getRelatedRecords ] { + Method [ public method removeHeader ] { - - Parameters [3] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $method ] - Parameter #2 [ array $arguments ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ final protected method possibleSetter ] { + Method [ public method resetHeaders ] { - - Parameters [2] { - Parameter #0 [ string $property ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method preSave ] { + Method [ public method send ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ bool $exists ] - Parameter #2 [ $identityField ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method preSaveRelatedRecords ] { + Method [ public method sendCookies ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #1 [ $related ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method postSave ] { + Method [ public method sendHeaders ] { - - Parameters [2] { - Parameter #0 [ bool $success ] - Parameter #1 [ bool $exists ] + - Parameters [0] { } - - Return [ bool ] } - Method [ protected method postSaveRelatedRecords ] { + Method [ public method setCache ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #1 [ $related ] + - Parameters [1] { + Parameter #0 [ int $minutes ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method allowEmptyStringValues ] { + Method [ public method setContent ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $content ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method cancelOperation ] { + Method [ public method setContentLength ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $contentLength ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method belongsTo ] { + Method [ public method setContentType ] { - - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ string $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ $options = ] + - Parameters [2] { + Parameter #0 [ string $contentType ] + Parameter #1 [ $charset = ] } - - Return [ Phalcon\Mvc\Model\Relation ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method hasMany ] { + Method [ public method setCookies ] { - - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ string $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ $options = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] } - - Return [ Phalcon\Mvc\Model\Relation ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method hasManyToMany ] { + Method [ public method setDI ] { - - Parameters [7] { - Parameter #0 [ $fields ] - Parameter #1 [ string $intermediateModel ] - Parameter #2 [ $intermediateFields ] - Parameter #3 [ $intermediateReferencedFields ] - Parameter #4 [ string $referenceModel ] - Parameter #5 [ $referencedFields ] - Parameter #6 [ $options = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ Phalcon\Mvc\Model\Relation ] + - Return [ void ] } - Method [ protected method hasOne ] { + Method [ public method setEtag ] { - - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ string $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ $options = ] + - Parameters [1] { + Parameter #0 [ string $etag ] } - - Return [ Phalcon\Mvc\Model\Relation ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method hasOneThrough ] { + Method [ public method setExpires ] { - - Parameters [7] { - Parameter #0 [ $fields ] - Parameter #1 [ string $intermediateModel ] - Parameter #2 [ $intermediateFields ] - Parameter #3 [ $intermediateReferencedFields ] - Parameter #4 [ string $referenceModel ] - Parameter #5 [ $referencedFields ] - Parameter #6 [ $options = ] + - Parameters [1] { + Parameter #0 [ DateTime $datetime ] } - - Return [ Phalcon\Mvc\Model\Relation ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method keepSnapshots ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ bool $keepSnapshot ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ final protected method setSchema ] { + Method [ public method setFileToSend ] { - - Parameters [1] { - Parameter #0 [ string $schema ] + - Parameters [3] { + Parameter #0 [ string $filePath ] + Parameter #1 [ $attachmentName = ] + Parameter #2 [ $attachment = ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ final protected method setSource ] { + Method [ public method setHeader ] { - - Parameters [1] { - Parameter #0 [ string $source ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method skipAttributes ] { + Method [ public method setHeaders ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Http\Response\HeadersInterface $headers ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method skipAttributesOnCreate ] { + Method [ public method setJsonContent ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ $content ] + Parameter #1 [ int $jsonOptions = ] + Parameter #2 [ int $depth = ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method skipAttributesOnUpdate ] { + Method [ public method setLastModified ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ DateTime $datetime ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method useDynamicUpdate ] { + Method [ public method setNotModified ] { - - Parameters [1] { - Parameter #0 [ bool $dynamicUpdate ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method validate ] { + Method [ public method setStatusCode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidationInterface $validator ] + - Parameters [2] { + Parameter #0 [ int $code ] + Parameter #1 [ ?string $message = ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method validationHasFailed ] { + Method [ public method setRawHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $header ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method getDI ] { + Method [ private method getBasename ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $uri ] + Parameter #1 [ $suffix = ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ private method encode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ int $options = ] + Parameter #2 [ int $depth = ] } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\Behavior\SoftDelete extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { + Class [ class Phalcon\Http\Response\Cookies extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Response\CookiesInterface ] { - Constants [0] { } @@ -61311,117 +61190,132 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $options = NULL ] + - Properties [6] { + Property [ protected $container = NULL ] + Property [ protected $cookies = NULL ] + Property [ protected $isSent = false ] + Property [ protected $registered = false ] + Property [ protected $signKey = NULL ] + Property [ protected $useEncryption = true ] } - - Methods [5] { - Method [ public method notify ] { + - Methods [14] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ bool $useEncryption = ] + Parameter #1 [ ?string $signKey = ] } } - Method [ public method __construct ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ protected method getOptions ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ ?string $eventName = ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method missingMethod ] { + Method [ public method getCookies ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $method ] - Parameter #2 [ array $arguments = [] ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method mustTakeAction ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $eventName ] + Parameter #0 [ string $name ] } - Return [ bool ] } - } - } - Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { + Method [ public method isSent ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ public method isUsingEncryption ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ bool ] + } - - Properties [1] { - Property [ protected $options = NULL ] - } + Method [ public method reset ] { - - Methods [6] { - Method [ public method notify ] { + - Parameters [0] { + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Method [ public method send ] { + + - Parameters [0] { } + - Return [ bool ] } - Method [ private method getTimestamp ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [8] { + Parameter #0 [ string $name ] + Parameter #1 [ $value = ] + Parameter #2 [ int $expire = ] + Parameter #3 [ string $path = ] + Parameter #4 [ ?bool $secure = ] + Parameter #5 [ ?string $domain = ] + Parameter #6 [ ?bool $httpOnly = ] + Parameter #7 [ array $options = [] ] } + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ public method __construct ] { + Method [ public method setSignKey ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ ?string $signKey = ] } + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ protected method getOptions ] { + Method [ public method useEncryption ] { - Parameters [1] { - Parameter #0 [ ?string $eventName = ] + Parameter #0 [ bool $useEncryption ] } + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ public method missingMethod ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $method ] - Parameter #2 [ array $arguments = [] ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method mustTakeAction ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ string $eventName ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { + Class [ class Phalcon\Http\Response\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -61433,90 +61327,86 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Properties [4] { - Property [ protected $boundModels = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $internalCache = NULL ] - Property [ protected $originalValues = NULL ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [9] { - Method [ public method getBoundModels ] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method getOriginalValues ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Cache\Adapter\AdapterInterface $cache = ] + - Parameters [0] { } } - Method [ public method bindToHandler ] { + Method [ final public method getFile ] { - - Parameters [4] { - Parameter #0 [ $handler ] - Parameter #1 [ array $params ] - Parameter #2 [ string $cacheKey ] - Parameter #3 [ ?string $methodName = ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ protected method findBoundModel ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ $paramValue ] - Parameter #1 [ string $className ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getCache ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ protected method getParamsFromCache ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $cacheKey ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ ?Throwable ] } - Method [ protected method getParamsFromReflection ] { + Method [ final public method getTraceAsString ] { - - Parameters [4] { - Parameter #0 [ $handler ] - Parameter #1 [ array $params ] - Parameter #2 [ string $cacheKey ] - Parameter #3 [ string $methodName ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method setCache ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\BinderInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\Criteria implements Phalcon\Mvc\Model\CriteriaInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { - Constants [0] { } @@ -61524,967 +61414,919 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method fromInput ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ string $modelName ] - Parameter #2 [ array $data ] - Parameter #3 [ string $operator = ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } + - Static methods [0] { } - - Properties [5] { - Property [ protected $bindParams = NULL ] - Property [ protected $bindTypes = NULL ] - Property [ protected $hiddenParamNumber = 0 ] - Property [ protected $model = NULL ] - Property [ protected $params = NULL ] + - Properties [2] { + Property [ protected $headers = NULL ] + Property [ protected $isSent = false ] } - - Methods [37] { - Method [ public method andWhere ] { + - Methods [9] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method betweenWhere ] { + Method [ public method has ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method bind ] { + Method [ public method isSent ] { - - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ bool $merge = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method bindTypes ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ array $bindTypes ] + Parameter #0 [ string $header ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ public method cache ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ array $cache ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method columns ] { + Method [ public method send ] { - - Parameters [1] { - Parameter #0 [ $columns ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method conditions ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ string $conditions ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $value ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ public method createBuilder ] { - - - Parameters [0] { - } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] - } - - Method [ public method distinct ] { + Method [ public method setRaw ] { - Parameters [1] { - Parameter #0 [ $distinct ] + Parameter #0 [ string $header ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ public method execute ] { + Method [ public method toArray ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ array ] } + } + } - Method [ public method forUpdate ] { + Class [ abstract class Phalcon\Http\Server\AbstractMiddleware implements PsrExt\Http\Server\MiddlewareInterface ] { - - Parameters [1] { - Parameter #0 [ bool $forUpdate = ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } + - Constants [0] { + } - Method [ public method getColumns ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ public method getConditions ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [1] { + Method [ abstract public method process ] { + + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] + Parameter #1 [ Psr\Http\Server\RequestHandlerInterface $handler ] } - - Return [ ?string ] + - Return [ Psr\Http\Message\ResponseInterface ] } + } + } - Method [ public method getDI ] { + Class [ abstract class Phalcon\Http\Server\AbstractRequestHandler implements PsrExt\Http\Server\RequestHandlerInterface ] { - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } + - Constants [0] { + } - Method [ public method getGroupBy ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ public method getHaving ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [1] { + Method [ abstract public method handle ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] } + - Return [ Psr\Http\Message\ResponseInterface ] } + } + } - Method [ public method getLimit ] { + Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ public method getModelName ] { + - Static properties [1] { + Property [ protected static $checked = false ] + } + + - Static methods [2] { + Method [ static public method check ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getOrderBy ] { + Method [ static public method getVersion ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } + } - Method [ public method getParams ] { + - Properties [7] { + Property [ protected $file = NULL ] + Property [ protected $height = NULL ] + Property [ protected $image = NULL ] + Property [ protected $mime = NULL ] + Property [ protected $realpath = NULL ] + Property [ protected $type = NULL ] + Property [ protected $width = NULL ] + } - - Parameters [0] { + - Methods [38] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $file ] + Parameter #1 [ ?int $width = ] + Parameter #2 [ ?int $height = ] } - - Return [ array ] } - Method [ public method getWhere ] { + Method [ public method __destruct ] { - Parameters [0] { } - - Return [ ?string ] } - Method [ public method groupBy ] { + Method [ protected method processBackground ] { - - Parameters [1] { - Parameter #0 [ $group ] + - Parameters [4] { + Parameter #0 [ int $r ] + Parameter #1 [ int $g ] + Parameter #2 [ int $b ] + Parameter #3 [ int $opacity ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method having ] { + Method [ protected method processBlur ] { - Parameters [1] { - Parameter #0 [ $having ] + Parameter #0 [ int $radius ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method innerJoin ] { + Method [ protected method processCreate ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method inWhere ] { + Method [ protected method processCrop ] { - - Parameters [2] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $offsetX ] + Parameter #3 [ int $offsetY ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method join ] { + Method [ protected method processFlip ] { - - Parameters [4] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] - Parameter #3 [ $type = ] + - Parameters [1] { + Parameter #0 [ int $direction ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method leftJoin ] { + Method [ protected method processMask ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method limit ] { + Method [ protected method processPixelate ] { - - Parameters [2] { - Parameter #0 [ int $limit ] - Parameter #1 [ int $offset = ] + - Parameters [1] { + Parameter #0 [ int $amount ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method notBetweenWhere ] { + Method [ protected method processReflection ] { - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method notInWhere ] { + Method [ protected method processRender ] { - Parameters [2] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] + Parameter #0 [ string $ext ] + Parameter #1 [ int $quality ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method orderBy ] { + Method [ protected method processResize ] { - - Parameters [1] { - Parameter #0 [ string $orderColumns ] + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method orWhere ] { + Method [ protected method processRotate ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] + - Parameters [1] { + Parameter #0 [ int $degrees ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method rightJoin ] { + Method [ protected method processSave ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] + - Parameters [2] { + Parameter #0 [ string $file ] + Parameter #1 [ int $quality ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setDI ] { + Method [ protected method processSharpen ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ int $amount ] } - - Return [ void ] } - Method [ public method setModelName ] { + Method [ protected method processText ] { - - Parameters [1] { - Parameter #0 [ string $modelName ] + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ int $r ] + Parameter #5 [ int $g ] + Parameter #6 [ int $b ] + Parameter #7 [ int $size ] + Parameter #8 [ string $fontfile ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method sharedLock ] { + Method [ protected method processWatermark ] { - - Parameters [1] { - Parameter #0 [ bool $sharedLock = ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method where ] { + Method [ public method getHeight ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ int ] } - } - } - - Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getImage ] { - - Properties [27] { - Property [ protected $aliases = NULL ] - Property [ protected $behaviors = NULL ] - Property [ protected $belongsTo = NULL ] - Property [ protected $belongsToSingle = NULL ] - Property [ protected $container = NULL ] - Property [ protected $customEventsManager = NULL ] - Property [ protected $dynamicUpdate = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $hasMany = NULL ] - Property [ protected $hasManySingle = NULL ] - Property [ protected $hasManyToMany = NULL ] - Property [ protected $hasManyToManySingle = NULL ] - Property [ protected $hasOne = NULL ] - Property [ protected $hasOneSingle = NULL ] - Property [ protected $hasOneThrough = NULL ] - Property [ protected $hasOneThroughSingle = NULL ] - Property [ protected $initialized = NULL ] - Property [ protected $keepSnapshots = NULL ] - Property [ protected $lastInitialized = NULL ] - Property [ protected $lastQuery = NULL ] - Property [ protected $modelVisibility = NULL ] - Property [ protected $prefix = '' ] - Property [ protected $readConnectionServices = NULL ] - Property [ protected $sources = NULL ] - Property [ protected $schemas = NULL ] - Property [ protected $writeConnectionServices = NULL ] - Property [ protected $reusable = NULL ] - } + - Parameters [0] { + } + - Return [ ?NULL ] + } - - Methods [65] { - Method [ public method setDI ] { + Method [ public method getMime ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method getRealpath ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method getEventsManager ] { + Method [ public method getWidth ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ int ] } - Method [ public method setCustomEventsManager ] { + Method [ public method background ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getCustomEventsManager ] { + Method [ public method blur ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $radius ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method initialize ] { + Method [ public method crop ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ ?int $offsetX = ] + Parameter #3 [ ?int $offsetY = ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method isInitialized ] { + Method [ public method flip ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ int $direction ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getLastInitialized ] { + Method [ public method liquidRescale ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX = ] + Parameter #3 [ int $rigidity = ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } - Method [ public method load ] { + Method [ public method mask ] { - Parameters [1] { - Parameter #0 [ string $modelName ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setModelPrefix ] { + Method [ public method pixelate ] { - Parameters [1] { - Parameter #0 [ string $prefix ] + Parameter #0 [ int $amount ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getModelPrefix ] { + Method [ public method reflection ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity = ] + Parameter #2 [ bool $fadeIn = ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setModelSource ] { + Method [ public method render ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $source ] + Parameter #0 [ ?string $ext = ] + Parameter #1 [ int $quality = ] } - - Return [ void ] + - Return [ string ] } - Method [ final public method isVisibleModelProperty ] { + Method [ public method resize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $property ] + - Parameters [3] { + Parameter #0 [ ?int $width = ] + Parameter #1 [ ?int $height = ] + Parameter #2 [ int $master = ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getModelSource ] { + Method [ public method rotate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $degrees ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setModelSchema ] { + Method [ public method save ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $schema ] + Parameter #0 [ ?string $file = ] + Parameter #1 [ int $quality = ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getModelSchema ] { + Method [ public method sharpen ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $amount ] } - - Return [ ?string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setConnectionService ] { + Method [ public method text ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX = ] + Parameter #2 [ $offsetY = ] + Parameter #3 [ int $opacity = ] + Parameter #4 [ string $color = ] + Parameter #5 [ int $size = ] + Parameter #6 [ ?string $fontfile = ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setWriteConnectionService ] { + Method [ public method watermark ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX = ] + Parameter #2 [ int $offsetY = ] + Parameter #3 [ int $opacity = ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } + } + } - Method [ public method setReadConnectionService ] { + Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + - Constants [0] { + } + + - Static properties [2] { + Property [ protected static $checked = false ] + Property [ protected static $version = 0 ] + } + + - Static methods [1] { + Method [ static public method check ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } + } - Method [ public method getReadConnection ] { + - Properties [7] { + Property [ protected $file = NULL ] + Property [ protected $height = NULL ] + Property [ protected $image = NULL ] + Property [ protected $mime = NULL ] + Property [ protected $realpath = NULL ] + Property [ protected $type = NULL ] + Property [ protected $width = NULL ] + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Methods [40] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $file ] + Parameter #1 [ ?int $width = ] + Parameter #2 [ ?int $height = ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getWriteConnection ] { + Method [ public method __destruct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ protected method getConnection ] { + Method [ public method getInternalImInstance ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionServices ] - } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] - } - - Method [ public method getReadConnectionService ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ string ] - } - - Method [ public method getWriteConnectionService ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ string ] - } - - Method [ public method getConnectionService ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionServices ] + - Parameters [0] { } - - Return [ string ] + - Return [ Imagick ] } - Method [ public method notifyEvent ] { + Method [ public method setResourceLimit ] { - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $type ] + Parameter #1 [ int $limit ] } + - Return [ void ] } - Method [ public method missingMethod ] { + Method [ protected method processBackground ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $eventName ] - Parameter #2 [ $data ] + - Parameters [4] { + Parameter #0 [ int $r ] + Parameter #1 [ int $g ] + Parameter #2 [ int $b ] + Parameter #3 [ int $opacity ] } + - Return [ void ] } - Method [ public method addBehavior ] { + Method [ protected method processBlur ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + - Parameters [1] { + Parameter #0 [ int $radius ] } - Return [ void ] } - Method [ public method keepSnapshots ] { + Method [ protected method processCrop ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ bool $keepSnapshots ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $offsetX ] + Parameter #3 [ int $offsetY ] } - Return [ void ] } - Method [ public method isKeepingSnapshots ] { + Method [ protected method processFlip ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $direction ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method useDynamicUpdate ] { + Method [ protected method processLiquidRescale ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ bool $dynamicUpdate ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX ] + Parameter #3 [ int $rigidity ] } - Return [ void ] } - Method [ public method isUsingDynamicUpdate ] { + Method [ protected method processMask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method addHasOne ] { + Method [ protected method processPixelate ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + - Parameters [1] { + Parameter #0 [ int $amount ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ void ] } - Method [ public method addHasOneThrough ] { + Method [ protected method processReflection ] { - - Parameters [8] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ string $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ $options = ] + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ void ] } - Method [ public method addBelongsTo ] { + Method [ protected method processRender ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + - Parameters [2] { + Parameter #0 [ string $extension ] + Parameter #1 [ int $quality ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ string ] } - Method [ public method addHasMany ] { + Method [ protected method processResize ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ void ] } - Method [ public method addHasManyToMany ] { + Method [ protected method processRotate ] { - - Parameters [8] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ string $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ $options = ] + - Parameters [1] { + Parameter #0 [ int $degrees ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ void ] } - Method [ public method existsBelongsTo ] { + Method [ protected method processSave ] { - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + Parameter #0 [ string $file ] + Parameter #1 [ int $quality ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method existsHasMany ] { + Method [ protected method processSharpen ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [1] { + Parameter #0 [ int $amount ] } - - Return [ bool ] } - Method [ public method existsHasOne ] { + Method [ protected method processText ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ int $r ] + Parameter #5 [ int $g ] + Parameter #6 [ int $b ] + Parameter #7 [ int $size ] + Parameter #8 [ string $fontfile ] } - - Return [ bool ] } - Method [ public method existsHasOneThrough ] { + Method [ protected method processWatermark ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] } - - Return [ bool ] } - Method [ public method existsHasManyToMany ] { + Method [ public method getHeight ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method getRelationByAlias ] { + Method [ public method getImage ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $alias ] + - Parameters [0] { } + - Return [ ?NULL ] } - Method [ final protected method _mergeFindParameters ] { + Method [ public method getMime ] { - - Parameters [2] { - Parameter #0 [ $findParamsOne ] - Parameter #1 [ $findParamsTwo ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getRelationRecords ] { + Method [ public method getRealpath ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #2 [ $parameters = ] - Parameter #3 [ ?string $method = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getReusableRecords ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $key ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method setReusableRecords ] { + Method [ public method getWidth ] { - - Parameters [3] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $key ] - Parameter #2 [ $records ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method clearReusableObjects ] { + Method [ public method background ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getBelongsToRecords ] { + Method [ public method blur ] { - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = ] + - Parameters [1] { + Parameter #0 [ int $radius ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getHasManyRecords ] { + Method [ public method crop ] { - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ ?int $offsetX = ] + Parameter #3 [ ?int $offsetY = ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getHasOneRecords ] { + Method [ public method flip ] { - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = ] + - Parameters [1] { + Parameter #0 [ int $direction ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getBelongsTo ] { + Method [ public method liquidRescale ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX = ] + Parameter #3 [ int $rigidity = ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } - Method [ public method getHasMany ] { + Method [ public method mask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getHasOne ] { + Method [ public method pixelate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $amount ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getHasOneThrough ] { + Method [ public method reflection ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity = ] + Parameter #2 [ bool $fadeIn = ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getHasManyToMany ] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ ?string $ext = ] + Parameter #1 [ int $quality = ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getHasOneAndHasMany ] { + Method [ public method resize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ ?int $width = ] + Parameter #1 [ ?int $height = ] + Parameter #2 [ int $master = ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getRelations ] { + Method [ public method rotate ] { - Parameters [1] { - Parameter #0 [ string $modelName ] + Parameter #0 [ int $degrees ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getRelationsBetween ] { + Method [ public method save ] { - Parameters [2] { - Parameter #0 [ string $first ] - Parameter #1 [ string $second ] + Parameter #0 [ ?string $file = ] + Parameter #1 [ int $quality = ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method createQuery ] { + Method [ public method sharpen ] { - Parameters [1] { - Parameter #0 [ string $phql ] + Parameter #0 [ int $amount ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method executeQuery ] { + Method [ public method text ] { - - Parameters [3] { - Parameter #0 [ string $phql ] - Parameter #1 [ $placeholders = ] - Parameter #2 [ $types = ] + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX = ] + Parameter #2 [ $offsetY = ] + Parameter #3 [ int $opacity = ] + Parameter #4 [ string $color = ] + Parameter #5 [ int $size = ] + Parameter #6 [ ?string $fontfile = ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method createBuilder ] { + Method [ public method watermark ] { - - Parameters [1] { - Parameter #0 [ $params = ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX = ] + Parameter #2 [ int $offsetY = ] + Parameter #3 [ int $opacity = ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } + } + } - Method [ public method getLastQuery ] { + Class [ class Phalcon\Image\Enum ] { - - Parameters [0] { - } - - Return [ Phalcon\Mvc\Model\QueryInterface ] - } + - Constants [9] { + Constant [ public int AUTO ] { 4 } + Constant [ public int HEIGHT ] { 3 } + Constant [ public int INVERSE ] { 5 } + Constant [ public int NONE ] { 1 } + Constant [ public int PRECISE ] { 6 } + Constant [ public int TENSILE ] { 7 } + Constant [ public int WIDTH ] { 2 } + Constant [ public int HORIZONTAL ] { 11 } + Constant [ public int VERTICAL ] { 12 } + } - Method [ public method __destruct ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -62493,314 +62335,287 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $strategy = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [34] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] - Parameter #1 [ ?array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method getAttributes ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getColumnMap ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ int ] } - Method [ public method getDefaultValues ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getDataTypes ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Throwable ] } - Method [ public method getDataTypesNumeric ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } + } + } - Method [ public method getEmptyStringAttributes ] { + Class [ class Phalcon\Image\ImageFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getIdentityField ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?string ] - } + - Static methods [0] { + } - Method [ public method getNonPrimaryKeyAttributes ] { + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } + + - Methods [11] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $services = [] ] } - - Return [ array ] } - Method [ public method getNotNullAttributes ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ public method newInstance ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ string $name ] + Parameter #1 [ string $file ] + Parameter #2 [ ?int $width = ] + Parameter #3 [ ?int $height = ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getReverseColumnMap ] { + Method [ protected method getExceptionClass ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ string ] } - Method [ public method getStrategy ] { + Method [ protected method getServices ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ array ] } - Method [ public method hasAttribute ] { + Method [ private method getArrVal ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method isEmpty ] { + Method [ protected method getService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] } - Method [ public method read ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $services = [] ] } - - Return [ ?array ] + - Return [ void ] } - Method [ final public method readColumnMap ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } - - Return [ ?array ] + - Return [ array ] } - Method [ final public method readColumnMapIndex ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } + - Return [ array ] } - Method [ final public method readMetaData ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $message ] } - - Return [ array ] + - Return [ Exception ] } + } + } - Method [ final public method readMetaDataIndex ] { + Class [ class Phalcon\Logger\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - } - } + - Constants [0] { + } - Method [ public method reset ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ public method setAutomaticCreateAttributes ] { + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - - Return [ void ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method newInstance ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string $fileName ] + Parameter #2 [ array $options = [] ] } - - Return [ void ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setEmptyStringAttributes ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ protected method getServices ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setStrategy ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + Parameter #0 [ string $name ] } - - Return [ void ] } - Method [ public method write ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - Return [ void ] } - Method [ final public method writeMetaDataIndex ] { + Method [ protected method checkConfig ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ void ] + - Return [ array ] } - Method [ final protected method initialize ] { + Method [ protected method checkConfigElement ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } + - Return [ array ] } - Method [ protected method getArrVal ] { + Method [ protected method getException ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ Exception ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -62809,314 +62624,257 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $strategy = NULL ] + - Properties [4] { + Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] + Property [ protected $formatter = NULL ] + Property [ protected $inTransaction = false ] + Property [ protected $queue = NULL ] } - - Methods [34] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] - Parameter #1 [ array $options = [] ] - } - } - - Method [ public method reset ] { + - Methods [13] { + Method [ public method close ] { - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method process ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ public method __destruct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method __serialize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $data ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getColumnMap ] { + Method [ public method add ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ ?array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getDefaultValues ] { + Method [ public method begin ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getDataTypes ] { + Method [ public method commit ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method getFormatter ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ public method getDI ] { + Method [ public method inTransaction ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method getEmptyStringAttributes ] { + Method [ public method rollback ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getIdentityField ] { + Method [ public method setFormatter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - - Return [ ?string ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ protected method getFormattedItem ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method getNotNullAttributes ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Method [ public method getPrimaryKeyAttributes ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method getReverseColumnMap ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?array ] - } + - Properties [8] { + Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] + Property [ protected $formatter = NULL ] + Property [ protected $inTransaction = false ] + Property [ protected $queue = NULL ] + Property [ protected $handler = NULL ] + Property [ protected $mode = 'ab' ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + } - Method [ public method getStrategy ] { + - Methods [16] { + Method [ public method getName ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ string ] } - Method [ public method hasAttribute ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Return [ bool ] } - Method [ public method isEmpty ] { + Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method read ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ ?array ] - } - - Method [ final public method readColumnMap ] { + Method [ public method process ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ ?array ] + - Return [ void ] } - Method [ final public method readColumnMapIndex ] { + Method [ protected method phpFopen ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] } } - Method [ final public method readMetaData ] { + Method [ public method __destruct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method __serialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method __unserialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method add ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ void ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method begin ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setDI ] { + Method [ public method commit ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setStrategy ] { + Method [ public method getFormatter ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ public method write ] { + Method [ public method inTransaction ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method rollback ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final protected method initialize ] { + Method [ public method setFormatter ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ protected method getArrVal ] { + Method [ protected method getFormattedItem ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -63125,313 +62883,339 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $strategy = NULL ] - } - - - Methods [34] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $options = ] + - Properties [8] { + Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] + Property [ protected $formatter = NULL ] + Property [ protected $inTransaction = false ] + Property [ protected $queue = NULL ] + Property [ protected $facility = 0 ] + Property [ protected $name = '' ] + Property [ protected $opened = false ] + Property [ protected $option = 0 ] + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } } - Method [ public method read ] { + Method [ public method close ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ bool ] } - Method [ public method write ] { + Method [ public method process ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } - Method [ public method getAttributes ] { + Method [ protected method openlog ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $ident ] + Parameter #1 [ int $option ] + Parameter #2 [ int $facility ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ private method logLevelToSyslog ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $level ] } - - Return [ array ] + - Return [ int ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method __destruct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ public method __serialize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getColumnMap ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $data ] } - - Return [ ?array ] + - Return [ void ] } - Method [ public method getDefaultValues ] { + Method [ public method add ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getDataTypes ] { + Method [ public method begin ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method commit ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getDI ] { + Method [ public method getFormatter ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ public method getEmptyStringAttributes ] { + Method [ public method inTransaction ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getIdentityField ] { + Method [ public method rollback ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ public method setFormatter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getNotNullAttributes ] { + Method [ protected method getFormattedItem ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method getPrimaryKeyAttributes ] { + Class [ class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ array ] } - Method [ public method getReverseColumnMap ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] } - Method [ public method getStrategy ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ string ] } - Method [ public method hasAttribute ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method isEmpty ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ final public method readColumnMap ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ int ] } - Method [ final public method readColumnMapIndex ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } + - Return [ array ] } - Method [ final public method readMetaData ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Throwable ] } - Method [ final public method readMetaDataIndex ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method reset ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } + } + } - Method [ public method setAutomaticCreateAttributes ] { + Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $dateFormat = 'c' ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $dateFormat = ] } - - Return [ void ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method format ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method getDateFormat ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method setDateFormat ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $dateFormat ] } - - Return [ void ] } - Method [ public method setStrategy ] { + Method [ protected method getFormattedDate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ void ] + - Return [ string ] } - Method [ final public method writeMetaDataIndex ] { + Method [ protected method toEndsWith ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - - Return [ void ] + - Return [ bool ] } - Method [ final protected method initialize ] { + Method [ protected method toInterpolate ] { - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } + - Return [ string ] } - Method [ protected method getArrVal ] { + Method [ protected method toLower ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] + } + - Return [ string ] + } + + Method [ protected method toStartsWith ] { - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] + } + - Return [ bool ] + } + + Method [ protected method toUpper ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -63440,384 +63224,401 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $strategy = NULL ] + - Properties [2] { + Property [ protected $dateFormat = 'c' ] + Property [ protected $format = NULL ] } - - Methods [34] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] - Parameter #1 [ array $options = [] ] - } - } - - Method [ public method reset ] { + - Methods [12] { + Method [ public method getFormat ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method setFormat ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $format ] } - - Return [ array ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $format = ] + Parameter #1 [ string $dateFormat = ] } - - Return [ array ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method format ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getBindTypes ] { + Method [ public method getDateFormat ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getColumnMap ] { + Method [ public method setDateFormat ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $dateFormat ] } - - Return [ ?array ] } - Method [ public method getDefaultValues ] { + Method [ protected method getFormattedDate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getDataTypes ] { + Method [ protected method toEndsWith ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDataTypesNumeric ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method toLower ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method getEmptyStringAttributes ] { + Method [ protected method toStartsWith ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getIdentityField ] { + Method [ protected method toUpper ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ ?string ] + - Return [ string ] } + } + } - Method [ public method getNonPrimaryKeyAttributes ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + Class [ class Phalcon\Logger\Item ] { - Method [ public method getNotNullAttributes ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method getPrimaryKeyAttributes ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + - Properties [5] { + Property [ protected $context = NULL ] + Property [ protected $message = NULL ] + Property [ protected $level = NULL ] + Property [ protected $levelName = NULL ] + Property [ protected $dateTime = NULL ] + } - Method [ public method getReverseColumnMap ] { + - Methods [6] { + Method [ public method getContext ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ array ] } - Method [ public method getStrategy ] { + Method [ public method getMessage ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ string ] } - Method [ public method hasAttribute ] { + Method [ public method getLevel ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method isEmpty ] { + Method [ public method getLevelName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method read ] { + Method [ public method getDateTime ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ ?array ] } - Method [ final public method readColumnMap ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [5] { + Parameter #0 [ string $message ] + Parameter #1 [ string $levelName ] + Parameter #2 [ int $level ] + Parameter #3 [ DateTimeImmutable $dateTime ] + Parameter #4 [ array $context = [] ] } - - Return [ ?array ] } + } + } - Method [ final public method readColumnMapIndex ] { + Class [ class Phalcon\Logger\Logger implements PsrExt\Log\LoggerInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - } + - Constants [9] { + Constant [ public int ALERT ] { 2 } + Constant [ public int CRITICAL ] { 1 } + Constant [ public int CUSTOM ] { 8 } + Constant [ public int DEBUG ] { 7 } + Constant [ public int EMERGENCY ] { 0 } + Constant [ public int ERROR ] { 3 } + Constant [ public int INFO ] { 6 } + Constant [ public int NOTICE ] { 5 } + Constant [ public int WARNING ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $adapters = NULL ] + Property [ protected $excluded = NULL ] + Property [ protected $logLevel = 8 ] + Property [ protected $name = '' ] + Property [ protected $timezone = NULL ] + } + + - Methods [22] { + Method [ public method getAdapters ] { + + - Parameters [0] { + } } - Method [ final public method readMetaData ] { + Method [ public method getLogLevel ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters = [] ] + Parameter #2 [ ?DateTimeZone $timezone = ] } - - Return [ void ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method addAdapter ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] } - - Return [ void ] + - Return [ Phalcon\Logger\Logger ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method alert ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ $message ] + Parameter #1 [ array $context = [] ] } - Return [ void ] } - Method [ public method setDI ] { + Method [ public method critical ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context = [] ] } - Return [ void ] } - Method [ public method setStrategy ] { + Method [ public method debug ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context = [] ] } - Return [ void ] } - Method [ public method write ] { + Method [ public method error ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + Parameter #0 [ $message ] + Parameter #1 [ array $context = [] ] } - Return [ void ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method emergency ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context = [] ] } - Return [ void ] } - Method [ final protected method initialize ] { + Method [ public method excludeAdapters ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [1] { + Parameter #0 [ array $adapters = [] ] } + - Return [ Phalcon\Logger\Logger ] } - Method [ protected method getArrVal ] { + Method [ public method getAdapter ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - } - } - - Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - - Constants [0] { - } + Method [ public method info ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method log ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ $message ] + Parameter #2 [ array $context = [] ] + } + - Return [ void ] + } - - Methods [2] { - Method [ final public method getColumnMaps ] { + Method [ public method notice ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ $message ] + Parameter #1 [ array $context = [] ] } - - Return [ array ] + - Return [ void ] } - Method [ final public method getMetaData ] { + Method [ public method removeAdapter ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ Phalcon\Logger\Logger ] } - } - } - Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - - - Constants [0] { - } + Method [ public method setAdapters ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $adapters ] + } + - Return [ Phalcon\Logger\Logger ] + } - - Static methods [0] { - } + Method [ public method setLogLevel ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ int $level ] + } + - Return [ Phalcon\Logger\Logger ] + } - - Methods [2] { - Method [ final public method getColumnMaps ] { + Method [ public method warning ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ $message ] + Parameter #1 [ array $context = [] ] } - - Return [ array ] + - Return [ void ] } - Method [ final public method getMetaData ] { + Method [ protected method addMessage ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ int $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] + } + - Return [ bool ] + } + + Method [ protected method getLevels ] { + + - Parameters [0] { } - Return [ array ] } + + Method [ private method getLevelNumber ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + - Return [ int ] + } } } - Class [ class Phalcon\Mvc\Model\MetaData\Stream extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Logger\LoggerFactory extends Phalcon\Factory\AbstractConfigFactory ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -63826,769 +63627,660 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $strategy = NULL ] - Property [ protected $metaDataDir = './' ] + - Properties [1] { + Property [ private $adapterFactory = NULL ] } - - Methods [35] { + - Methods [8] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ Phalcon\Logger\AdapterFactory $factory ] } } - Method [ public method read ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $config ] } - - Return [ ?array ] + - Return [ Phalcon\Logger\Logger ] } - Method [ public method write ] { + Method [ public method newInstance ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters = [] ] + Parameter #2 [ ?DateTimeZone $timezone = ] } - - Return [ void ] + - Return [ Phalcon\Logger\Logger ] } - Method [ private method throwWriteException ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ $option ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method getAttributes ] { + Method [ protected method getExceptionClass ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } - Return [ array ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ protected method checkConfigElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $message ] } - - Return [ array ] + - Return [ Exception ] } + } + } - Method [ public method getColumnMap ] { + Class [ class Phalcon\Messages\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?array ] - } + - Constants [0] { + } - Method [ public method getDefaultValues ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getDataTypes ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ array ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method getDI ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method getEmptyStringAttributes ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method getIdentityField ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method getNotNullAttributes ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Throwable ] } - Method [ public method getReverseColumnMap ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ string ] } - Method [ public method getStrategy ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ string ] } + } + } - Method [ public method hasAttribute ] { + Class [ class Phalcon\Messages\Message implements Stringable, Phalcon\Messages\MessageInterface, JsonSerializable ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $code = NULL ] + Property [ protected $field = NULL ] + Property [ protected $message = NULL ] + Property [ protected $type = NULL ] + Property [ protected $metaData = NULL ] + } + + - Methods [13] { + Method [ public method getCode ] { + + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method isEmpty ] { + Method [ public method getField ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ final public method readColumnMap ] { + Method [ public method getMessage ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ string ] } - Method [ final public method readColumnMapIndex ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ final public method readMetaData ] { + Method [ public method getMetaData ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [5] { + Parameter #0 [ string $message ] + Parameter #1 [ $field = ] + Parameter #2 [ string $type = ] + Parameter #3 [ int $code = ] + Parameter #4 [ array $metaData = [] ] } } - Method [ public method reset ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method setCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ int $code ] } - - Return [ void ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method setField ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $field ] } - - Return [ void ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ public method setDI ] { + Method [ public method setMessage ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $message ] } - - Return [ void ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ public method setStrategy ] { + Method [ public method setMetaData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + Parameter #0 [ array $metaData ] } - - Return [ void ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method setType ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ void ] + - Return [ Phalcon\Messages\MessageInterface ] } + } + } - Method [ final protected method initialize ] { + Class [ class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] - } - } - - Method [ protected method getArrVal ] { - - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - } - } - } - } - - Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [4] { - Constant [ public int TYPE_DELETE ] { 303 } - Constant [ public int TYPE_INSERT ] { 306 } - Constant [ public int TYPE_SELECT ] { 309 } - Constant [ public int TYPE_UPDATE ] { 300 } + - Constants [0] { } - - Static properties [1] { - Property [ protected static $internalPhqlCache = NULL ] + - Static properties [0] { } - - Static methods [1] { - Method [ static public method clean ] { - - - Parameters [0] { - } - - Return [ void ] - } + - Static methods [0] { } - - Properties [23] { - Property [ protected $ast = NULL ] - Property [ protected $bindParams = NULL ] - Property [ protected $bindTypes = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $cacheOptions = NULL ] - Property [ protected $container = NULL ] - Property [ protected $enableImplicitJoins = NULL ] - Property [ protected $intermediate = NULL ] - Property [ protected $manager = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $models = NULL ] - Property [ protected $modelsInstances = NULL ] - Property [ protected $nestingLevel = -1 ] - Property [ protected $phql = NULL ] - Property [ protected $sharedLock = false ] - Property [ protected $sqlAliases = NULL ] - Property [ protected $sqlAliasesModels = NULL ] - Property [ protected $sqlAliasesModelsInstances = NULL ] - Property [ protected $sqlColumnAliases = NULL ] - Property [ protected $sqlModelsAliases = NULL ] - Property [ protected $type = NULL ] - Property [ protected $uniqueRow = false ] - Property [ protected $transaction = NULL ] + - Properties [2] { + Property [ protected $position = 0 ] + Property [ protected $messages = NULL ] } - - Methods [49] { - Method [ public method getTransaction ] { - - - Parameters [0] { - } - - Return [ null ] - } - + - Methods [15] { Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ ?string $phql = ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] - Parameter #2 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ array $messages = [] ] } } - Method [ public method cache ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ array $cacheOptions ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method execute ] { + Method [ public method appendMessages ] { - - Parameters [2] { - Parameter #0 [ array $bindParams = [] ] - Parameter #1 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ $messages ] } } - Method [ public method getCache ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ int ] } - Method [ public method getCacheOptions ] { + Method [ public method current ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ public method getBindParams ] { + Method [ public method filter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $fieldName ] } - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getDI ] { + Method [ public method key ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ int ] } - Method [ public method getIntermediate ] { + Method [ public method next ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method getSingleResult ] { + Method [ public method offsetExists ] { - - Parameters [2] { - Parameter #0 [ array $bindParams = [] ] - Parameter #1 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ $index ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ bool ] } - Method [ public method getSql ] { + Method [ public method offsetGet ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $index ] } - - Return [ array ] } - Method [ public method getType ] { + Method [ public method offsetSet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $message ] } - - Return [ int ] + - Return [ void ] } - Method [ public method getUniqueRow ] { + Method [ public method offsetUnset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $index ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method parse ] { + Method [ public method rewind ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method setBindParams ] { + Method [ public method valid ] { - - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ bool $merge = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ bool ] } + } + } - Method [ public method setBindTypes ] { - - - Parameters [2] { - Parameter #0 [ array $bindTypes ] - Parameter #1 [ bool $merge = ] - } - - Return [ Phalcon\Mvc\Model\QueryInterface ] - } + Class [ class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Method [ public method setDI ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } + - Static properties [0] { + } - Method [ public method setIntermediate ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ array $intermediate ] - } - - Return [ Phalcon\Mvc\Model\QueryInterface ] - } + - Properties [7] { + Property [ protected $container = NULL ] + Property [ protected $defaultModule = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $modules = NULL ] + Property [ protected $implicitView = true ] + Property [ protected $sendCookies = true ] + Property [ protected $sendHeaders = true ] + } - Method [ public method setSharedLock ] { + - Methods [16] { + Method [ public method handle ] { - Parameters [1] { - Parameter #0 [ bool $sharedLock = ] + Parameter #0 [ string $uri ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method setTransaction ] { + Method [ public method sendCookiesOnHandleRequest ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ bool $sendCookies ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ Phalcon\Mvc\Application ] } - Method [ public method setType ] { + Method [ public method sendHeadersOnHandleRequest ] { - Parameters [1] { - Parameter #0 [ int $type ] + Parameter #0 [ bool $sendHeaders ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ Phalcon\Mvc\Application ] } - Method [ public method setUniqueRow ] { + Method [ public method useImplicitView ] { - Parameters [1] { - Parameter #0 [ bool $uniqueRow ] - } - - Return [ Phalcon\Mvc\Model\QueryInterface ] - } - - Method [ final protected method executeDelete ] { - - - Parameters [3] { - Parameter #0 [ array $intermediate ] - Parameter #1 [ array $bindParams ] - Parameter #2 [ array $bindTypes ] + Parameter #0 [ bool $implicitView ] } - - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + - Return [ Phalcon\Mvc\Application ] } - Method [ final protected method executeInsert ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ array $intermediate ] - Parameter #1 [ array $bindParams ] - Parameter #2 [ array $bindTypes ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ final protected method executeSelect ] { + Method [ public method getDefaultModule ] { - - Parameters [4] { - Parameter #0 [ array $intermediate ] - Parameter #1 [ array $bindParams ] - Parameter #2 [ array $bindTypes ] - Parameter #3 [ bool $simulate = ] + - Parameters [0] { } + - Return [ string ] } - Method [ final protected method executeUpdate ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ array $intermediate ] - Parameter #1 [ array $bindParams ] - Parameter #2 [ array $bindTypes ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ final protected method getCallArgument ] { + Method [ public method getModule ] { - Parameters [1] { - Parameter #0 [ array $argument ] + Parameter #0 [ string $name ] } - - Return [ array ] } - Method [ final protected method getCaseExpression ] { + Method [ public method getModules ] { - - Parameters [1] { - Parameter #0 [ array $expr ] + - Parameters [0] { } - Return [ array ] } - Method [ final protected method getExpression ] { + Method [ public method registerModules ] { - Parameters [2] { - Parameter #0 [ array $expr ] - Parameter #1 [ bool $quoting = ] + Parameter #0 [ array $modules ] + Parameter #1 [ bool $merge = ] } - - Return [ array ] + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ final protected method getFunctionCall ] { + Method [ public method setDefaultModule ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ string $defaultModule ] } - - Return [ array ] + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ final protected method getGroupClause ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ array $group ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ final protected method getLimitClause ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ array $limitClause ] + Parameter #0 [ string $propertyName ] } - - Return [ array ] } - Method [ final protected method getJoin ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] - Parameter #1 [ array $join ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ final protected method getJoinType ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ array $join ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ final protected method getJoins ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ array $select ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } + } + } - Method [ final protected method getMultiJoin ] { - - - Parameters [5] { - Parameter #0 [ string $joinType ] - Parameter #1 [ $joinSource ] - Parameter #2 [ string $modelAlias ] - Parameter #3 [ string $joinAlias ] - Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] - } - - Return [ array ] - } + Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { - Method [ final protected method getOrderClause ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $order ] - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ final protected method getQualified ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ array $expr ] - } - - Return [ array ] - } + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + } - Method [ protected method getReadConnection ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ ?array $intermediate = [] ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ final protected method getRelatedRecords ] { + Method [ public method __wakeup ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $intermediate ] - Parameter #2 [ array $bindParams ] - Parameter #3 [ array $bindTypes ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ final protected method getSelectColumn ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ array $column ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final protected method getSingleJoin ] { + Method [ final public method getCode ] { - - Parameters [5] { - Parameter #0 [ string $joinType ] - Parameter #1 [ $joinSource ] - Parameter #2 [ string $modelAlias ] - Parameter #3 [ string $joinAlias ] - Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] + - Parameters [0] { } - - Return [ array ] } - Method [ final protected method getTable ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] - Parameter #1 [ array $qualifiedName ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method getWriteConnection ] { + Method [ final public method getLine ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ ?array $intermediate = [] ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ int ] } - Method [ final protected method _prepareDelete ] { + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ final protected method _prepareInsert ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?Throwable ] } - Method [ final protected method _prepareSelect ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ $ast = ] - Parameter #1 [ bool $merge = ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final protected method _prepareUpdate ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { - - Constants [2] { - Constant [ public string OPERATOR_AND ] { and } - Constant [ public string OPERATOR_OR ] { or } + - Constants [0] { } - Static properties [0] { @@ -64597,565 +64289,458 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [16] { - Property [ protected $bindParams = NULL ] - Property [ protected $bindTypes = NULL ] - Property [ protected $columns = NULL ] - Property [ protected $conditions = NULL ] + - Properties [1] { Property [ protected $container = NULL ] - Property [ protected $distinct = NULL ] - Property [ protected $forUpdate = false ] - Property [ protected $group = NULL ] - Property [ protected $having = NULL ] - Property [ protected $hiddenParamNumber = 0 ] - Property [ protected $joins = NULL ] - Property [ protected $limit = NULL ] - Property [ protected $models = NULL ] - Property [ protected $offset = 0 ] - Property [ protected $order = NULL ] - Property [ protected $sharedLock = false ] } - - Methods [52] { - Method [ public method __construct ] { + - Methods [5] { + Method [ final public method __construct ] { - - Parameters [2] { - Parameter #0 [ $params = ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [0] { } } - Method [ public method addFrom ] { + Method [ public method __get ] { - - Parameters [2] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $alias = ] + - Parameters [1] { + Parameter #0 [ string $propertyName ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method andHaving ] { + Method [ public method __isset ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ public method andWhere ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ final public method autoescape ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ string $identifier ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } + } + } - Method [ public method betweenHaving ] { + Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = ] - } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] - } + - Constants [0] { + } - Method [ public method betweenWhere ] { + - Static properties [0] { + } - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = ] - } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] - } - - Method [ public method columns ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $columns ] - } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] - } + - Properties [26] { + Property [ protected $container = NULL ] + Property [ protected $activeHandler = NULL ] + Property [ protected $activeMethodMap = NULL ] + Property [ protected $actionName = NULL ] + Property [ protected $actionSuffix = 'Action' ] + Property [ protected $camelCaseMap = NULL ] + Property [ protected $defaultNamespace = NULL ] + Property [ protected $handlerHashes = NULL ] + Property [ protected $handlerName = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $finished = false ] + Property [ protected $forwarded = false ] + Property [ protected $isControllerInitialize = false ] + Property [ protected $lastHandler = NULL ] + Property [ protected $modelBinder = NULL ] + Property [ protected $modelBinding = false ] + Property [ protected $moduleName = NULL ] + Property [ protected $namespaceName = NULL ] + Property [ protected $params = NULL ] + Property [ protected $previousActionName = NULL ] + Property [ protected $previousHandlerName = NULL ] + Property [ protected $previousNamespaceName = NULL ] + Property [ protected $returnedValue = NULL ] + Property [ protected $defaultAction = 'index' ] + Property [ protected $defaultHandler = 'index' ] + Property [ protected $handlerSuffix = 'Controller' ] + } - Method [ public method distinct ] { + - Methods [48] { + Method [ public method forward ] { - Parameters [1] { - Parameter #0 [ $distinct ] + Parameter #0 [ array $forward ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method forUpdate ] { + Method [ public method getActiveController ] { - - Parameters [1] { - Parameter #0 [ bool $forUpdate ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ public method from ] { + Method [ public method getControllerClass ] { - - Parameters [1] { - Parameter #0 [ $models ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method getBindParams ] { + Method [ public method getControllerName ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getBindTypes ] { + Method [ public method getLastController ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ public method getColumns ] { + Method [ public method getPreviousActionName ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method getPreviousControllerName ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method getDistinct ] { + Method [ public method getPreviousNamespaceName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getFrom ] { + Method [ public method setControllerName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $controllerName ] } } - Method [ public method getGroupBy ] { + Method [ public method setControllerSuffix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $controllerSuffix ] } - - Return [ array ] } - Method [ public method getHaving ] { + Method [ public method setDefaultController ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $controllerName ] } - - Return [ string ] } - Method [ public method getJoins ] { + Method [ protected method handleException ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Exception $exception ] } - - Return [ array ] } - Method [ public method getLimit ] { + Method [ protected method throwDispatchException ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ int $exceptionCode = ] } } - Method [ public method getModels ] { + Method [ public method callActionMethod ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params = [] ] } } - Method [ public method getOffset ] { + Method [ public method dispatch ] { - Parameters [0] { } - - Return [ int ] } - Method [ public method getOrderBy ] { + Method [ public method getActionName ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getPhql ] { + Method [ public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getQuery ] { + Method [ public method getActiveMethod ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ string ] } - Method [ public method getWhere ] { + Method [ public method getBoundModels ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method groupBy ] { + Method [ public method getDefaultNamespace ] { - - Parameters [1] { - Parameter #0 [ $group ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method having ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method inHaving ] { + Method [ public method getHandlerSuffix ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method innerJoin ] { + Method [ public method getModelBinder ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = ] - Parameter #2 [ ?string $alias = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ ?Phalcon\Mvc\Model\BinderInterface ] } - Method [ public method inWhere ] { + Method [ public method getModuleName ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method join ] { + Method [ public method getNamespaceName ] { - - Parameters [4] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = ] - Parameter #2 [ ?string $alias = ] - Parameter #3 [ ?string $type = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method leftJoin ] { + Method [ public method getParam ] { - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = ] - Parameter #2 [ ?string $alias = ] - } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] - } - - Method [ public method limit ] { - - - Parameters [2] { - Parameter #0 [ int $limit ] - Parameter #1 [ $offset = ] + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method notBetweenHaving ] { + Method [ public method getParams ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ array ] } - Method [ public method notBetweenWhere ] { + Method [ public method hasParam ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = ] + - Parameters [1] { + Parameter #0 [ $param ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ public method notInHaving ] { + Method [ public method isFinished ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ public method notInWhere ] { + Method [ public method setActionName ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = ] + - Parameters [1] { + Parameter #0 [ string $actionName ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method offset ] { + Method [ public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ int $offset ] + Parameter #0 [ string $actionName ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method orderBy ] { + Method [ public method setDefaultNamespace ] { - Parameters [1] { - Parameter #0 [ $orderBy ] + Parameter #0 [ string $defaultNamespace ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method orHaving ] { + Method [ public method getHandlerClass ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method orWhere ] { + Method [ public method setParam ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method rightJoin ] { + Method [ public method setParams ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = ] - Parameter #2 [ ?string $alias = ] + - Parameters [1] { + Parameter #0 [ array $params ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method setBindParams ] { + Method [ public method setReturnedValue ] { - - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ bool $merge = ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method setBindTypes ] { + Method [ public method setActionSuffix ] { - - Parameters [2] { - Parameter #0 [ array $bindTypes ] - Parameter #1 [ bool $merge = ] + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method setDI ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ public method where ] { + Method [ public method setHandlerSuffix ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ protected method conditionBetween ] { + Method [ public method setModelBinder ] { - - Parameters [5] { - Parameter #0 [ string $clause ] - Parameter #1 [ string $operator ] - Parameter #2 [ string $expr ] - Parameter #3 [ $minimum ] - Parameter #4 [ $maximum ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache = ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Dispatcher\DispatcherInterface ] } - Method [ protected method conditionIn ] { + Method [ public method setModuleName ] { - - Parameters [4] { - Parameter #0 [ string $clause ] - Parameter #1 [ string $operator ] - Parameter #2 [ string $expr ] - Parameter #3 [ array $values ] + - Parameters [1] { + Parameter #0 [ string $moduleName ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ protected method conditionNotBetween ] { + Method [ public method setNamespaceName ] { - - Parameters [5] { - Parameter #0 [ string $clause ] - Parameter #1 [ string $operator ] - Parameter #2 [ string $expr ] - Parameter #3 [ $minimum ] - Parameter #4 [ $maximum ] + - Parameters [1] { + Parameter #0 [ string $namespaceName ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ protected method conditionNotIn ] { + Method [ public method getReturnedValue ] { - - Parameters [4] { - Parameter #0 [ string $clause ] - Parameter #1 [ string $operator ] - Parameter #2 [ string $expr ] - Parameter #3 [ array $values ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - } - } - - Class [ abstract class Phalcon\Mvc\Model\Query\Lang ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method parsePHQL ] { + Method [ public method wasForwarded ] { - - Parameters [1] { - Parameter #0 [ string $phql ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $model = NULL ] - Property [ protected $success = NULL ] - } - - Methods [4] { - Method [ public method __construct ] { + Method [ protected method resolveEmptyProperties ] { - - Parameters [2] { - Parameter #0 [ bool $success ] - Parameter #1 [ ?Phalcon\Mvc\ModelInterface $model = ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getMessages ] { + Method [ protected method toCamelCase ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getModel ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method success ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { + Class [ class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] { - - Constants [8] { - Constant [ public int ACTION_CASCADE ] { 2 } - Constant [ public int ACTION_RESTRICT ] { 1 } - Constant [ public int BELONGS_TO ] { 0 } - Constant [ public int HAS_MANY ] { 2 } - Constant [ public int HAS_MANY_THROUGH ] { 4 } - Constant [ public int HAS_ONE ] { 1 } - Constant [ public int HAS_ONE_THROUGH ] { 3 } - Constant [ public int NO_ACTION ] { 0 } + - Constants [6] { + Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public int EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { @@ -65164,140 +64749,89 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $fields = NULL ] - Property [ protected $intermediateFields = NULL ] - Property [ protected $intermediateModel = NULL ] - Property [ protected $intermediateReferencedFields = NULL ] - Property [ protected $options = NULL ] - Property [ protected $referencedFields = NULL ] - Property [ protected $referencedModel = NULL ] - Property [ protected $type = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [16] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ int $type ] - Parameter #1 [ string $referencedModel ] - Parameter #2 [ $fields ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method getFields ] { + Method [ public method __wakeup ] { - Parameters [0] { } } - Method [ public method getForeignKey ] { + Method [ final public method getMessage ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getIntermediateFields ] { + Method [ final public method getCode ] { - Parameters [0] { } } - Method [ public method getIntermediateModel ] { + Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getIntermediateReferencedFields ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getOption ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - } - - Method [ public method getOptions ] { + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getParams ] { - - - Parameters [0] { - } - } - - Method [ public method getType ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Throwable ] } - Method [ public method getReferencedFields ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getReferencedModel ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method isForeignKey ] { + Class [ class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, ArrayAccess, Phalcon\Events\EventsAwareInterface ] { - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isThrough ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isReusable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method setIntermediateRelation ] { - - - Parameters [3] { - Parameter #0 [ $intermediateFields ] - Parameter #1 [ string $intermediateModel ] - Parameter #2 [ $intermediateReferencedFields ] - } - } - } - } - - Class [ class Phalcon\Mvc\Model\Resultset\Complex extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - - - Constants [5] { - Constant [ public int HYDRATE_ARRAYS ] { 1 } - Constant [ public int HYDRATE_OBJECTS ] { 2 } - Constant [ public int HYDRATE_RECORDS ] { 0 } - Constant [ public int TYPE_RESULT_FULL ] { 0 } - Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -65306,566 +64840,615 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [12] { - Property [ protected $activeRow = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $count = 0 ] - Property [ protected $errorMessages = NULL ] - Property [ protected $hydrateMode = 0 ] - Property [ protected $isFresh = true ] - Property [ protected $pointer = 0 ] - Property [ protected $row = NULL ] - Property [ protected $rows = NULL ] - Property [ protected $result = NULL ] - Property [ protected $columnTypes = NULL ] - Property [ protected $disableHydration = false ] + - Properties [15] { + Property [ protected $activeHandler = NULL ] + Property [ protected $afterBindingHandlers = NULL ] + Property [ protected $afterHandlers = NULL ] + Property [ protected $beforeHandlers = NULL ] + Property [ protected $container = NULL ] + Property [ protected $errorHandler = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $finishHandlers = NULL ] + Property [ protected $handlers = NULL ] + Property [ protected $modelBinder = NULL ] + Property [ protected $notFoundHandler = NULL ] + Property [ protected $responseHandler = NULL ] + Property [ protected $returnedValue = NULL ] + Property [ protected $router = NULL ] + Property [ protected $stopped = false ] } - - Methods [28] { - Method [ public method __construct ] { + - Methods [41] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $columnTypes ] - Parameter #1 [ ?Phalcon\Db\ResultInterface $result = ] - Parameter #2 [ ?Psr\SimpleCache\CacheInterface $cache = ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } } - Method [ final public method current ] { + Method [ public method after ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method toArray ] { + Method [ public method afterBinding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method serialize ] { + Method [ public method before ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method unserialize ] { + Method [ public method delete ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method count ] { + Method [ public method error ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method delete ] { + Method [ public method finish ] { - Parameters [1] { - Parameter #0 [ ?Closure $conditionCallback = ] + Parameter #0 [ $handler ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method filter ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getCache ] { + Method [ public method getActiveHandler ] { - Parameters [0] { } - - Return [ ?Psr\SimpleCache\CacheInterface ] } - Method [ public method getFirst ] { + Method [ public method getBoundModels ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getHydrateMode ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getLast ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ ?Phalcon\Mvc\ModelInterface ] + - Return [ void ] } - Method [ public method getMessages ] { + Method [ public method getHandlers ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getType ] { + Method [ public method getModelBinder ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Phalcon\Mvc\Model\BinderInterface ] } - Method [ public method isFresh ] { + Method [ public method getReturnedValue ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method jsonSerialize ] { + Method [ public method getRouter ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method key ] { + Method [ public method getService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serviceName ] } - - Return [ ?int ] } - Method [ public method next ] { + Method [ public method getSharedService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serviceName ] } - - Return [ void ] } - Method [ public method offsetGet ] { + Method [ public method handle ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $uri ] } } - Method [ public method offsetExists ] { + Method [ public method hasService ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $serviceName ] } - Return [ bool ] } - Method [ public method offsetSet ] { + Method [ public method head ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method offsetUnset ] { + Method [ public method map ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method rewind ] { + Method [ public method mount ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ final public method seek ] { + Method [ public method notFound ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ $handler ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method setHydrateMode ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ int $hydrateMode ] + Parameter #0 [ $alias ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ bool ] } - Method [ public method setIsFresh ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ bool $isFresh ] + Parameter #0 [ $alias ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method update ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ ?Closure $conditionCallback = ] + Parameter #0 [ $alias ] + Parameter #1 [ $definition ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method valid ] { + Method [ public method offsetUnset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $alias ] } - - Return [ bool ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - - - Constants [5] { - Constant [ public int HYDRATE_ARRAYS ] { 1 } - Constant [ public int HYDRATE_OBJECTS ] { 2 } - Constant [ public int HYDRATE_RECORDS ] { 0 } - Constant [ public int TYPE_RESULT_FULL ] { 0 } - Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method options ] { - - Properties [13] { - Property [ protected $activeRow = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $count = 0 ] - Property [ protected $errorMessages = NULL ] - Property [ protected $hydrateMode = 0 ] - Property [ protected $isFresh = true ] - Property [ protected $pointer = 0 ] - Property [ protected $row = NULL ] - Property [ protected $rows = NULL ] - Property [ protected $result = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $model = NULL ] - Property [ protected $keepSnapshots = false ] - } + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Methods [28] { - Method [ public method __construct ] { + Method [ public method patch ] { - - Parameters [5] { - Parameter #0 [ $columnMap ] - Parameter #1 [ $model ] - Parameter #2 [ $result ] - Parameter #3 [ ?Psr\SimpleCache\CacheInterface $cache = ] - Parameter #4 [ bool $keepSnapshots = ] + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method current ] { + Method [ public method post ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ ?Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method toArray ] { + Method [ public method put ] { - - Parameters [1] { - Parameter #0 [ bool $renameColumns = ] + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method serialize ] { + Method [ public method setActiveHandler ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $activeHandler ] } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - Method [ final public method count ] { + Method [ public method setModelBinder ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache = ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method delete ] { + Method [ public method setResponseHandler ] { - Parameters [1] { - Parameter #0 [ ?Closure $conditionCallback = ] + Parameter #0 [ $handler ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method filter ] { + Method [ public method setService ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [3] { + Parameter #0 [ string $serviceName ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = ] } - - Return [ array ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method getCache ] { + Method [ public method stop ] { - Parameters [0] { } - - Return [ ?Psr\SimpleCache\CacheInterface ] } - Method [ public method getFirst ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $propertyName ] } } - Method [ public method getHydrateMode ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method getLast ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Di\DiInterface ] } + } + } - Method [ public method getMessages ] { + Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getType ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $handler = NULL ] + Property [ protected $handlers = NULL ] + Property [ protected $lazy = false ] + Property [ protected $prefix = '' ] + } + + - Methods [17] { + Method [ public method delete ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method isFresh ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method jsonSerialize ] { + Method [ public method getHandler ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method key ] { + Method [ public method getHandlers ] { - Parameters [0] { } - - Return [ ?int ] + - Return [ array ] } - Method [ public method next ] { + Method [ public method getPrefix ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ public method head ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method offsetExists ] { + Method [ public method isLazy ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method offsetSet ] { + Method [ public method map ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method offsetUnset ] { + Method [ public method mapVia ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [4] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ $method ] + Parameter #3 [ ?string $name = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ final public method rewind ] { + Method [ public method options ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ final public method seek ] { + Method [ public method patch ] { - - Parameters [1] { - Parameter #0 [ $position ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method setHydrateMode ] { + Method [ public method post ] { - - Parameters [1] { - Parameter #0 [ int $hydrateMode ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method setIsFresh ] { + Method [ public method put ] { - - Parameters [1] { - Parameter #0 [ bool $isFresh ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method update ] { + Method [ public method setHandler ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ ?Closure $conditionCallback = ] + Parameter #0 [ $handler ] + Parameter #1 [ bool $lazy = ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method valid ] { + Method [ public method setLazy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $lazy ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - } - } - Class [ class Phalcon\Mvc\Model\Row implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { + Method [ public method setPrefix ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } - - Static properties [0] { + Method [ protected method addMap ] { + + - Parameters [4] { + Parameter #0 [ $method ] + Parameter #1 [ string $routePattern ] + Parameter #2 [ $handler ] + Parameter #3 [ string $name ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { } - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [9] { - Method [ public method jsonSerialize ] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method offsetGet ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method offsetExists ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method offsetSet ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method readAttribute ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $attribute ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setDirtyState ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ int $dirtyState ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method toArray ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method writeAttribute ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { + Class [ class Phalcon\Mvc\Micro\LazyLoader ] { - Constants [0] { } @@ -65876,944 +65459,876 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $activeTransaction = false ] - Property [ protected $connection = NULL ] - Property [ protected $isNewTransaction = true ] - Property [ protected $manager = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $rollbackRecord = NULL ] - Property [ protected $rollbackOnAbort = false ] - Property [ protected $rollbackThrowException = false ] + - Properties [2] { + Property [ protected $handler = NULL ] + Property [ protected $definition = NULL ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [4] { + Method [ public method getHandler ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ bool $autoBegin = ] - Parameter #2 [ string $service = ] + - Parameters [0] { } + - Return [ ?NULL ] } - Method [ public method begin ] { + Method [ public method getDefinition ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method commit ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $definition ] } - - Return [ bool ] } - Method [ public method getConnection ] { + Method [ public method callMethod ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $method ] + Parameter #1 [ $arguments ] + Parameter #2 [ ?Phalcon\Mvc\Model\BinderInterface $modelBinder = ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } + } + } - Method [ public method getMessages ] { + Class [ abstract class Phalcon\Mvc\Model extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Serializable, JsonSerializable ] { - - Parameters [0] { + - Constants [8] { + Constant [ public int DIRTY_STATE_DETACHED ] { 2 } + Constant [ public int DIRTY_STATE_PERSISTENT ] { 0 } + Constant [ public int DIRTY_STATE_TRANSIENT ] { 1 } + Constant [ public int OP_CREATE ] { 1 } + Constant [ public int OP_DELETE ] { 3 } + Constant [ public int OP_NONE ] { 0 } + Constant [ public int OP_UPDATE ] { 2 } + Constant [ public string TRANSACTION_INDEX ] { transaction } + } + + - Static properties [0] { + } + + - Static methods [17] { + Method [ static public method __callStatic ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] } - - Return [ array ] } - Method [ public method isManaged ] { + Method [ static public method average ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $parameters = [] ] } - - Return [ bool ] } - Method [ public method isValid ] { + Method [ static public method cloneResult ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] + Parameter #1 [ array $data ] + Parameter #2 [ int $dirtyState = ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method rollback ] { + Method [ static public method cloneResultMap ] { - - Parameters [2] { - Parameter #0 [ ?string $rollbackMessage = ] - Parameter #1 [ ?Phalcon\Mvc\ModelInterface $rollbackRecord = ] + - Parameters [5] { + Parameter #0 [ $base ] + Parameter #1 [ array $data ] + Parameter #2 [ $columnMap ] + Parameter #3 [ int $dirtyState = ] + Parameter #4 [ ?bool $keepSnapshots = ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setIsNewTransaction ] { + Method [ static public method cloneResultMapHydrate ] { - - Parameters [1] { - Parameter #0 [ bool $isNew ] + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + Parameter #2 [ int $hydrationMode ] } - - Return [ void ] } - Method [ public method setRollbackOnAbort ] { + Method [ static public method count ] { - Parameters [1] { - Parameter #0 [ bool $rollbackOnAbort ] + Parameter #0 [ $parameters = ] } - - Return [ void ] } - Method [ public method setRollbackedRecord ] { + Method [ static public method find ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ $parameters = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method setTransactionManager ] { + Method [ static public method findFirst ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + Parameter #0 [ $parameters = ] } - - Return [ void ] + - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ public method throwRollbackException ] { + Method [ static public method maximum ] { - Parameters [1] { - Parameter #0 [ bool $status ] + Parameter #0 [ $parameters = ] } - - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - } - } - - Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ static public method minimum ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ $parameters = ] } - - Return [ string ] } - } - - - Properties [5] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - Property [ protected $record = NULL ] - } - - Methods [12] { - Method [ public method __construct ] { + Method [ static public method query ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ ?Phalcon\Mvc\ModelInterface $record = ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getRecord ] { + Method [ static public method setup ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ void ] } - Method [ public method getRecordMessages ] { + Method [ static public method sum ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $parameters = ] } - - Return [ array ] } - Method [ public method __wakeup ] { + Method [ static protected method groupResult ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $functionName ] + Parameter #1 [ string $alias ] + Parameter #2 [ $parameters = ] } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ final public method getMessage ] { + Method [ final static protected method invokeFinder ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ static private method getPreparedQuery ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $params ] + Parameter #1 [ $limit = ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ final public method getFile ] { + Method [ static private method caseInsensitiveColumnMap ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $columnMap ] + Parameter #1 [ $key ] } - Return [ string ] } + } - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } + - Properties [15] { + Property [ protected $container = NULL ] + Property [ protected $dirtyState = 1 ] + Property [ protected $dirtyRelated = NULL ] + Property [ protected $errorMessages = NULL ] + Property [ protected $modelsManager = NULL ] + Property [ protected $modelsMetaData = NULL ] + Property [ protected $related = NULL ] + Property [ protected $operationMade = 0 ] + Property [ protected $oldSnapshot = NULL ] + Property [ protected $skipped = false ] + Property [ protected $snapshot = NULL ] + Property [ protected $transaction = NULL ] + Property [ protected $uniqueKey = NULL ] + Property [ protected $uniqueParams = NULL ] + Property [ protected $uniqueTypes = NULL ] + } - Method [ final public method getTrace ] { + - Methods [84] { + Method [ public method getTransaction ] { - Parameters [0] { } - - Return [ array ] + - Return [ null ] } - Method [ final public method getPrevious ] { + Method [ final public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $data = ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #2 [ ?Phalcon\Mvc\Model\ManagerInterface $modelsManager = ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method __call ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $property ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Model\Transaction\Manager implements Phalcon\Mvc\Model\Transaction\ManagerInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [6] { - Property [ protected $container = NULL ] - Property [ protected $initialized = false ] - Property [ protected $number = 0 ] - Property [ protected $rollbackPendent = true ] - Property [ protected $service = 'db' ] - Property [ protected $transactions = NULL ] - } - - - Methods [17] { - Method [ public method __construct ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ string $property ] } + - Return [ bool ] } - Method [ public method collectTransactions ] { + Method [ public method __set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $value ] } - - Return [ void ] } - Method [ public method commit ] { + Method [ public method addBehavior ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } + - Return [ void ] } - Method [ public method get ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ bool $autoBegin = ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ Phalcon\Mvc\Model\TransactionInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getDbService ] { + Method [ public method assign ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $whiteList = ] + Parameter #2 [ $dataColumnMap = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getDI ] { + Method [ protected method collectRelatedToSave ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] - } - - Method [ public method getOrCreateTransaction ] { - - - Parameters [1] { - Parameter #0 [ bool $autoBegin = ] - } - - Return [ Phalcon\Mvc\Model\TransactionInterface ] + - Return [ array ] } - Method [ public method getRollbackPendent ] { + Method [ public method create ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method has ] { + Method [ public method delete ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method notifyCommit ] { + Method [ public method dump ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method notifyRollback ] { + Method [ public method fireEvent ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ string $eventName ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method rollback ] { + Method [ public method fireEventCancel ] { - Parameters [1] { - Parameter #0 [ bool $collect = ] + Parameter #0 [ string $eventName ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method rollbackPendent ] { + Method [ public method getChangedFields ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setDbService ] { + Method [ public method getDirtyState ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + - Return [ int ] } - Method [ public method setDI ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method setRollbackPendent ] { + Method [ public method getMessages ] { - Parameters [1] { - Parameter #0 [ bool $rollbackPendent ] + Parameter #0 [ $filter = ] } - - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + - Return [ array ] } - Method [ protected method collectTransaction ] { + Method [ public method getModelsManager ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\ManagerInterface ] } - } - } - - Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Throwable, Stringable ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method getModelsMetaData ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\MetaDataInterface ] } - } - - - Properties [6] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $model = NULL ] - } - - Methods [12] { - Method [ public method __construct ] { + Method [ public method getOperationMade ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $validationMessages ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getMessages ] { + Method [ public method getOldSnapshotData ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getModel ] { + Method [ final public method getReadConnection ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method __wakeup ] { + Method [ final public method getReadConnectionService ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getRelated ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $alias ] + Parameter #1 [ $arguments = ] } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method isRelationshipLoaded ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $relationshipAlias ] } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ final public method getSchema ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ final public method getLine ] { + Method [ public method getSnapshotData ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ final public method getSource ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method getUpdatedFields ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getWriteConnection ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method __toString ] { + Method [ final public method getWriteConnectionService ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [2] { - Constant [ public int POSITION_FIRST ] { 0 } - Constant [ public int POSITION_LAST ] { 1 } - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method hasChanged ] { - - Properties [25] { - Property [ protected $container = NULL ] - Property [ protected $action = NULL ] - Property [ protected $controller = NULL ] - Property [ protected $defaultAction = NULL ] - Property [ protected $defaultController = NULL ] - Property [ protected $defaultModule = NULL ] - Property [ protected $defaultNamespace = NULL ] - Property [ protected $defaultParams = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $keyRouteNames = NULL ] - Property [ protected $keyRouteIds = NULL ] - Property [ protected $matchedRoute = NULL ] - Property [ protected $matches = NULL ] - Property [ protected $module = NULL ] - Property [ protected $namespaceName = NULL ] - Property [ protected $notFoundPaths = NULL ] - Property [ protected $params = NULL ] - Property [ protected $removeExtraSlashes = false ] - Property [ protected $routes = NULL ] - Property [ protected $wasMatched = false ] - Property [ protected $actionSuffix = 'Action' ] - Property [ protected $actionPreformatCallback = NULL ] - Property [ protected $controllerSuffix = 'Controller' ] - Property [ protected $handlers = NULL ] - Property [ protected $routePrefix = '' ] - } + - Parameters [2] { + Parameter #0 [ $fieldName = ] + Parameter #1 [ bool $allFields = ] + } + - Return [ bool ] + } - - Methods [53] { - Method [ public method addModuleResource ] { + Method [ public method hasSnapshotData ] { - - Parameters [3] { - Parameter #0 [ string $module ] - Parameter #1 [ string $handler ] - Parameter #2 [ ?string $prefix = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\Annotations ] + - Return [ bool ] } - Method [ public method addResource ] { + Method [ public method hasUpdated ] { - Parameters [2] { - Parameter #0 [ string $handler ] - Parameter #1 [ ?string $prefix = ] + Parameter #0 [ $fieldName = ] + Parameter #1 [ bool $allFields = ] } - - Return [ Phalcon\Mvc\Router\Annotations ] + - Return [ bool ] } - Method [ public method getResources ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } - Method [ public method handle ] { + Method [ public method readAttribute ] { - Parameters [1] { - Parameter #0 [ string $uri ] + Parameter #0 [ string $attribute ] } - - Return [ void ] } - Method [ public method processActionAnnotation ] { + Method [ public method refresh ] { - - Parameters [5] { - Parameter #0 [ string $module ] - Parameter #1 [ string $namespaceName ] - Parameter #2 [ string $controller ] - Parameter #3 [ string $action ] - Parameter #4 [ Phalcon\Annotations\Annotation $annotation ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method processControllerAnnotation ] { + Method [ public method save ] { - - Parameters [2] { - Parameter #0 [ string $handler ] - Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method setActionSuffix ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setActionPreformatCallback ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $callback = ] + Parameter #0 [ $data ] } } - Method [ public method getActionPreformatCallback ] { + Method [ final public method setConnectionService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $connectionService ] } + - Return [ void ] } - Method [ public method setControllerSuffix ] { + Method [ public method setDirtyState ] { - Parameters [1] { - Parameter #0 [ string $controllerSuffix ] + Parameter #0 [ int $dirtyState ] } } - Method [ public method getKeyRouteNames ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] } - Method [ public method setKeyRouteNames ] { + Method [ final public method setReadConnectionService ] { - Parameters [1] { - Parameter #0 [ array $keyRouteNames ] + Parameter #0 [ string $connectionService ] } + - Return [ void ] } - Method [ public method getKeyRouteIds ] { + Method [ public method setOldSnapshotData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap = ] } - - Return [ array ] } - Method [ public method setKeyRouteIds ] { + Method [ public method setSnapshotData ] { - - Parameters [1] { - Parameter #0 [ array $keyRouteIds ] + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap = ] } + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method setTransaction ] { - Parameters [1] { - Parameter #0 [ bool $defaultRoutes = ] - } - } - - Method [ public method add ] { - - - Parameters [4] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] - Parameter #3 [ int $position = ] + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method addConnect ] { + Method [ final public method setWriteConnectionService ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [1] { + Parameter #0 [ string $connectionService ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ public method addDelete ] { + Method [ public method skipOperation ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [1] { + Parameter #0 [ bool $skip ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ public method addGet ] { + Method [ public method toArray ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [1] { + Parameter #0 [ $columns = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ public method addHead ] { + Method [ public method update ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method addOptions ] { + Method [ public method writeAttribute ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ public method addPatch ] { + Method [ final protected method checkForeignKeysRestrict ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method addPost ] { + Method [ final protected method checkForeignKeysReverseCascade ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method addPurge ] { + Method [ final protected method checkForeignKeysReverseRestrict ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method addPut ] { + Method [ protected method doLowInsert ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] + Parameter #3 [ $identityField ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method addTrace ] { + Method [ protected method doLowUpdate ] { - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = ] + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method attach ] { + Method [ protected method has ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ int $position = ] - } - - Return [ Phalcon\Mvc\RouterInterface ] - } - - Method [ public method clear ] { - - - Parameters [0] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method getEventsManager ] { + Method [ protected method getRelatedRecords ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] } - - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getActionName ] { + Method [ final protected method possibleSetter ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getControllerName ] { + Method [ protected method preSave ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ bool $exists ] + Parameter #2 [ $identityField ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getMatchedRoute ] { + Method [ protected method preSaveRelatedRecords ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method getMatches ] { + Method [ protected method postSave ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ bool $success ] + Parameter #1 [ bool $exists ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getModuleName ] { + Method [ protected method postSaveRelatedRecords ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getNamespaceName ] { + Method [ protected method allowEmptyStringValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getParams ] { + Method [ protected method cancelOperation ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method getRouteById ] { + Method [ protected method belongsTo ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [4] { + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ $options = ] } + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method getRouteByName ] { + Method [ protected method hasMany ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [4] { + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ $options = ] } + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method getRoutes ] { + Method [ protected method hasManyToMany ] { - - Parameters [0] { + - Parameters [7] { + Parameter #0 [ $fields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateFields ] + Parameter #3 [ $intermediateReferencedFields ] + Parameter #4 [ string $referenceModel ] + Parameter #5 [ $referencedFields ] + Parameter #6 [ $options = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method isExactControllerName ] { + Method [ protected method hasOne ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ $options = ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method mount ] { + Method [ protected method hasOneThrough ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + - Parameters [7] { + Parameter #0 [ $fields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateFields ] + Parameter #3 [ $intermediateReferencedFields ] + Parameter #4 [ string $referenceModel ] + Parameter #5 [ $referencedFields ] + Parameter #6 [ $options = ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method notFound ] { + Method [ protected method keepSnapshots ] { - Parameters [1] { - Parameter #0 [ $paths ] + Parameter #0 [ bool $keepSnapshot ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ void ] } - Method [ public method removeExtraSlashes ] { + Method [ final protected method setSchema ] { - Parameters [1] { - Parameter #0 [ bool $remove ] + Parameter #0 [ string $schema ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setDefaultAction ] { + Method [ final protected method setSource ] { - Parameters [1] { - Parameter #0 [ string $actionName ] + Parameter #0 [ string $source ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setDefaultController ] { + Method [ protected method skipAttributes ] { - Parameters [1] { - Parameter #0 [ string $controllerName ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setDefaultModule ] { + Method [ protected method skipAttributesOnCreate ] { - Parameters [1] { - Parameter #0 [ string $moduleName ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ void ] } - Method [ public method setDefaultNamespace ] { + Method [ protected method skipAttributesOnUpdate ] { - Parameters [1] { - Parameter #0 [ string $namespaceName ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ void ] } - Method [ public method setDefaults ] { + Method [ protected method useDynamicUpdate ] { - Parameters [1] { - Parameter #0 [ array $defaults ] - } - - Return [ Phalcon\Mvc\RouterInterface ] - } - - Method [ public method getDefaults ] { - - - Parameters [0] { + Parameter #0 [ bool $dynamicUpdate ] } - - Return [ array ] + - Return [ void ] } - Method [ public method setEventsManager ] { + Method [ protected method validate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\Filter\Validation\ValidationInterface $validator ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method wasMatched ] { + Method [ public method validationHasFailed ] { - Parameters [0] { } @@ -66837,7 +66352,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Mvc\Router\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Mvc\Model\Behavior\SoftDelete extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } @@ -66845,97 +66360,120 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + - Properties [1] { + Property [ protected $options = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [5] { + Method [ public method notify ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method __wakeup ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ final public method getMessage ] { + Method [ protected method getOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $eventName = ] } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method missingMethod ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments = [] ] } } - Method [ final public method getFile ] { + Method [ protected method mustTakeAction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $eventName ] } - - Return [ string ] + - Return [ bool ] } + } + } - Method [ final public method getLine ] { + Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $options = NULL ] + } + + - Methods [6] { + Method [ public method notify ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ private method getTimestamp ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ protected method getOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $eventName = ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method missingMethod ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments = [] ] } - - Return [ string ] + } + + Method [ protected method mustTakeAction ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ bool ] } } } - Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { + Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { - Constants [0] { } @@ -66946,444 +66484,428 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $beforeMatch = NULL ] - Property [ protected $hostname = NULL ] - Property [ protected $paths = NULL ] - Property [ protected $prefix = NULL ] - Property [ protected $routes = NULL ] + - Properties [4] { + Property [ protected $boundModels = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $internalCache = NULL ] + Property [ protected $originalValues = NULL ] } - - Methods [23] { - Method [ public method __construct ] { + - Methods [9] { + Method [ public method getBoundModels ] { - - Parameters [1] { - Parameter #0 [ $paths = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method add ] { + Method [ public method getOriginalValues ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ public method addConnect ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Cache\Adapter\AdapterInterface $cache = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addDelete ] { + Method [ public method bindToHandler ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ ?string $methodName = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ public method addGet ] { + Method [ protected method findBoundModel ] { - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + Parameter #0 [ $paramValue ] + Parameter #1 [ string $className ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addHead ] { + Method [ public method getCache ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method addOptions ] { + Method [ protected method getParamsFromCache ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ string $cacheKey ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ ?array ] } - Method [ public method addPatch ] { + Method [ protected method getParamsFromReflection ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ string $methodName ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ public method addPost ] { + Method [ public method setCache ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\BinderInterface ] } + } + } - Method [ public method addPurge ] { - - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - } - - Return [ Phalcon\Mvc\Router\RouteInterface ] - } + Class [ class Phalcon\Mvc\Model\Criteria implements Phalcon\Mvc\Model\CriteriaInterface, Phalcon\Di\InjectionAwareInterface ] { - Method [ public method addPut ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - } - - Return [ Phalcon\Mvc\Router\RouteInterface ] - } + - Static properties [0] { + } - Method [ public method addTrace ] { + - Static methods [1] { + Method [ static public method fromInput ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [4] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ string $modelName ] + Parameter #2 [ array $data ] + Parameter #3 [ string $operator = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } + } - Method [ public method beforeMatch ] { - - - Parameters [1] { - Parameter #0 [ $beforeMatch ] - } - - Return [ Phalcon\Mvc\Router\GroupInterface ] - } + - Properties [5] { + Property [ protected $bindParams = NULL ] + Property [ protected $bindTypes = NULL ] + Property [ protected $hiddenParamNumber = 0 ] + Property [ protected $model = NULL ] + Property [ protected $params = NULL ] + } - Method [ public method clear ] { + - Methods [37] { + Method [ public method andWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getBeforeMatch ] { + Method [ public method betweenWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getHostname ] { + Method [ public method bind ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getPaths ] { + Method [ public method bindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $bindTypes ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getPrefix ] { + Method [ public method cache ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $cache ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getRoutes ] { + Method [ public method columns ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $columns ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setHostname ] { + Method [ public method conditions ] { - Parameters [1] { - Parameter #0 [ string $hostname ] + Parameter #0 [ string $conditions ] } - - Return [ Phalcon\Mvc\Router\GroupInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setPaths ] { + Method [ public method createBuilder ] { - - Parameters [1] { - Parameter #0 [ $paths ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\GroupInterface ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method setPrefix ] { + Method [ public method distinct ] { - Parameters [1] { - Parameter #0 [ string $prefix ] + Parameter #0 [ $distinct ] } - - Return [ Phalcon\Mvc\Router\GroupInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ protected method addRoute ] { + Method [ public method execute ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - } - } - - Class [ class Phalcon\Mvc\Router\Route implements Phalcon\Mvc\Router\RouteInterface ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $uniqueId = 0 ] - } - - Static methods [2] { - Method [ static public method getRoutePaths ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ $paths = ] + Parameter #0 [ bool $forUpdate = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ static public method reset ] { + Method [ public method getColumns ] { - Parameters [0] { } - - Return [ void ] } - } - - - Properties [11] { - Property [ protected $beforeMatch = NULL ] - Property [ protected $compiledPattern = NULL ] - Property [ protected $converters = NULL ] - Property [ protected $group = NULL ] - Property [ protected $hostname = NULL ] - Property [ protected $id = NULL ] - Property [ protected $methods = NULL ] - Property [ protected $match = NULL ] - Property [ protected $name = NULL ] - Property [ protected $paths = NULL ] - Property [ protected $pattern = NULL ] - } - - Methods [25] { - Method [ public method getId ] { + Method [ public method getConditions ] { - Parameters [0] { } - Return [ ?string ] } - Method [ public method __construct ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method beforeMatch ] { + Method [ public method getGroupBy ] { - - Parameters [1] { - Parameter #0 [ $callback ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method compilePattern ] { + Method [ public method getHaving ] { - - Parameters [1] { - Parameter #0 [ string $pattern ] + - Parameters [0] { } - - Return [ string ] } - Method [ public method convert ] { + Method [ public method getLimit ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $converter ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method extractNamedParams ] { + Method [ public method getModelName ] { - - Parameters [1] { - Parameter #0 [ string $pattern ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getBeforeMatch ] { + Method [ public method getOrderBy ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ public method getCompiledPattern ] { + Method [ public method getParams ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getConverters ] { + Method [ public method getWhere ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ public method getGroup ] { + Method [ public method groupBy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $group ] } - - Return [ ?Phalcon\Mvc\Router\GroupInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getHttpMethods ] { + Method [ public method having ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $having ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getHostname ] { + Method [ public method innerJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getMatch ] { + Method [ public method inWhere ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getName ] { + Method [ public method join ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] + Parameter #3 [ $type = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getPaths ] { + Method [ public method leftJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getPattern ] { + Method [ public method limit ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $limit ] + Parameter #1 [ int $offset = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getReversedPaths ] { + Method [ public method notBetweenWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getRouteId ] { + Method [ public method notInWhere ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method match ] { + Method [ public method orderBy ] { - Parameters [1] { - Parameter #0 [ $callback ] + Parameter #0 [ string $orderColumns ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method reConfigure ] { + Method [ public method orWhere ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setGroup ] { + Method [ public method rightJoin ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setHttpMethods ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $httpMethods ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ public method setHostname ] { + Method [ public method setModelName ] { - Parameters [1] { - Parameter #0 [ string $hostname ] + Parameter #0 [ string $modelName ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setName ] { + Method [ public method sharedLock ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $sharedLock = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method via ] { + Method [ public method where ] { - - Parameters [1] { - Parameter #0 [ $httpMethods ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } } } - Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [6] { - Constant [ public int LEVEL_ACTION_VIEW ] { 1 } - Constant [ public int LEVEL_BEFORE_TEMPLATE ] { 2 } - Constant [ public int LEVEL_LAYOUT ] { 3 } - Constant [ public int LEVEL_MAIN_LAYOUT ] { 5 } - Constant [ public int LEVEL_NO_RENDER ] { 0 } - Constant [ public int LEVEL_AFTER_TEMPLATE ] { 4 } + - Constants [0] { } - Static properties [0] { @@ -67392,583 +66914,684 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [24] { + - Properties [27] { + Property [ protected $aliases = NULL ] + Property [ protected $behaviors = NULL ] + Property [ protected $belongsTo = NULL ] + Property [ protected $belongsToSingle = NULL ] Property [ protected $container = NULL ] - Property [ protected $actionName = NULL ] - Property [ protected $activeRenderPaths = NULL ] - Property [ protected $basePath = '' ] - Property [ protected $content = '' ] - Property [ protected $controllerName = NULL ] - Property [ protected $currentRenderLevel = 0 ] - Property [ protected $disabled = false ] - Property [ protected $disabledLevels = NULL ] - Property [ protected $engines = false ] + Property [ protected $customEventsManager = NULL ] + Property [ protected $dynamicUpdate = NULL ] Property [ protected $eventsManager = NULL ] - Property [ protected $layout = NULL ] - Property [ protected $layoutsDir = '' ] - Property [ protected $mainView = 'index' ] - Property [ protected $options = NULL ] - Property [ protected $params = NULL ] - Property [ protected $pickView = NULL ] - Property [ protected $partialsDir = '' ] - Property [ protected $registeredEngines = NULL ] - Property [ protected $renderLevel = 5 ] - Property [ protected $templatesAfter = NULL ] - Property [ protected $templatesBefore = NULL ] - Property [ protected $viewsDirs = NULL ] - Property [ protected $viewParams = NULL ] + Property [ protected $hasMany = NULL ] + Property [ protected $hasManySingle = NULL ] + Property [ protected $hasManyToMany = NULL ] + Property [ protected $hasManyToManySingle = NULL ] + Property [ protected $hasOne = NULL ] + Property [ protected $hasOneSingle = NULL ] + Property [ protected $hasOneThrough = NULL ] + Property [ protected $hasOneThroughSingle = NULL ] + Property [ protected $initialized = NULL ] + Property [ protected $keepSnapshots = NULL ] + Property [ protected $lastInitialized = NULL ] + Property [ protected $lastQuery = NULL ] + Property [ protected $modelVisibility = NULL ] + Property [ protected $prefix = '' ] + Property [ protected $readConnectionServices = NULL ] + Property [ protected $sources = NULL ] + Property [ protected $schemas = NULL ] + Property [ protected $writeConnectionServices = NULL ] + Property [ protected $reusable = NULL ] } - - Methods [59] { - Method [ public method getCurrentRenderLevel ] { + - Methods [71] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ int ] + - Return [ void ] } - Method [ public method getRegisteredEngines ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getRenderLevel ] { + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method __construct ] { + Method [ public method setCustomEventsManager ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method __get ] { + Method [ public method getCustomEventsManager ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method __isset ] { + Method [ public method initialize ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ bool ] } - Method [ public method __set ] { + Method [ public method isInitialized ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $className ] } + - Return [ bool ] } - Method [ public method cleanTemplateAfter ] { + Method [ public method getLastInitialized ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method cleanTemplateBefore ] { + Method [ public method load ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $modelName ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method disableLevel ] { + Method [ public method setModelPrefix ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ string $prefix ] } - - Return [ Phalcon\Mvc\ViewInterface ] + - Return [ void ] } - Method [ public method disable ] { + Method [ public method getModelPrefix ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\View ] + - Return [ string ] } - Method [ public method enable ] { + Method [ public method setModelSource ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $source ] } - - Return [ Phalcon\Mvc\View ] + - Return [ void ] } - Method [ public method exists ] { + Method [ final public method isVisibleModelProperty ] { - - Parameters [1] { - Parameter #0 [ string $view ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $property ] } - Return [ bool ] } - Method [ public method finish ] { + Method [ public method getModelSource ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View ] + - Return [ string ] } - Method [ public method getActionName ] { + Method [ public method setModelSchema ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $schema ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getActiveRenderPath ] { + Method [ public method getModelSchema ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?string ] } - Method [ public method getBasePath ] { + Method [ public method setConnectionService ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getContent ] { + Method [ public method setWriteConnectionService ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getControllerName ] { + Method [ public method setReadConnectionService ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ public method getReadConnection ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getLayout ] { + Method [ public method getWriteConnection ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getLayoutsDir ] { + Method [ protected method getConnection ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $connectionServices ] } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getMainView ] { + Method [ public method getReadConnectionService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } - Method [ public method getParamsToView ] { + Method [ public method getWriteConnectionService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getPartial ] { + Method [ public method getConnectionService ] { - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $connectionServices ] } - Return [ string ] } - Method [ public method getPartialsDir ] { + Method [ public method notifyEvent ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] } - Method [ public method getRender ] { + Method [ public method missingMethod ] { - - Parameters [4] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] - Parameter #3 [ $configCallback = ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $eventName ] + Parameter #2 [ $data ] } - - Return [ string ] } - Method [ public method getVar ] { + Method [ public method addBehavior ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } + - Return [ void ] } - Method [ public method getViewsDir ] { + Method [ public method keepSnapshots ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $keepSnapshots ] } + - Return [ void ] } - Method [ protected method getViewsDirs ] { + Method [ public method isKeepingSnapshots ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method isDisabled ] { + Method [ public method useDynamicUpdate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $dynamicUpdate ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method partial ] { + Method [ public method isUsingDynamicUpdate ] { - - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ bool ] } - Method [ public method pick ] { + Method [ public method addHasOne ] { - - Parameters [1] { - Parameter #0 [ $renderView ] + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ $options = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method registerEngines ] { + Method [ public method addHasOneThrough ] { - - Parameters [1] { - Parameter #0 [ array $engines ] + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ $options = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method render ] { + Method [ public method addBelongsTo ] { - - Parameters [3] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ $options = ] } + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method reset ] { + Method [ public method addHasMany ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ $options = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method setBasePath ] { + Method [ public method addHasManyToMany ] { - - Parameters [1] { - Parameter #0 [ string $basePath ] + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ $options = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method setContent ] { + Method [ public method existsBelongsTo ] { - - Parameters [1] { - Parameter #0 [ string $content ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method setEventsManager ] { + Method [ public method existsHasMany ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setLayout ] { + Method [ public method existsHasOne ] { - - Parameters [1] { - Parameter #0 [ string $layout ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method setLayoutsDir ] { + Method [ public method existsHasOneThrough ] { - - Parameters [1] { - Parameter #0 [ string $layoutsDir ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method setMainView ] { + Method [ public method existsHasManyToMany ] { - - Parameters [1] { - Parameter #0 [ string $viewPath ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method setPartialsDir ] { + Method [ public method getRelationByAlias ] { - - Parameters [1] { - Parameter #0 [ string $partialsDir ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $alias ] } - - Return [ Phalcon\Mvc\View ] } - Method [ public method setParamToView ] { + Method [ final protected method _mergeFindParameters ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ $findParamsOne ] + Parameter #1 [ $findParamsTwo ] } - - Return [ Phalcon\Mvc\View ] + - Return [ array ] } - Method [ public method setRenderLevel ] { + Method [ public method getRelationRecords ] { - - Parameters [1] { - Parameter #0 [ int $level ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #2 [ $parameters = ] + Parameter #3 [ ?string $method = ] } - - Return [ Phalcon\Mvc\ViewInterface ] } - Method [ public method setTemplateAfter ] { + Method [ public method getReusableRecords ] { - - Parameters [1] { - Parameter #0 [ $templateAfter ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] } - - Return [ Phalcon\Mvc\View ] } - Method [ public method setTemplateBefore ] { + Method [ public method hasBelongsTo ] { - - Parameters [1] { - Parameter #0 [ $templateBefore ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method setVar ] { + Method [ public method hasHasMany ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method setVars ] { + Method [ public method hasHasOne ] { - Parameters [2] { - Parameter #0 [ array $params ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method setViewsDir ] { + Method [ public method hasHasOneThrough ] { - - Parameters [1] { - Parameter #0 [ $viewsDir ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method start ] { + Method [ public method hasHasManyToMany ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Mvc\View ] + - Return [ bool ] } - Method [ public method toString ] { + Method [ public method setReusableRecords ] { - Parameters [3] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + Parameter #2 [ $records ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method engineRender ] { + Method [ public method clearReusableObjects ] { - - Parameters [4] { - Parameter #0 [ array $engines ] - Parameter #1 [ string $viewPath ] - Parameter #2 [ bool $silence ] - Parameter #3 [ bool $mustClean = ] + - Parameters [0] { } + - Return [ void ] } - Method [ final protected method isAbsolutePath ] { + Method [ public method getBelongsToRecords ] { - - Parameters [1] { - Parameter #0 [ string $path ] + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = ] } } - Method [ protected method loadTemplateEngines ] { + Method [ public method getHasManyRecords ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = ] } - - Return [ array ] } - Method [ public method processRender ] { + Method [ public method getHasOneRecords ] { - - Parameters [4] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] - Parameter #3 [ bool $fireEvents = ] + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = ] } - - Return [ bool ] } - Method [ private method getDirSeparator ] { + Method [ public method getBelongsTo ] { - Parameters [1] { - Parameter #0 [ string $directory ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getDI ] { + Method [ public method getHasMany ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ public method getHasOne ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { - } + Method [ public method getHasOneThrough ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method getHasManyToMany ] { - - Properties [2] { - Property [ protected $container = NULL ] - Property [ protected $view = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } - - Methods [9] { - Method [ public method render ] { + Method [ public method getHasOneAndHasMany ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $params ] - Parameter #2 [ bool $mustClean = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method getRelations ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [1] { + Parameter #0 [ string $modelName ] } + - Return [ array ] } - Method [ public method getContent ] { + Method [ public method getRelationsBetween ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] } - - Return [ string ] } - Method [ public method getView ] { + Method [ public method createQuery ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $phql ] } - - Return [ Phalcon\Mvc\ViewBaseInterface ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method partial ] { + Method [ public method executeQuery ] { - - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + - Parameters [3] { + Parameter #0 [ string $phql ] + Parameter #1 [ $placeholders = ] + Parameter #2 [ $types = ] } - - Return [ void ] } - Method [ public method __get ] { + Method [ public method createBuilder ] { - Parameters [1] { - Parameter #0 [ string $propertyName ] + Parameter #0 [ $params = ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __isset ] { + Method [ public method getLastQuery ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method getDI ] { + Method [ public method __destruct ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ private method checkHasRelationship ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ string $collection ] + Parameter #1 [ string $modelName ] + Parameter #2 [ string $modelRelation ] } - - Return [ void ] + - Return [ bool ] } } } - Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -67977,1251 +67600,1331 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { + - Properties [5] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] Property [ protected $container = NULL ] - Property [ protected $view = NULL ] - Property [ protected $compiler = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $macros = NULL ] - Property [ protected $options = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $strategy = NULL ] } - - Methods [20] { - Method [ public method callMacro ] { + - Methods [34] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $arguments = [] ] + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ ?array $options = [] ] } } - Method [ public method convertEncoding ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ string $from ] - Parameter #2 [ string $to ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getCompiler ] { + Method [ public method getAutomaticCreateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method getAutomaticUpdateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ public method getOptions ] { + Method [ public method getBindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method isIncluded ] { + Method [ public method getColumnMap ] { - - Parameters [2] { - Parameter #0 [ $needle ] - Parameter #1 [ $haystack ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ ?array ] } - Method [ public method length ] { + Method [ public method getDefaultValues ] { - Parameters [1] { - Parameter #0 [ $item ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method render ] { + Method [ public method getDataTypes ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $params ] - Parameter #2 [ bool $mustClean = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method getDataTypesNumeric ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setOptions ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method slice ] { + Method [ public method getEmptyStringAttributes ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $start = ] - Parameter #2 [ $end = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method sort ] { + Method [ public method getIdentityField ] { - Parameters [1] { - Parameter #0 [ array $value ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ ?string ] } - Method [ public method __construct ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method getContent ] { + Method [ public method getNotNullAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getView ] { + Method [ public method getPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\ViewBaseInterface ] + - Return [ array ] } - Method [ public method partial ] { + Method [ public method getReverseColumnMap ] { - - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ ?array ] } - Method [ public method __get ] { + Method [ public method getStrategy ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method __isset ] { + Method [ public method hasAttribute ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - Return [ bool ] } - Method [ public method getDI ] { + Method [ public method isEmpty ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ ?array ] } - } - } - - Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [21] { - Property [ protected $autoescape = false ] - Property [ protected $blockLevel = 0 ] - Property [ protected $blocks = NULL ] - Property [ protected $container = NULL ] - Property [ protected $compiledTemplatePath = NULL ] - Property [ protected $currentBlock = NULL ] - Property [ protected $currentPath = NULL ] - Property [ protected $exprLevel = 0 ] - Property [ protected $extended = false ] - Property [ protected $extensions = NULL ] - Property [ protected $extendedBlocks = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $foreachLevel = 0 ] - Property [ protected $forElsePointers = NULL ] - Property [ protected $functions = NULL ] - Property [ protected $level = 0 ] - Property [ protected $loopPointers = NULL ] - Property [ protected $macros = NULL ] - Property [ protected $options = NULL ] - Property [ protected $prefix = '' ] - Property [ protected $view = NULL ] - } - - Methods [45] { - Method [ public method __construct ] { + Method [ final public method readColumnMap ] { - Parameters [1] { - Parameter #0 [ ?Phalcon\Mvc\ViewBaseInterface $view = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ public method addExtension ] { + Method [ final public method readColumnMapIndex ] { - - Parameters [1] { - Parameter #0 [ $extension ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ public method addFilter ] { + Method [ final public method readMetaData ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ array ] } - Method [ public method addFunction ] { + Method [ final public method readMetaDataIndex ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ public method attributeReader ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ array $expr ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method compile ] { + Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { - Parameter #0 [ string $templatePath ] - Parameter #1 [ bool $extendsMode = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ public method compileAutoEscape ] { + Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileCall ] { + Method [ public method setEmptyStringAttributes ] { - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ public method compileCase ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $caseClause = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileDo ] { + Method [ public method setStrategy ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileEcho ] { + Method [ public method write ] { - - Parameters [1] { - Parameter #0 [ array $statement ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileElseIf ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [1] { - Parameter #0 [ array $statement ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileFile ] { + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + + Method [ protected method getArrVal ] { - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ string $compiledPath ] - Parameter #2 [ bool $extendsMode = ] + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } } + } + } - Method [ public method compileForeach ] { + Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $strategy = NULL ] + } + + - Methods [34] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode = ] + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ array $options = [] ] } - - Return [ string ] } - Method [ public method compileForElse ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method compileIf ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method compileInclude ] { + Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method compileMacro ] { + Method [ public method getAutomaticUpdateAttributes ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method compileReturn ] { + Method [ public method getBindTypes ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method compileSet ] { + Method [ public method getColumnMap ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?array ] } - Method [ public method compileString ] { + Method [ public method getDefaultValues ] { - - Parameters [2] { - Parameter #0 [ string $viewCode ] - Parameter #1 [ bool $extendsMode = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method compileSwitch ] { + Method [ public method getDataTypes ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method expression ] { + Method [ public method getDataTypesNumeric ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method fireExtensionEvent ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $arguments = ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method functionCall ] { + Method [ public method getEmptyStringAttributes ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getCompiledTemplatePath ] { + Method [ public method getIdentityField ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?string ] } - Method [ public method getDI ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ array ] } - Method [ public method getExtensions ] { + Method [ public method getNotNullAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getFilters ] { + Method [ public method getPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getFunctions ] { + Method [ public method getReverseColumnMap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ ?array ] } - Method [ public method getOption ] { + Method [ public method getStrategy ] { - - Parameters [1] { - Parameter #0 [ string $option ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method getOptions ] { + Method [ public method hasAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getTemplatePath ] { + Method [ public method isEmpty ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getUniquePrefix ] { + Method [ public method read ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ ?array ] } - Method [ public method parse ] { + Method [ final public method readColumnMap ] { - Parameters [1] { - Parameter #0 [ string $viewCode ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ ?array ] } - Method [ public method resolveTest ] { + Method [ final public method readColumnMapIndex ] { - Parameters [2] { - Parameter #0 [ array $test ] - Parameter #1 [ string $left ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ string ] } - Method [ public method setDI ] { + Method [ final public method readMetaData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setOption ] { + Method [ final public method readMetaDataIndex ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } } - Method [ public method setOptions ] { + Method [ public method setAutomaticCreateAttributes ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ public method setUniquePrefix ] { + Method [ public method setAutomaticUpdateAttributes ] { - - Parameters [1] { - Parameter #0 [ string $prefix ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ void ] } - Method [ protected method compileSource ] { + Method [ public method setEmptyStringAttributes ] { - Parameters [2] { - Parameter #0 [ string $viewCode ] - Parameter #1 [ bool $extendsMode = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method getFinalPath ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ string $path ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ final protected method resolveFilter ] { + Method [ public method setStrategy ] { - - Parameters [2] { - Parameter #0 [ array $filter ] - Parameter #1 [ string $left ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method statementList ] { + Method [ public method write ] { - Parameters [2] { - Parameter #0 [ array $statements ] - Parameter #1 [ bool $extendsMode = ] + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method statementListOrExtends ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [1] { - Parameter #0 [ $statements ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] + } + - Return [ void ] + } + + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + + Method [ protected method getArrVal ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } } } } - Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [5] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - Property [ protected $statement = NULL ] + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $strategy = NULL ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [34] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ string $message = ] - Parameter #1 [ array $statement = [] ] - Parameter #2 [ int $code = ] - Parameter #3 [ ?Exception $previous = ] + - Parameters [1] { + Parameter #0 [ $options = ] } } - Method [ public method getStatement ] { + Method [ public method read ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ ?array ] } - Method [ public method __wakeup ] { + Method [ public method write ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } + - Return [ void ] } - Method [ final public method getMessage ] { + Method [ public method getAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method getCode ] { + Method [ public method getAutomaticCreateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ public method getAutomaticUpdateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method getBindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method getColumnMap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ ?array ] } - Method [ final public method getPrevious ] { + Method [ public method getDefaultValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ public method getDataTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getDataTypesNumeric ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $container = NULL ] - Property [ protected $activeRenderPath = NULL ] - Property [ protected $content = NULL ] - Property [ protected $engines = false ] - Property [ protected $eventsManager = NULL ] - Property [ protected $options = NULL ] - Property [ protected $registeredEngines = NULL ] - Property [ protected $viewsDir = NULL ] - Property [ protected $viewParams = NULL ] - } - - Methods [25] { - Method [ public method getRegisteredEngines ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ ?array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method __construct ] { + Method [ public method getEmptyStringAttributes ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method __get ] { + Method [ public method getIdentityField ] { - Parameters [1] { - Parameter #0 [ string $key ] - } - } - - Method [ public method __set ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method getActiveRenderPath ] { - - - Parameters [0] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?string ] } - Method [ public method getContent ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method getNotNullAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ public method getParamsToView ] { + Method [ public method getPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getVar ] { + Method [ public method getReverseColumnMap ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ public method getViewsDir ] { + Method [ public method getStrategy ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method partial ] { + Method [ public method hasAttribute ] { - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method registerEngines ] { + Method [ public method isEmpty ] { - - Parameters [1] { - Parameter #0 [ array $engines ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method render ] { + Method [ final public method readColumnMap ] { - - Parameters [2] { - Parameter #0 [ string $path ] - Parameter #1 [ array $params = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?array ] } - Method [ public method setContent ] { + Method [ final public method readColumnMapIndex ] { - - Parameters [1] { - Parameter #0 [ string $content ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ Phalcon\Mvc\View\Simple ] } - Method [ public method setEventsManager ] { + Method [ final public method readMetaData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setParamToView ] { + Method [ final public method readMetaDataIndex ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ Phalcon\Mvc\View\Simple ] } - Method [ public method setVar ] { + Method [ public method reset ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\View\Simple ] + - Return [ void ] } - Method [ public method setVars ] { + Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { - Parameter #0 [ array $params ] - Parameter #1 [ bool $merge = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Mvc\View\Simple ] + - Return [ void ] } - Method [ public method setViewsDir ] { + Method [ public method setAutomaticUpdateAttributes ] { - - Parameters [1] { - Parameter #0 [ string $viewsDir ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - Return [ void ] } - Method [ protected method loadTemplateEngines ] { + Method [ public method setEmptyStringAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ void ] } - Method [ final protected method internalRender ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $path ] - Parameter #1 [ $params ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - Method [ private method getDirSeparator ] { + Method [ public method setStrategy ] { - Parameters [1] { - Parameter #0 [ string $directory ] + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __isset ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getDI ] { + Method [ final protected method initialize ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ void ] } } } - Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - Properties [4] { - Property [ protected $config = NULL ] - Property [ protected $limitRows = NULL ] - Property [ protected $page = NULL ] - Property [ protected $repository = NULL ] + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - - Methods [7] { - Method [ public method paginate ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Paginator\RepositoryInterface ] - } + - Static methods [0] { + } - Method [ public method __construct ] { + - Properties [5] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $strategy = NULL ] + } - - Parameters [1] { - Parameter #0 [ array $config ] + - Methods [34] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method getLimit ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ int ] + - Return [ void ] } - Method [ public method setCurrentPage ] { + Method [ public method getAttributes ] { - Parameters [1] { - Parameter #0 [ int $page ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method setLimit ] { + Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { - Parameter #0 [ int $limit ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method setRepository ] { + Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ protected method getRepository ] { + Method [ public method getBindTypes ] { - Parameters [1] { - Parameter #0 [ ?array $properties = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - - Constants [0] { - } + Method [ public method getColumnMap ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?array ] + } - - Static methods [0] { - } + Method [ public method getDefaultValues ] { - - Properties [4] { - Property [ protected $config = NULL ] - Property [ protected $limitRows = NULL ] - Property [ protected $page = NULL ] - Property [ protected $repository = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } - - Methods [7] { - Method [ public method paginate ] { + Method [ public method getDataTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method getDataTypesNumeric ] { - Parameters [1] { - Parameter #0 [ array $config ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method getLimit ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setCurrentPage ] { + Method [ public method getEmptyStringAttributes ] { - Parameters [1] { - Parameter #0 [ int $page ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method setLimit ] { + Method [ public method getIdentityField ] { - Parameters [1] { - Parameter #0 [ int $limit ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ ?string ] } - Method [ public method setRepository ] { + Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ protected method getRepository ] { + Method [ public method getNotNullAttributes ] { - Parameters [1] { - Parameter #0 [ ?array $properties = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method getPrimaryKeyAttributes ] { - - Properties [6] { - Property [ protected $config = NULL ] - Property [ protected $limitRows = NULL ] - Property [ protected $page = NULL ] - Property [ protected $repository = NULL ] - Property [ protected $builder = NULL ] - Property [ protected $columns = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getReverseColumnMap ] { - Parameters [1] { - Parameter #0 [ array $config ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ public method getCurrentPage ] { + Method [ public method getStrategy ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method getQueryBuilder ] { + Method [ public method hasAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - - Return [ Phalcon\Mvc\Model\Query\Builder ] + - Return [ bool ] } - Method [ public method paginate ] { + Method [ public method isEmpty ] { - Parameters [0] { } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ bool ] } - Method [ public method setQueryBuilder ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] + - Return [ ?array ] } - Method [ public method getLimit ] { + Method [ final public method readColumnMap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ ?array ] } - Method [ public method setCurrentPage ] { + Method [ final public method readColumnMapIndex ] { - - Parameters [1] { - Parameter #0 [ int $page ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ public method setLimit ] { + Method [ final public method readMetaData ] { - Parameters [1] { - Parameter #0 [ int $limit ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method setRepository ] { + Method [ final public method readMetaDataIndex ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ protected method getRepository ] { + Method [ public method setAutomaticCreateAttributes ] { - - Parameters [1] { - Parameter #0 [ ?array $properties = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Paginator\Exception extends Phalcon\Exception implements Stringable, Throwable ] { - - Constants [0] { - } + Method [ public method setAutomaticUpdateAttributes ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method setEmptyStringAttributes ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ void ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method setDI ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method __wakeup ] { + Method [ public method setStrategy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } + - Return [ void ] } - Method [ final public method getMessage ] { + Method [ public method write ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getCode ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } + - Return [ void ] } - Method [ final public method getFile ] { + Method [ final protected method initialize ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method getArrVal ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ int ] } + } + } - Method [ final public method getTrace ] { + Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final public method getColumnMaps ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ final public method getMetaData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - - Return [ ?Throwable ] + - Return [ array ] } + } + } - Method [ final public method getTraceAsString ] { + Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final public method getColumnMaps ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ final public method getMetaData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ array ] } } } - Class [ class Phalcon\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Mvc\Model\MetaData\Stream extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -69230,713 +68933,769 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [6] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $strategy = NULL ] + Property [ protected $metaDataDir = './' ] } - - Methods [10] { + - Methods [35] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ array $options = [] ] } } - Method [ public method load ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ ?array ] } - Method [ public method newInstance ] { + Method [ public method write ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ protected method getExceptionClass ] { + Method [ private method throwWriteException ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $option ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method getServices ] { + Method [ public method getAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ protected method getService ] { + Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ protected method init ] { + Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method checkConfig ] { + Method [ public method getBindTypes ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ protected method checkConfigElement ] { + Method [ public method getColumnMap ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ ?array ] } - Method [ protected method getException ] { + Method [ public method getDefaultValues ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Exception ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, JsonSerializable ] { - - - Constants [8] { - Constant [ public string PROPERTY_CURRENT_PAGE ] { current } - Constant [ public string PROPERTY_FIRST_PAGE ] { first } - Constant [ public string PROPERTY_ITEMS ] { items } - Constant [ public string PROPERTY_LAST_PAGE ] { last } - Constant [ public string PROPERTY_LIMIT ] { limit } - Constant [ public string PROPERTY_NEXT_PAGE ] { next } - Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } - Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $aliases = NULL ] - Property [ protected $properties = NULL ] - } - - Methods [15] { - Method [ public method __get ] { + Method [ public method getDataTypes ] { - Parameters [1] { - Parameter #0 [ string $property ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method getAliases ] { + Method [ public method getDataTypesNumeric ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getCurrent ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getFirst ] { + Method [ public method getEmptyStringAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getItems ] { + Method [ public method getIdentityField ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?string ] } - Method [ public method getLast ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getLimit ] { + Method [ public method getNotNullAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getNext ] { + Method [ public method getPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getPrevious ] { + Method [ public method getReverseColumnMap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ ?array ] } - Method [ public method getTotalItems ] { + Method [ public method getStrategy ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method jsonSerialize ] { + Method [ public method hasAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method setAliases ] { + Method [ public method isEmpty ] { - - Parameters [1] { - Parameter #0 [ array $aliases ] + - Parameters [0] { } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ bool ] } - Method [ public method setProperties ] { + Method [ final public method readColumnMap ] { - Parameters [1] { - Parameter #0 [ array $properties ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ ?array ] } - Method [ protected method getProperty ] { + Method [ final public method readColumnMapIndex ] { - Parameters [2] { - Parameter #0 [ string $property ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } } - Method [ protected method getRealNameProperty ] { + Method [ final public method readMetaData ] { - Parameters [1] { - Parameter #0 [ string $property ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ final class Phalcon\Registry extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - } - - Methods [26] { - Method [ final public method __construct ] { + Method [ final public method readMetaDataIndex ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } } - Method [ final public method __get ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } + - Return [ void ] } - Method [ final public method __isset ] { + Method [ public method setAutomaticCreateAttributes ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ void ] } - Method [ final public method __set ] { + Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - Return [ void ] } - Method [ final public method __unset ] { + Method [ public method setEmptyStringAttributes ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - Return [ void ] } - Method [ final public method clear ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - Method [ final public method count ] { + Method [ public method setStrategy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ int ] + - Return [ void ] } - Method [ final public method get ] { + Method [ final public method writeMetaDataIndex ] { - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } + - Return [ void ] } - Method [ final public method getIterator ] { + Method [ final protected method initialize ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] } - - Return [ Traversable ] } - Method [ final public method has ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ bool ] } + } + } - Method [ final public method init ] { + Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] + - Constants [4] { + Constant [ public int TYPE_DELETE ] { 303 } + Constant [ public int TYPE_INSERT ] { 306 } + Constant [ public int TYPE_SELECT ] { 309 } + Constant [ public int TYPE_UPDATE ] { 300 } + } + + - Static properties [1] { + Property [ protected static $internalPhqlCache = NULL ] + } + + - Static methods [1] { + Method [ static public method clean ] { + + - Parameters [0] { } - Return [ void ] } + } - Method [ final public method jsonSerialize ] { + - Properties [23] { + Property [ protected $ast = NULL ] + Property [ protected $bindParams = NULL ] + Property [ protected $bindTypes = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $cacheOptions = NULL ] + Property [ protected $container = NULL ] + Property [ protected $enableImplicitJoins = NULL ] + Property [ protected $intermediate = NULL ] + Property [ protected $manager = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $models = NULL ] + Property [ protected $modelsInstances = NULL ] + Property [ protected $nestingLevel = -1 ] + Property [ protected $phql = NULL ] + Property [ protected $sharedLock = false ] + Property [ protected $sqlAliases = NULL ] + Property [ protected $sqlAliasesModels = NULL ] + Property [ protected $sqlAliasesModelsInstances = NULL ] + Property [ protected $sqlColumnAliases = NULL ] + Property [ protected $sqlModelsAliases = NULL ] + Property [ protected $type = NULL ] + Property [ protected $uniqueRow = false ] + Property [ protected $transaction = NULL ] + } + + - Methods [49] { + Method [ public method getTransaction ] { - Parameters [0] { } - - Return [ array ] + - Return [ null ] } - Method [ final public method offsetExists ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [3] { + Parameter #0 [ ?string $phql = ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #2 [ array $options = [] ] } - - Return [ bool ] } - Method [ final public method offsetGet ] { + Method [ public method cache ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ array $cacheOptions ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ final public method offsetSet ] { + Method [ public method execute ] { - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + Parameter #0 [ array $bindParams = [] ] + Parameter #1 [ array $bindTypes = [] ] } - - Return [ void ] } - Method [ final public method offsetUnset ] { + Method [ public method getCache ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ final public method remove ] { + Method [ public method getCacheOptions ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ final public method serialize ] { + Method [ public method getBindParams ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method set ] { + Method [ public method getBindTypes ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ final public method toArray ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ final public method toJson ] { + Method [ public method getIntermediate ] { - - Parameters [1] { - Parameter #0 [ int $options = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method unserialize ] { + Method [ public method getSingleResult ] { - - Parameters [1] { - Parameter #0 [ $serialized ] + - Parameters [2] { + Parameter #0 [ array $bindParams = [] ] + Parameter #1 [ array $bindTypes = [] ] } - - Return [ void ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getKeys ] { + Method [ public method getSql ] { - - Parameters [1] { - Parameter #0 [ bool $insensitive = ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ protected method setData ] { + Method [ public method getUniqueRow ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ protected method phpJsonEncode ] { + Method [ public method parse ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = ] - Parameter #2 [ int $depth = ] + - Parameters [0] { } + - Return [ array ] } - } - } - - Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method setBindParams ] { - - Properties [1] { - Property [ protected $adapter = NULL ] - } + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge = ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } - - Methods [8] { - Method [ public method __construct ] { + Method [ public method setBindTypes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $merge = ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method close ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method destroy ] { + Method [ public method setIntermediate ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ array $intermediate ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method gc ] { + Method [ public method setSharedLock ] { - Parameters [1] { - Parameter #0 [ $maxlifetime ] + Parameter #0 [ bool $sharedLock = ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method read ] { + Method [ public method setTransaction ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method open ] { + Method [ public method setType ] { - - Parameters [2] { - Parameter #0 [ $savePath ] - Parameter #1 [ $sessionName ] + - Parameters [1] { + Parameter #0 [ int $type ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method write ] { + Method [ public method setUniqueRow ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + - Parameters [1] { + Parameter #0 [ bool $uniqueRow ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ protected method getArrVal ] { + Method [ final protected method executeDelete ] { - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] } + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - } - } - - Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - - Constants [0] { - } + Method [ final protected method executeInsert ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + } - - Static methods [0] { - } + Method [ final protected method executeSelect ] { - - Properties [1] { - Property [ protected $adapter = NULL ] - } + - Parameters [4] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + Parameter #3 [ bool $simulate = ] + } + } - - Methods [8] { - Method [ public method __construct ] { + Method [ final protected method executeUpdate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] } + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ public method close ] { + Method [ final protected method getCallArgument ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $argument ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method destroy ] { + Method [ final protected method getCaseExpression ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ array $expr ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method gc ] { + Method [ final protected method getExpression ] { + + - Parameters [2] { + Parameter #0 [ array $expr ] + Parameter #1 [ bool $quoting = ] + } + - Return [ array ] + } + + Method [ final protected method getFunctionCall ] { - Parameters [1] { - Parameter #0 [ $maxlifetime ] + Parameter #0 [ array $expr ] } + - Return [ array ] } - Method [ public method read ] { + Method [ final protected method getGroupClause ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ array $group ] } - - Return [ string ] + - Return [ array ] } - Method [ public method open ] { + Method [ final protected method getLimitClause ] { - - Parameters [2] { - Parameter #0 [ $savePath ] - Parameter #1 [ $sessionName ] + - Parameters [1] { + Parameter #0 [ array $limitClause ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method write ] { + Method [ final protected method getJoin ] { - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] + Parameter #1 [ array $join ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method getArrVal ] { + Method [ final protected method getJoinType ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $join ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + Method [ final protected method getJoins ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ array $select ] + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ final protected method getMultiJoin ] { - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $connection = NULL ] - Property [ protected $options = NULL ] - Property [ protected $prefix = '' ] - Property [ protected $ttl = 8600 ] - Property [ private $path = '' ] - } + - Parameters [5] { + Parameter #0 [ string $joinType ] + Parameter #1 [ $joinSource ] + Parameter #2 [ string $modelAlias ] + Parameter #3 [ string $joinAlias ] + Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] + } + - Return [ array ] + } - - Methods [9] { - Method [ public method __construct ] { + Method [ final protected method getOrderClause ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ $order ] } + - Return [ array ] } - Method [ public method destroy ] { + Method [ final protected method getQualified ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ array $expr ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method gc ] { + Method [ protected method getReadConnection ] { - - Parameters [1] { - Parameter #0 [ $maxlifetime ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ ?array $intermediate = [] ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method open ] { + Method [ final protected method getRelatedRecords ] { - - Parameters [2] { - Parameter #0 [ $savePath ] - Parameter #1 [ $sessionName ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $intermediate ] + Parameter #2 [ array $bindParams ] + Parameter #3 [ array $bindTypes ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method read ] { + Method [ final protected method getSelectColumn ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ array $column ] } - - Return [ string ] + - Return [ array ] } - Method [ public method write ] { + Method [ final protected method getSingleJoin ] { + + - Parameters [5] { + Parameter #0 [ string $joinType ] + Parameter #1 [ $joinSource ] + Parameter #2 [ string $modelAlias ] + Parameter #3 [ string $joinAlias ] + Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] + } + - Return [ array ] + } + + Method [ final protected method getTable ] { - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] + Parameter #1 [ array $qualifiedName ] } - - Return [ bool ] } - Method [ private method getDirSeparator ] { + Method [ protected method getWriteConnection ] { - - Parameters [1] { - Parameter #0 [ string $directory ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ ?array $intermediate = [] ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method close ] { + Method [ final protected method _prepareDelete ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method getPrefixedName ] { + Method [ final protected method _prepareInsert ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] + } + + Method [ final protected method _prepareSelect ] { + + - Parameters [2] { + Parameter #0 [ $ast = ] + Parameter #1 [ bool $merge = ] + } + - Return [ array ] + } + + Method [ final protected method _prepareUpdate ] { + + - Parameters [0] { + } + - Return [ array ] } } } - Class [ class Phalcon\Session\Bag extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { + - Constants [2] { + Constant [ public string OPERATOR_AND ] { and } + Constant [ public string OPERATOR_OR ] { or } } - Static properties [0] { @@ -69945,904 +69704,949 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - Property [ private $container = NULL ] - Property [ private $name = NULL ] - Property [ private $session = NULL ] + - Properties [16] { + Property [ protected $bindParams = NULL ] + Property [ protected $bindTypes = NULL ] + Property [ protected $columns = NULL ] + Property [ protected $conditions = NULL ] + Property [ protected $container = NULL ] + Property [ protected $distinct = NULL ] + Property [ protected $forUpdate = false ] + Property [ protected $group = NULL ] + Property [ protected $having = NULL ] + Property [ protected $hiddenParamNumber = 0 ] + Property [ protected $joins = NULL ] + Property [ protected $limit = NULL ] + Property [ protected $models = NULL ] + Property [ protected $offset = 0 ] + Property [ protected $order = NULL ] + Property [ protected $sharedLock = false ] } - - Methods [28] { - Method [ public method __construct ] { + - Methods [52] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $name ] + Parameter #0 [ $params = ] Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } - Method [ public method clear ] { + Method [ public method addFrom ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $alias = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getDI ] { + Method [ public method andHaving ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method init ] { + Method [ public method andWhere ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method remove ] { + Method [ final public method autoescape ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $identifier ] } - - Return [ void ] + - Return [ string ] } - Method [ public method set ] { + Method [ public method betweenHaving ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method setDI ] { + Method [ public method betweenWhere ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __get ] { + Method [ public method columns ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ $columns ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __isset ] { + Method [ public method distinct ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ $distinct ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __set ] { + Method [ public method forUpdate ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ bool $forUpdate ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __unset ] { + Method [ public method from ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ $models ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method count ] { + Method [ public method getBindParams ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ public method get ] { + Method [ public method getBindTypes ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getIterator ] { + Method [ public method getColumns ] { - Parameters [0] { } - - Return [ Traversable ] } - Method [ public method getKeys ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ bool $insensitive = ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getValues ] { + Method [ public method getDistinct ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ public method getFrom ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method jsonSerialize ] { + Method [ public method getGroupBy ] { - Parameters [0] { } - Return [ array ] } - Method [ public method offsetExists ] { + Method [ public method getHaving ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ public method getJoins ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method offsetSet ] { + Method [ public method getLimit ] { - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method getModels ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method serialize ] { + Method [ public method getOffset ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method toArray ] { + Method [ public method getOrderBy ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method toJson ] { + Method [ final public method getPhql ] { - - Parameters [1] { - Parameter #0 [ int $options = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method getQuery ] { - - Parameters [1] { - Parameter #0 [ $serialized ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ protected method setData ] { + Method [ public method getWhere ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ protected method phpJsonEncode ] { + Method [ public method groupBy ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = ] - Parameter #2 [ int $depth = ] + - Parameters [1] { + Parameter #0 [ $group ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - } - } - - Class [ class Phalcon\Session\Exception extends Phalcon\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method having ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method inHaving ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __wakeup ] { + Method [ public method innerJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = ] + Parameter #2 [ ?string $alias = ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ final public method getMessage ] { + Method [ public method inWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ final public method getCode ] { + Method [ public method join ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = ] + Parameter #2 [ ?string $alias = ] + Parameter #3 [ ?string $type = ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ final public method getFile ] { + Method [ public method leftJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = ] + Parameter #2 [ ?string $alias = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ final public method getLine ] { + Method [ public method limit ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $limit ] + Parameter #1 [ $offset = ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ final public method getTrace ] { + Method [ public method notBetweenHaving ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ final public method getPrevious ] { + Method [ public method notBetweenWhere ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = ] } - - Return [ ?Throwable ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method notInHaving ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __toString ] { + Method [ public method notInWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - } - } - - Class [ class Phalcon\Session\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\ManagerInterface ] { - - - Constants [3] { - Constant [ public int SESSION_ACTIVE ] { 2 } - Constant [ public int SESSION_DISABLED ] { 0 } - Constant [ public int SESSION_NONE ] { 1 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $container = NULL ] - Property [ private $adapter = NULL ] - Property [ private $name = '' ] - Property [ private $options = NULL ] - Property [ private $uniqueId = '' ] - } - - Methods [26] { - Method [ public method __construct ] { + Method [ public method offset ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ int $offset ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __get ] { + Method [ public method orderBy ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $orderBy ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __isset ] { + Method [ public method orHaving ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __set ] { + Method [ public method orWhere ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __unset ] { + Method [ public method rightJoin ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = ] + Parameter #2 [ ?string $alias = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method destroy ] { + Method [ public method setBindParams ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method exists ] { + Method [ public method setBindTypes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $merge = ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method get ] { + Method [ public method setDI ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ bool $remove = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method getAdapter ] { + Method [ public method where ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ SessionHandlerInterface ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getId ] { + Method [ protected method conditionBetween ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ $minimum ] + Parameter #4 [ $maximum ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getName ] { + Method [ protected method conditionIn ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ array $values ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method has ] { + Method [ protected method conditionNotBetween ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [5] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ $minimum ] + Parameter #4 [ $maximum ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getOptions ] { + Method [ protected method conditionNotIn ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ array $values ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } + } + } - Method [ public method regenerateId ] { + Class [ abstract class Phalcon\Mvc\Model\Query\Lang ] { - - Parameters [1] { - Parameter #0 [ $deleteOldSession = ] - } - - Return [ Phalcon\Session\ManagerInterface ] - } + - Constants [0] { + } - Method [ public method remove ] { + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method parsePHQL ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $phql ] } - - Return [ void ] + - Return [ array ] } + } - Method [ public method set ] { + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $model = NULL ] + Property [ protected $success = NULL ] + } + + - Methods [4] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ bool $success ] + Parameter #1 [ ?Phalcon\Mvc\ModelInterface $model = ] } - - Return [ void ] } - Method [ public method setAdapter ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ SessionHandlerInterface $adapter ] + - Parameters [0] { } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ array ] } - Method [ public method setId ] { + Method [ public method getModel ] { - - Parameters [1] { - Parameter #0 [ string $id ] + - Parameters [0] { } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setName ] { + Method [ public method success ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ bool ] } + } + } - Method [ public method setOptions ] { + Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Constants [8] { + Constant [ public int ACTION_CASCADE ] { 2 } + Constant [ public int ACTION_RESTRICT ] { 1 } + Constant [ public int BELONGS_TO ] { 0 } + Constant [ public int HAS_MANY ] { 2 } + Constant [ public int HAS_MANY_THROUGH ] { 4 } + Constant [ public int HAS_ONE ] { 1 } + Constant [ public int HAS_ONE_THROUGH ] { 3 } + Constant [ public int NO_ACTION ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $fields = NULL ] + Property [ protected $intermediateFields = NULL ] + Property [ protected $intermediateModel = NULL ] + Property [ protected $intermediateReferencedFields = NULL ] + Property [ protected $options = NULL ] + Property [ protected $referencedFields = NULL ] + Property [ protected $referencedModel = NULL ] + Property [ protected $type = NULL ] + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ int $type ] + Parameter #1 [ string $referencedModel ] + Parameter #2 [ $fields ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ void ] } - Method [ public method start ] { + Method [ public method getFields ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method status ] { + Method [ public method getForeignKey ] { - Parameters [0] { } - - Return [ int ] } - Method [ private method getUniqueKey ] { + Method [ public method getIntermediateFields ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ string ] } - Method [ private method getArrVal ] { + Method [ public method getIntermediateModel ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method getIntermediateReferencedFields ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ public method getOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $name ] } - - Return [ void ] } - } - } - Class [ class Phalcon\Storage\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - Property [ private $serializerFactory = NULL ] - } - - - Methods [9] { - Method [ public method __construct ] { + Method [ public method getOptions ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $services = [] ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method newInstance ] { + Method [ public method getParams ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Storage\Adapter\AdapterInterface ] } - Method [ protected method getExceptionClass ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method getServices ] { + Method [ public method getReferencedFields ] { - Parameters [0] { } - - Return [ array ] } - Method [ protected method getService ] { + Method [ public method getReferencedModel ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method init ] { + Method [ public method isForeignKey ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ protected method checkConfig ] { + Method [ public method isThrough ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ protected method checkConfigElement ] { + Method [ public method isReusable ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ protected method getException ] { + Method [ public method setIntermediateRelation ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ $intermediateFields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateReferencedFields ] } - - Return [ Exception ] } } } - Class [ class Phalcon\Storage\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Mvc\Model\Resultset\Complex extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - - Constants [0] { + - Constants [5] { + Constant [ public int HYDRATE_ARRAYS ] { 1 } + Constant [ public int HYDRATE_OBJECTS ] { 2 } + Constant [ public int HYDRATE_RECORDS ] { 0 } + Constant [ public int TYPE_RESULT_FULL ] { 0 } + Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + - Properties [12] { + Property [ protected $activeRow = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $count = 0 ] + Property [ protected $errorMessages = NULL ] + Property [ protected $hydrateMode = 0 ] + Property [ protected $isFresh = true ] + Property [ protected $pointer = 0 ] + Property [ protected $row = NULL ] + Property [ protected $rows = NULL ] + Property [ protected $result = NULL ] + Property [ protected $columnTypes = NULL ] + Property [ protected $disableHydration = false ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [28] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $columnTypes ] + Parameter #1 [ ?Phalcon\Db\ResultInterface $result = ] + Parameter #2 [ ?Psr\SimpleCache\CacheInterface $cache = ] } } - Method [ public method __wakeup ] { + Method [ final public method current ] { - Parameters [0] { } } - Method [ final public method getMessage ] { + Method [ public method toArray ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getCode ] { + Method [ public method serialize ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getLine ] { + Method [ final public method count ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?Closure $conditionCallback = ] + } + - Return [ bool ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ $filter ] } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getCache ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ ?Psr\SimpleCache\CacheInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method getFirst ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getHydrateMode ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - Class [ class Phalcon\Storage\SerializerFactory extends Phalcon\Factory\AbstractFactory ] { - - - Constants [0] { - } + Method [ public method getLast ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\ModelInterface ] + } - - Static methods [0] { - } + Method [ public method getMessages ] { - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [9] { - Method [ public method __construct ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method newInstance ] { + Method [ public method isFresh ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ bool ] } - Method [ protected method getExceptionClass ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method getServices ] { + Method [ public method key ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?int ] } - Method [ protected method getService ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } + - Return [ void ] } - Method [ protected method init ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ $index ] } - - Return [ void ] } - Method [ protected method checkConfig ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $index ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method checkConfigElement ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ $index ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method getException ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $offset ] } - - Return [ Exception ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $data = NULL ] - } - - Methods [6] { - Method [ public method serialize ] { + Method [ final public method rewind ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method unserialize ] { + Method [ final public method seek ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $position ] } - Return [ void ] } - Method [ public method __construct ] { + Method [ public method setHydrateMode ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ int $hydrateMode ] } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ protected method isSerializable ] { + Method [ public method setIsFresh ] { - Parameters [1] { + Parameter #0 [ bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method update ] { + + - Parameters [2] { Parameter #0 [ $data ] + Parameter #1 [ ?Closure $conditionCallback = ] } - Return [ bool ] } - Method [ public method getData ] { + Method [ public method valid ] { - Parameters [0] { } + - Return [ bool ] } + } + } - Method [ public method setData ] { + Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - } - } - - Class [ class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - - - Constants [0] { + - Constants [5] { + Constant [ public int HYDRATE_ARRAYS ] { 1 } + Constant [ public int HYDRATE_OBJECTS ] { 2 } + Constant [ public int HYDRATE_RECORDS ] { 0 } + Constant [ public int TYPE_RESULT_FULL ] { 0 } + Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { @@ -70851,15 +70655,54 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $data = NULL ] + - Properties [13] { + Property [ protected $activeRow = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $count = 0 ] + Property [ protected $errorMessages = NULL ] + Property [ protected $hydrateMode = 0 ] + Property [ protected $isFresh = true ] + Property [ protected $pointer = 0 ] + Property [ protected $row = NULL ] + Property [ protected $rows = NULL ] + Property [ protected $result = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $model = NULL ] + Property [ protected $keepSnapshots = false ] } - - Methods [6] { + - Methods [28] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $columnMap ] + Parameter #1 [ $model ] + Parameter #2 [ $result ] + Parameter #3 [ ?Psr\SimpleCache\CacheInterface $cache = ] + Parameter #4 [ bool $keepSnapshots = ] + } + } + + Method [ final public method current ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\ModelInterface ] + } + + Method [ public method toArray ] { + + - Parameters [1] { + Parameter #0 [ bool $renameColumns = ] + } + - Return [ array ] + } + Method [ public method serialize ] { - Parameters [0] { } + - Return [ string ] } Method [ public method unserialize ] { @@ -70870,181 +70713,180 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Return [ void ] } - Method [ public method __construct ] { + Method [ final public method count ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [0] { } + - Return [ int ] } - Method [ protected method isSerializable ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ ?Closure $conditionCallback = ] } - Return [ bool ] } - Method [ public method getData ] { + Method [ public method filter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $filter ] } + - Return [ array ] } - Method [ public method setData ] { + Method [ public method getCache ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Psr\SimpleCache\CacheInterface ] } - } - } - - Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - - Constants [0] { - } + Method [ public method getFirst ] { - - Static properties [0] { - } + - Parameters [0] { + } + } - - Static methods [0] { - } + Method [ public method getHydrateMode ] { - - Properties [1] { - Property [ protected $data = NULL ] - } + - Parameters [0] { + } + - Return [ int ] + } - - Methods [8] { - Method [ public method serialize ] { + Method [ public method getLast ] { - Parameters [0] { } + - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ public method unserialize ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ private method getDecode ] { + Method [ public method getType ] { - - Parameters [4] { - Parameter #0 [ string $data ] - Parameter #1 [ bool $associative = ] - Parameter #2 [ int $depth = ] - Parameter #3 [ int $options = ] + - Parameters [0] { } + - Return [ int ] } - Method [ private method getEncode ] { + Method [ public method isFresh ] { - - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ int $options = ] - Parameter #2 [ int $depth = ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method isSerializable ] { + Method [ public method key ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?int ] } - Method [ public method getData ] { + Method [ public method next ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method setData ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $index ] } - - Return [ void ] } - } - } - Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Method [ public method offsetExists ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ public method offsetSet ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + - Return [ void ] + } - - Properties [1] { - Property [ protected $data = NULL ] - } + Method [ public method offsetUnset ] { - - Methods [6] { - Method [ public method serialize ] { + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ final public method rewind ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ void ] } - Method [ public method unserialize ] { + Method [ final public method seek ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $position ] } - Return [ void ] } - Method [ public method __construct ] { + Method [ public method setHydrateMode ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ int $hydrateMode ] } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ protected method isSerializable ] { + Method [ public method setIsFresh ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ bool $isFresh ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method getData ] { + Method [ public method update ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ ?Closure $conditionCallback = ] } + - Return [ bool ] } - Method [ public method setData ] { + Method [ public method valid ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } } } - Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ class Phalcon\Mvc\Model\Row implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { - Constants [0] { } @@ -71055,58 +70897,82 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $data = NULL ] + - Properties [0] { } - - Methods [6] { - Method [ public method serialize ] { + - Methods [9] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method unserialize ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $index ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ bool ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method __construct ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ $offset ] } + - Return [ void ] } - Method [ protected method isSerializable ] { + Method [ public method readAttribute ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $attribute ] } - - Return [ bool ] } - Method [ public method getData ] { + Method [ public method setDirtyState ] { + + - Parameters [1] { + Parameter #0 [ int $dirtyState ] + } + } + + Method [ public method toArray ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method setData ] { + Method [ public method writeAttribute ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - Return [ void ] } } } - Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } @@ -71117,74 +70983,121 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $data = NULL ] + - Properties [8] { + Property [ protected $activeTransaction = false ] + Property [ protected $connection = NULL ] + Property [ protected $isNewTransaction = true ] + Property [ protected $manager = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $rollbackRecord = NULL ] + Property [ protected $rollbackOnAbort = false ] + Property [ protected $rollbackThrowException = false ] } - - Methods [8] { - Method [ public method serialize ] { + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ bool $autoBegin = ] + Parameter #2 [ string $service = ] + } + } + + Method [ public method begin ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method unserialize ] { + Method [ public method commit ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ private method processSerializable ] { + Method [ public method getConnection ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ private method processNotSerializable ] { + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isManaged ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isValid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method rollback ] { + + - Parameters [2] { + Parameter #0 [ ?string $rollbackMessage = ] + Parameter #1 [ ?Phalcon\Mvc\ModelInterface $rollbackRecord = ] + } + - Return [ bool ] + } + + Method [ public method setIsNewTransaction ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ bool $isNew ] } - Return [ void ] } - Method [ public method __construct ] { + Method [ public method setRollbackOnAbort ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ bool $rollbackOnAbort ] } + - Return [ void ] } - Method [ protected method isSerializable ] { + Method [ public method setRollbackedRecord ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getData ] { + Method [ public method setTransactionManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] } + - Return [ void ] } - Method [ public method setData ] { + Method [ public method throwRollbackException ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ bool $status ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } - Class [ class Phalcon\Support\Collection\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -71192,31 +71105,38 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] + Property [ protected $record = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ ?Phalcon\Mvc\ModelInterface $record = ] + } + } + + Method [ public method getRecord ] { + + - Parameters [0] { } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method getRecordMessages ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ public method __wakeup ] { @@ -71282,7 +71202,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Support\Collection\ReadOnlyCollection extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { + Class [ class Phalcon\Mvc\Model\Transaction\Manager implements Phalcon\Mvc\Model\Transaction\ManagerInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -71293,639 +71213,724 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] + - Properties [6] { + Property [ protected $container = NULL ] + Property [ protected $initialized = false ] + Property [ protected $number = 0 ] + Property [ protected $rollbackPendent = true ] + Property [ protected $service = 'db' ] + Property [ protected $transactions = NULL ] } - - Methods [26] { - Method [ public method remove ] { + - Methods [17] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ void ] } - Method [ public method set ] { + Method [ public method collectTransactions ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - Return [ void ] } - Method [ public method __construct ] { + Method [ public method commit ] { - - Parameters [2] { - Parameter #0 [ array $data = [] ] - Parameter #1 [ bool $insensitive = ] + - Parameters [0] { } } - Method [ public method __get ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ bool $autoBegin = ] } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - Method [ public method __isset ] { + Method [ public method getDbService ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method __set ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method __unset ] { + Method [ public method getOrCreateTransaction ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ bool $autoBegin = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - Method [ public method clear ] { + Method [ public method getRollbackPendent ] { - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method count ] { + Method [ public method has ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ public method get ] { + Method [ public method notifyCommit ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } + - Return [ void ] } - Method [ public method getIterator ] { + Method [ public method notifyRollback ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ Traversable ] + - Return [ void ] } - Method [ public method getKeys ] { + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ bool $insensitive = ] + Parameter #0 [ bool $collect = ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getValues ] { + Method [ public method rollbackPendent ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method has ] { + Method [ public method setDbService ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $service ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } - Method [ public method init ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - Method [ public method jsonSerialize ] { + Method [ public method setRollbackPendent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $rollbackPendent ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } - Method [ public method offsetExists ] { + Method [ protected method collectTransaction ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ bool ] + - Return [ void ] } + } + } - Method [ public method offsetGet ] { + Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] { - - Parameters [1] { - Parameter #0 [ $element ] - } - } + - Constants [0] { + } - Method [ public method offsetSet ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $model = NULL ] + } + + - Methods [12] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $validationMessages ] } - - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method serialize ] { + Method [ public method getModel ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method toArray ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method toJson ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ int $options = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method unserialize ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ $serialized ] + - Parameters [0] { } - - Return [ void ] } - Method [ protected method setData ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method phpJsonEncode ] { + Method [ final public method getLine ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = ] - Parameter #2 [ int $depth = ] + - Parameters [0] { } + - Return [ int ] } - } - } - - Class [ class Phalcon\Support\Debug ] { - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $isActive = false ] - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $blacklist = NULL ] - Property [ protected $data = NULL ] - Property [ protected $hideDocumentRoot = false ] - Property [ protected $showBackTrace = true ] - Property [ protected $showFileFragment = false ] - Property [ protected $showFiles = true ] - Property [ protected $uri = 'https://assets....' ] - } - - - Methods [22] { - Method [ public method clearVars ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ array ] } - Method [ public method debugVar ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ $varz ] + - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ ?Throwable ] } - Method [ public method getCssSources ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getJsSources ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method getVersion ] { + Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [2] { + Constant [ public int POSITION_FIRST ] { 0 } + Constant [ public int POSITION_LAST ] { 1 } + } - Method [ public method halt ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ public method listen ] { + - Properties [25] { + Property [ protected $container = NULL ] + Property [ protected $action = NULL ] + Property [ protected $controller = NULL ] + Property [ protected $defaultAction = NULL ] + Property [ protected $defaultController = NULL ] + Property [ protected $defaultModule = NULL ] + Property [ protected $defaultNamespace = NULL ] + Property [ protected $defaultParams = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $keyRouteNames = NULL ] + Property [ protected $keyRouteIds = NULL ] + Property [ protected $matchedRoute = NULL ] + Property [ protected $matches = NULL ] + Property [ protected $module = NULL ] + Property [ protected $namespaceName = NULL ] + Property [ protected $notFoundPaths = NULL ] + Property [ protected $params = NULL ] + Property [ protected $removeExtraSlashes = false ] + Property [ protected $routes = NULL ] + Property [ protected $wasMatched = false ] + Property [ protected $actionSuffix = 'Action' ] + Property [ protected $actionPreformatCallback = NULL ] + Property [ protected $controllerSuffix = 'Controller' ] + Property [ protected $handlers = NULL ] + Property [ protected $routePrefix = '' ] + } - - Parameters [2] { - Parameter #0 [ bool $exceptions = ] - Parameter #1 [ bool $lowSeverity = ] + - Methods [53] { + Method [ public method addModuleResource ] { + + - Parameters [3] { + Parameter #0 [ string $module ] + Parameter #1 [ string $handler ] + Parameter #2 [ ?string $prefix = ] } - - Return [ Phalcon\Support\Debug ] + - Return [ Phalcon\Mvc\Router\Annotations ] } - Method [ public method listenExceptions ] { + Method [ public method addResource ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $handler ] + Parameter #1 [ ?string $prefix = ] } - - Return [ Phalcon\Support\Debug ] + - Return [ Phalcon\Mvc\Router\Annotations ] } - Method [ public method listenLowSeverity ] { + Method [ public method getResources ] { - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ array ] } - Method [ public method onUncaughtException ] { + Method [ public method handle ] { - Parameters [1] { - Parameter #0 [ Throwable $exception ] + Parameter #0 [ string $uri ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method onUncaughtLowSeverity ] { + Method [ public method processActionAnnotation ] { - Parameters [5] { - Parameter #0 [ $severity ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + Parameter #0 [ string $module ] + Parameter #1 [ string $namespaceName ] + Parameter #2 [ string $controller ] + Parameter #3 [ string $action ] + Parameter #4 [ Phalcon\Annotations\Annotation $annotation ] } - Return [ void ] } - Method [ public method renderHtml ] { + Method [ public method processControllerAnnotation ] { - - Parameters [1] { - Parameter #0 [ Throwable $exception ] + - Parameters [2] { + Parameter #0 [ string $handler ] + Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] } - - Return [ string ] } - Method [ public method setBlacklist ] { + Method [ public method setActionSuffix ] { - Parameters [1] { - Parameter #0 [ array $blacklist ] + Parameter #0 [ string $actionSuffix ] } - - Return [ Phalcon\Support\Debug ] } - Method [ public method setShowBackTrace ] { + Method [ public method setActionPreformatCallback ] { - Parameters [1] { - Parameter #0 [ bool $showBackTrace ] + Parameter #0 [ $callback = ] } - - Return [ Phalcon\Support\Debug ] } - Method [ public method setShowFileFragment ] { + Method [ public method getActionPreformatCallback ] { - - Parameters [1] { - Parameter #0 [ bool $showFileFragment ] + - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] } - Method [ public method setShowFiles ] { + Method [ public method setControllerSuffix ] { - Parameters [1] { - Parameter #0 [ bool $showFiles ] + Parameter #0 [ string $controllerSuffix ] } - - Return [ Phalcon\Support\Debug ] } - Method [ public method setUri ] { + Method [ public method getKeyRouteNames ] { - - Parameters [1] { - Parameter #0 [ string $uri ] + - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ array ] } - Method [ protected method escapeString ] { + Method [ public method setKeyRouteNames ] { - Parameters [1] { - Parameter #0 [ string $value ] + Parameter #0 [ array $keyRouteNames ] } - - Return [ string ] } - Method [ protected method getArrayDump ] { + Method [ public method getKeyRouteIds ] { - - Parameters [2] { - Parameter #0 [ array $argument ] - Parameter #1 [ $n = ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } - Method [ protected method getVarDump ] { + Method [ public method setKeyRouteIds ] { - Parameters [1] { - Parameter #0 [ $variable ] + Parameter #0 [ array $keyRouteIds ] } - - Return [ string ] } - Method [ final protected method showTraceItem ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ int $n ] - Parameter #1 [ array $trace ] + - Parameters [1] { + Parameter #0 [ bool $defaultRoutes = ] } - - Return [ string ] } - Method [ private method getArrVal ] { + Method [ public method add ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [4] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] + Parameter #3 [ int $position = ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - Class [ class Phalcon\Support\Debug\Dump ] { + Method [ public method addConnect ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Static properties [0] { - } + Method [ public method addDelete ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Properties [3] { - Property [ protected $detailed = false ] - Property [ protected $methods = NULL ] - Property [ protected $styles = NULL ] - } + Method [ public method addGet ] { - - Methods [12] { - Method [ public method getDetailed ] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Parameters [0] { + Method [ public method addHead ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method setDetailed ] { + Method [ public method addOptions ] { - - Parameters [1] { - Parameter #0 [ bool $detailed ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method __construct ] { + Method [ public method addPatch ] { - - Parameters [2] { - Parameter #0 [ array $styles = [] ] - Parameter #1 [ bool $detailed = ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method all ] { + Method [ public method addPost ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method one ] { + Method [ public method addPurge ] { - - Parameters [2] { - Parameter #0 [ $variable ] - Parameter #1 [ ?string $name = ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method setStyles ] { + Method [ public method addPut ] { - - Parameters [1] { - Parameter #0 [ array $styles = [] ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method toJson ] { + Method [ public method addTrace ] { - - Parameters [1] { - Parameter #0 [ $variable ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method variable ] { + Method [ public method attach ] { - Parameters [2] { - Parameter #0 [ $variable ] - Parameter #1 [ ?string $name = ] + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ int $position = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method variables ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method getStyle ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method output ] { + Method [ public method getActionName ] { - - Parameters [3] { - Parameter #0 [ $variable ] - Parameter #1 [ ?string $name = ] - Parameter #2 [ int $tab = ] + - Parameters [0] { } - Return [ string ] } - Method [ private method encode ] { + Method [ public method getControllerName ] { - - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ int $options = ] - Parameter #2 [ int $depth = ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Support\Debug\Exception extends Phalcon\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method getMatchedRoute ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getMatches ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ public method getModuleName ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getParams ] { - Parameters [0] { } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ public method getRouteById ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $id ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getRouteByName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method getRoutes ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method isExactControllerName ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method mount ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - - Return [ string ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method __toString ] { + Method [ public method notFound ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $paths ] } - - Return [ string ] + - Return [ Phalcon\Mvc\RouterInterface ] } - } + + Method [ public method removeExtraSlashes ] { + + - Parameters [1] { + Parameter #0 [ bool $remove ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ array $defaults ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method getDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method wasMatched ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } } - Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -72016,7 +72021,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Support\HelperFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { - Constants [0] { } @@ -72027,486 +72032,436 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [5] { + Property [ protected $beforeMatch = NULL ] + Property [ protected $hostname = NULL ] + Property [ protected $paths = NULL ] + Property [ protected $prefix = NULL ] + Property [ protected $routes = NULL ] } - - Methods [10] { + - Methods [23] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ $paths = ] } } - Method [ public method __call ] { + Method [ public method add ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $arguments ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method newInstance ] { + Method [ public method addConnect ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method getExceptionClass ] { + Method [ public method addDelete ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method getServices ] { + Method [ public method addGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method getService ] { + Method [ public method addHead ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method init ] { + Method [ public method addOptions ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method checkConfig ] { + Method [ public method addPatch ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method checkConfigElement ] { + Method [ public method addPost ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method getException ] { + Method [ public method addPurge ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ Exception ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Blacklist extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method addPut ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ array $blackList ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method toFilter ] { + Method [ public method addTrace ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Chunk ] { - - Constants [0] { - } + Method [ public method beforeMatch ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $beforeMatch ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } - - Static methods [0] { - } + Method [ public method clear ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ void ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getBeforeMatch ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $size ] - Parameter #2 [ bool $preserveKeys = ] + - Parameters [0] { } - - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Filter extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - Constants [0] { - } + Method [ public method getHostname ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getPaths ] { - - Properties [0] { - } + - Parameters [0] { + } + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method getPrefix ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method toFilter ] { + Method [ public method getRoutes ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { } - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\First extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - Constants [0] { - } + Method [ public method setHostname ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $hostname ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } - - Static methods [0] { - } + Method [ public method setPaths ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method setPrefix ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [1] { + Parameter #0 [ string $prefix ] } + - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ protected method toFilter ] { + Method [ protected method addRoute ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } - Class [ class Phalcon\Support\Helper\Arr\FirstKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { + Class [ class Phalcon\Mvc\Router\Route implements Phalcon\Mvc\Router\RouteInterface ] { - Constants [0] { } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { + - Static properties [1] { + Property [ protected static $uniqueId = 0 ] } - - Methods [2] { - Method [ public method __invoke ] { + - Static methods [2] { + Method [ static public method getRoutePaths ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [1] { + Parameter #0 [ $paths = ] } + - Return [ array ] } - Method [ protected method toFilter ] { + Method [ static public method reset ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { } - - Return [ array ] + - Return [ void ] } } - } - - Class [ class Phalcon\Support\Helper\Arr\Flatten ] { - - - Constants [0] { - } - - Static properties [0] { + - Properties [11] { + Property [ protected $beforeMatch = NULL ] + Property [ protected $compiledPattern = NULL ] + Property [ protected $converters = NULL ] + Property [ protected $group = NULL ] + Property [ protected $hostname = NULL ] + Property [ protected $id = NULL ] + Property [ protected $methods = NULL ] + Property [ protected $match = NULL ] + Property [ protected $name = NULL ] + Property [ protected $paths = NULL ] + Property [ protected $pattern = NULL ] } - - Static methods [0] { - } + - Methods [25] { + Method [ public method getId ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ ?string ] + } - - Methods [4] { - Method [ public method __invoke ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ bool $deep = ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] } - - Return [ array ] } - Method [ private method processNotArray ] { + Method [ public method beforeMatch ] { - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $item ] + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method processArray ] { + Method [ public method compilePattern ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $item ] - Parameter #2 [ bool $deep ] + - Parameters [1] { + Parameter #0 [ string $pattern ] } - - Return [ array ] + - Return [ string ] } - Method [ private method processArrayDeep ] { + Method [ public method convert ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $item ] - Parameter #2 [ bool $deep ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Get ] { - - - Constants [0] { - } + Method [ public method extractNamedParams ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + } - - Static methods [0] { - } + Method [ public method getBeforeMatch ] { - - Properties [0] { - } + - Parameters [0] { + } + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getCompiledPattern ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = ] + - Parameters [0] { } + - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Group ] { + Method [ public method getConverters ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ public method getGroup ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\Router\GroupInterface ] + } - - Properties [0] { - } + Method [ public method getHttpMethods ] { - - Methods [5] { - Method [ public method __invoke ] { + - Parameters [0] { + } + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + Method [ public method getHostname ] { + + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ private method isCallable ] { + Method [ public method getMatch ] { - - Parameters [1] { - Parameter #0 [ $method ] + - Parameters [0] { } - - Return [ bool ] } - Method [ private method processCallable ] { + Method [ public method getName ] { - - Parameters [3] { - Parameter #0 [ array $filtered ] - Parameter #1 [ $method ] - Parameter #2 [ $element ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ private method processObject ] { + Method [ public method getPaths ] { - - Parameters [3] { - Parameter #0 [ array $filtered ] - Parameter #1 [ $method ] - Parameter #2 [ $element ] + - Parameters [0] { } - Return [ array ] } - Method [ private method processOther ] { + Method [ public method getPattern ] { - - Parameters [3] { - Parameter #0 [ array $filtered ] - Parameter #1 [ $method ] - Parameter #2 [ $element ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Has ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getReversedPaths ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getRouteId ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\IsUnique ] { - - Constants [0] { - } + Method [ public method match ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Static methods [0] { - } + Method [ public method reConfigure ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ void ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method setGroup ] { - Parameters [1] { - Parameter #0 [ array $collection ] + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Last extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - Constants [0] { - } + Method [ public method setHttpMethods ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Static methods [0] { - } + Method [ public method setHostname ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $hostname ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method toFilter ] { + Method [ public method via ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [1] { + Parameter #0 [ $httpMethods ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } - Class [ class Phalcon\Support\Helper\Arr\LastKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { + Class [ class Phalcon\Mvc\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Url\UrlInterface ] { - Constants [0] { } @@ -72517,106 +72472,112 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ protected $container = NULL ] + Property [ protected $baseUri = NULL ] + Property [ protected $basePath = NULL ] + Property [ protected $router = NULL ] + Property [ protected $staticBaseUri = NULL ] } - - Methods [2] { - Method [ public method __invoke ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Mvc\RouterInterface $router = ] } } - Method [ protected method toFilter ] { + Method [ public method get ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [4] { + Parameter #0 [ $uri = ] + Parameter #1 [ $args = ] + Parameter #2 [ ?bool $local = ] + Parameter #3 [ $baseUri = ] } - - Return [ array ] + - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Order ] { + Method [ public method getBasePath ] { - - Constants [2] { - Constant [ public int ORDER_ASC ] { 1 } - Constant [ public int ORDER_DESC ] { 2 } - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method getBaseUri ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method getStatic ] { - - Methods [3] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ $uri = ] + } + - Return [ string ] + } - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $attribute ] - Parameter #2 [ int $order = ] - Parameter #3 [ int $flags = ] + Method [ public method getStaticBaseUri ] { + + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ private method checkObject ] { + Method [ public method setBasePath ] { - - Parameters [3] { - Parameter #0 [ array $sorted ] - Parameter #1 [ $attribute ] - Parameter #2 [ $item ] + - Parameters [1] { + Parameter #0 [ string $basePath ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Url\UrlInterface ] } - Method [ private method checkNonObject ] { + Method [ public method setBaseUri ] { - - Parameters [3] { - Parameter #0 [ array $sorted ] - Parameter #1 [ $attribute ] - Parameter #2 [ $item ] + - Parameters [1] { + Parameter #0 [ string $baseUri ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Url\UrlInterface ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Pluck ] { + Method [ public method setStaticBaseUri ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $staticBaseUri ] + } + - Return [ Phalcon\Mvc\Url\UrlInterface ] + } - - Static properties [0] { - } + Method [ public method path ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ ?string $path = ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method getDI ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $element ] + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Helper\Arr\Set ] { + Class [ class Phalcon\Mvc\Url\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -72627,97 +72588,95 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [3] { - Method [ public method __invoke ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $value ] - Parameter #2 [ $index = ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ array ] } - Method [ private method checkNull ] { + Method [ public method __wakeup ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $value ] - Parameter #2 [ $index ] + - Parameters [0] { } - - Return [ array ] } - Method [ private method checkNotNull ] { + Method [ final public method getMessage ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $value ] - Parameter #2 [ $index ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\SliceLeft ] { + Method [ final public method getCode ] { - - Constants [0] { - } + - Parameters [0] { + } + } - - Static properties [0] { - } + Method [ final public method getFile ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [0] { - } + Method [ final public method getLine ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ int ] + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $elements = ] + Method [ final public method getTrace ] { + + - Parameters [0] { } - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\SliceRight ] { - - Constants [0] { - } + Method [ final public method getPrevious ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ ?Throwable ] + } - - Static methods [0] { - } + Method [ final public method getTraceAsString ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $elements = ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } } } - Class [ class Phalcon\Support\Helper\Arr\Split ] { + Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [0] { + - Constants [6] { + Constant [ public int LEVEL_ACTION_VIEW ] { 1 } + Constant [ public int LEVEL_BEFORE_TEMPLATE ] { 2 } + Constant [ public int LEVEL_LAYOUT ] { 3 } + Constant [ public int LEVEL_MAIN_LAYOUT ] { 5 } + Constant [ public int LEVEL_NO_RENDER ] { 0 } + Constant [ public int LEVEL_AFTER_TEMPLATE ] { 4 } } - Static properties [0] { @@ -72726,151 +72685,500 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [24] { + Property [ protected $container = NULL ] + Property [ protected $actionName = NULL ] + Property [ protected $activeRenderPaths = NULL ] + Property [ protected $basePath = '' ] + Property [ protected $content = '' ] + Property [ protected $controllerName = NULL ] + Property [ protected $currentRenderLevel = 0 ] + Property [ protected $disabled = false ] + Property [ protected $disabledLevels = NULL ] + Property [ protected $engines = false ] + Property [ protected $eventsManager = NULL ] + Property [ protected $layout = NULL ] + Property [ protected $layoutsDir = '' ] + Property [ protected $mainView = 'index' ] + Property [ protected $options = NULL ] + Property [ protected $params = NULL ] + Property [ protected $pickView = NULL ] + Property [ protected $partialsDir = '' ] + Property [ protected $registeredEngines = NULL ] + Property [ protected $renderLevel = 5 ] + Property [ protected $templatesAfter = NULL ] + Property [ protected $templatesBefore = NULL ] + Property [ protected $viewsDirs = NULL ] + Property [ protected $viewParams = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [60] { + Method [ public method getCurrentRenderLevel ] { - - Parameters [1] { - Parameter #0 [ array $collection ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\ToObject ] { - - Constants [0] { - } + Method [ public method getRegisteredEngines ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method getRenderLevel ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $collection ] + Parameter #0 [ array $options = [] ] } - - Return [ NULL ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\ValidateAll extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method __get ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $key ] + } + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ protected method toFilter ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ array ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\ValidateAny extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - - Constants [0] { - } + Method [ public method cleanTemplateAfter ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } - - Static methods [0] { - } + Method [ public method cleanTemplateBefore ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method disableLevel ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Parameters [1] { + Parameter #0 [ $level ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\ViewInterface ] } - Method [ protected method toFilter ] { + Method [ public method disable ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\View ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Whitelist extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - - Constants [0] { - } + Method [ public method enable ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } - - Static methods [0] { - } + Method [ public method exists ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $view ] + } + - Return [ bool ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method finish ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ array $whiteList ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\View ] } - Method [ protected method toFilter ] { + Method [ public method getActionName ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getActiveRenderPath ] { + + - Parameters [0] { + } + } + + Method [ public method getBasePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method getLayout ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getLayoutsDir ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMainView ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getParamsToView ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getPartial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + - Return [ string ] + } + + Method [ public method getPartialsDir ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRender ] { + + - Parameters [4] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] + Parameter #3 [ $configCallback = ] + } + - Return [ string ] + } + + Method [ public method getVar ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method getViewsDir ] { + + - Parameters [0] { + } + } + + Method [ protected method getViewsDirs ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $view ] + } + - Return [ bool ] + } + + Method [ public method isDisabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + } + + Method [ public method pick ] { + + - Parameters [1] { + Parameter #0 [ $renderView ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method registerEngines ] { + + - Parameters [1] { + Parameter #0 [ array $engines ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method render ] { + + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setBasePath ] { + + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setContent ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setLayout ] { + + - Parameters [1] { + Parameter #0 [ string $layout ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setLayoutsDir ] { + + - Parameters [1] { + Parameter #0 [ string $layoutsDir ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setMainView ] { + + - Parameters [1] { + Parameter #0 [ string $viewPath ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setPartialsDir ] { + + - Parameters [1] { + Parameter #0 [ string $partialsDir ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setParamToView ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setRenderLevel ] { + + - Parameters [1] { + Parameter #0 [ int $level ] + } + - Return [ Phalcon\Mvc\ViewInterface ] + } + + Method [ public method setTemplateAfter ] { + + - Parameters [1] { + Parameter #0 [ $templateAfter ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setTemplateBefore ] { + + - Parameters [1] { + Parameter #0 [ $templateBefore ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setVar ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setVars ] { + + - Parameters [2] { + Parameter #0 [ array $params ] + Parameter #1 [ bool $merge = ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ $viewsDir ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method start ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method toString ] { + + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] + } + - Return [ string ] + } + + Method [ protected method engineRender ] { + + - Parameters [4] { + Parameter #0 [ array $engines ] + Parameter #1 [ string $viewPath ] + Parameter #2 [ bool $silence ] + Parameter #3 [ bool $mustClean = ] + } + } + + Method [ final protected method isAbsolutePath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + } + + Method [ protected method loadTemplateEngines ] { + + - Parameters [0] { } - Return [ array ] } + + Method [ public method processRender ] { + + - Parameters [4] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] + Parameter #3 [ bool $fireEvents = ] + } + - Return [ bool ] + } + + Method [ private method getDirSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $directory ] + } + - Return [ string ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } } } - Class [ class Phalcon\Support\Helper\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -72881,318 +73189,673 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + - Properties [2] { + Property [ protected $container = NULL ] + Property [ protected $view = NULL ] + } + + - Methods [9] { + Method [ public method render ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean = ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + } + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getView ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] + } + + Method [ public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $container = NULL ] + Property [ protected $view = NULL ] + Property [ protected $compiler = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $macros = NULL ] + Property [ protected $options = NULL ] + } + + - Methods [21] { + Method [ public method callMacro ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments = [] ] + } + } + + Method [ public method convertEncoding ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $from ] + Parameter #2 [ string $to ] + } + - Return [ string ] + } + + Method [ public method getCompiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isIncluded ] { + + - Parameters [2] { + Parameter #0 [ $needle ] + Parameter #1 [ $haystack ] + } + - Return [ bool ] + } + + Method [ public method length ] { + + - Parameters [1] { + Parameter #0 [ $item ] + } + - Return [ int ] + } + + Method [ public method preload ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ public method render ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean = ] + } + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method slice ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ int $start = ] + Parameter #2 [ $end = ] + } + } + + Method [ public method sort ] { + + - Parameters [1] { + Parameter #0 [ array $value ] + } + - Return [ array ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + } + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getView ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] + } + + Method [ public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [21] { + Property [ protected $autoescape = false ] + Property [ protected $blockLevel = 0 ] + Property [ protected $blocks = NULL ] + Property [ protected $container = NULL ] + Property [ protected $compiledTemplatePath = NULL ] + Property [ protected $currentBlock = NULL ] + Property [ protected $currentPath = NULL ] + Property [ protected $exprLevel = 0 ] + Property [ protected $extended = false ] + Property [ protected $extensions = NULL ] + Property [ protected $extendedBlocks = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $foreachLevel = 0 ] + Property [ protected $forElsePointers = NULL ] + Property [ protected $functions = NULL ] + Property [ protected $level = 0 ] + Property [ protected $loopPointers = NULL ] + Property [ protected $macros = NULL ] + Property [ protected $options = NULL ] + Property [ protected $prefix = '' ] + Property [ protected $view = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [45] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ ?Phalcon\Mvc\ViewBaseInterface $view = ] + } + } + + Method [ public method addExtension ] { + + - Parameters [1] { + Parameter #0 [ $extension ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ public method addFilter ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ public method addFunction ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ public method attributeReader ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ string ] + } + + Method [ public method compile ] { + + - Parameters [2] { + Parameter #0 [ string $templatePath ] + Parameter #1 [ bool $extendsMode = ] + } + } + + Method [ public method compileAutoEscape ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ public method compileCall ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + } + + Method [ public method compileCase ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $caseClause = ] + } + - Return [ string ] + } + + Method [ public method compileDo ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileEcho ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileElseIf ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileFile ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ string $compiledPath ] + Parameter #2 [ bool $extendsMode = ] + } + } + + Method [ public method compileForeach ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode = ] + } + - Return [ string ] + } + + Method [ public method compileForElse ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method compileIf ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode = ] + } + - Return [ string ] + } + + Method [ public method compileInclude ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileMacro ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ public method compileReturn ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileSet ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileString ] { + + - Parameters [2] { + Parameter #0 [ string $viewCode ] + Parameter #1 [ bool $extendsMode = ] + } + - Return [ string ] + } + + Method [ public method compileSwitch ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode = ] + } + - Return [ string ] + } + + Method [ final public method expression ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ string ] + } + + Method [ final public method fireExtensionEvent ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments = [] ] } } - Method [ public method __wakeup ] { + Method [ public method functionCall ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $expr ] } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getCompiledTemplatePath ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getDI ] { - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ final public method getFile ] { + Method [ public method getExtensions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method getFilters ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method getFunctions ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $option ] } - - Return [ ?Throwable ] + - Return [ ?string ] } - Method [ final public method getTraceAsString ] { + Method [ public method getOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getTemplatePath ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\File\Basename ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getUniquePrefix ] { - - Parameters [2] { - Parameter #0 [ string $uri ] - Parameter #1 [ ?string $suffix = ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Json\Decode ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method parse ] { - - Parameters [4] { - Parameter #0 [ string $data ] - Parameter #1 [ bool $associative = ] - Parameter #2 [ int $depth = ] - Parameter #3 [ int $options = ] + - Parameters [1] { + Parameter #0 [ string $viewCode ] } + - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Json\Encode ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method resolveTest ] { - - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ int $options = ] - Parameter #2 [ int $depth = ] + - Parameters [2] { + Parameter #0 [ array $test ] + Parameter #1 [ string $left ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Number\IsBetween ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method setDI ] { - - Parameters [3] { - Parameter #0 [ int $value ] - Parameter #1 [ int $start ] - Parameter #2 [ int $end ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Camelize ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Concat extends Phalcon\Support\Helper\Str\AbstractStr ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [6] { - Method [ public method __invoke ] { + Method [ public method setOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ public method setUniquePrefix ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [1] { + Parameter #0 [ string $prefix ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ protected method toInterpolate ] { + Method [ protected method compileSource ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [2] { + Parameter #0 [ string $viewCode ] + Parameter #1 [ bool $extendsMode = ] } - Return [ string ] } - Method [ protected method toLower ] { + Method [ protected method getFinalPath ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ string $path ] } - - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ final protected method resolveFilter ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [2] { + Parameter #0 [ array $filter ] + Parameter #1 [ string $left ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toUpper ] { + Method [ final protected method statementList ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + Parameter #0 [ array $statements ] + Parameter #1 [ bool $extendsMode = ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\CountVowels ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ final protected method statementListOrExtends ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ $statements ] } - - Return [ int ] } } } - Class [ class Phalcon\Support\Helper\Str\Decapitalize extends Phalcon\Support\Helper\Str\AbstractStr ] { + Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -73203,176 +73866,96 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $statement = NULL ] } - - Methods [6] { - Method [ public method __invoke ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $upperRest = ] - Parameter #2 [ string $encoding = ] + - Parameters [4] { + Parameter #0 [ string $message = ] + Parameter #1 [ array $statement = [] ] + Parameter #2 [ int $code = ] + Parameter #3 [ ?Exception $previous = ] } - - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ public method getStatement ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method toInterpolate ] { + Method [ public method __wakeup ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method toLower ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ final public method getCode ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] } - Method [ protected method toUpper ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Decrement ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\DirFromFile ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $file ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\DirSeparator ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ final public method getPrevious ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ ?Throwable ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ string $directory ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Dynamic ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method __toString ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $leftDelimiter = ] - Parameter #2 [ string $rightDelimiter = ] - Parameter #3 [ string $separator = ] + - Parameters [0] { } - Return [ string ] } } } - Class [ class Phalcon\Support\Helper\Str\EndsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { + Class [ class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -73383,243 +73966,218 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [9] { + Property [ protected $container = NULL ] + Property [ protected $activeRenderPath = NULL ] + Property [ protected $content = NULL ] + Property [ protected $engines = false ] + Property [ protected $eventsManager = NULL ] + Property [ protected $options = NULL ] + Property [ protected $registeredEngines = NULL ] + Property [ protected $viewsDir = NULL ] + Property [ protected $viewParams = NULL ] } - - Methods [6] { - Method [ public method __invoke ] { + - Methods [25] { + Method [ public method getRegisteredEngines ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?array ] } - Method [ protected method toEndsWith ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ bool ] } - Method [ protected method toInterpolate ] { + Method [ public method __get ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] } - Method [ protected method toLower ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] - } - - Return [ string ] - } - - Method [ protected method toStartsWith ] { - - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method toUpper ] { + Method [ public method getActiveRenderPath ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\FirstBetween ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getContent ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ string $start ] - Parameter #2 [ string $end ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Friendly extends Phalcon\Support\Helper\Str\AbstractStr ] { + Method [ public method getEventsManager ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } - - Static properties [0] { - } + Method [ public method getParamsToView ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Properties [0] { - } + Method [ public method getVar ] { - - Methods [8] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ string $key ] + } + } - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = ] - Parameter #2 [ bool $lowercase = ] - Parameter #3 [ $replace = ] + Method [ public method getViewsDir ] { + + - Parameters [0] { } - Return [ string ] } - Method [ private method checkReplace ] { + Method [ public method partial ] { - - Parameters [1] { - Parameter #0 [ $replace ] + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] } - - Return [ array ] + - Return [ void ] } - Method [ private method getMatrix ] { + Method [ public method registerEngines ] { - Parameters [1] { - Parameter #0 [ array $replace ] + Parameter #0 [ array $engines ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method toEndsWith ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ array $params = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toInterpolate ] { + Method [ public method setContent ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [1] { + Parameter #0 [ string $content ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ protected method toLower ] { + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setParamToView ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ protected method toStartsWith ] { + Method [ public method setVar ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ protected method toUpper ] { + Method [ public method setVars ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + Parameter #0 [ array $params ] + Parameter #1 [ bool $merge = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View\Simple ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Humanize ] { + Method [ public method setViewsDir ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $viewsDir ] + } + - Return [ void ] + } - - Static properties [0] { - } + Method [ protected method loadTemplateEngines ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Properties [0] { - } + Method [ final protected method internalRender ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + } + - Return [ void ] + } + + Method [ private method getDirSeparator ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ string $directory ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Includes ] { - - Constants [0] { - } + Method [ public method __isset ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method getDI ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Helper\Str\Increment ] { + Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -73630,76 +74188,70 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [7] { + Method [ public method paginate ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Interpolate ] { - - - Constants [0] { - } + Method [ public method __construct ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $config ] + } + } - - Static methods [0] { - } + Method [ public method getLimit ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method setCurrentPage ] { - - Parameters [4] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $leftToken = ] - Parameter #3 [ string $rightToken = ] + - Parameters [1] { + Parameter #0 [ int $page ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\IsAnagram ] { - - Constants [0] { - } + Method [ public method setLimit ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ int $limit ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } - - Static methods [0] { - } + Method [ public method setRepository ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ protected method getRepository ] { - - Parameters [2] { - Parameter #0 [ string $first ] - Parameter #1 [ string $second ] + - Parameters [1] { + Parameter #0 [ ?array $properties = [] ] } - - Return [ bool ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } } } - Class [ class Phalcon\Support\Helper\Str\IsLower extends Phalcon\Support\Helper\Str\AbstractStr ] { + Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -73710,71 +74262,70 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] } - - Methods [6] { - Method [ public method __invoke ] { + - Methods [7] { + Method [ public method paginate ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ protected method toEndsWith ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [1] { + Parameter #0 [ array $config ] } - - Return [ bool ] } - Method [ protected method toInterpolate ] { + Method [ public method getLimit ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method toLower ] { + Method [ public method setCurrentPage ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ int $page ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ protected method toStartsWith ] { + Method [ public method setLimit ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ bool ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ protected method toUpper ] { + Method [ public method setRepository ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ ?array $properties = [] ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] } } } - Class [ class Phalcon\Support\Helper\Str\IsPalindrome ] { + Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -73785,96 +74336,94 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [6] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] + Property [ protected $builder = NULL ] + Property [ protected $columns = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ array $config ] } - - Return [ bool ] } - } - } - Class [ class Phalcon\Support\Helper\Str\IsUpper extends Phalcon\Support\Helper\Str\AbstractStr ] { + Method [ public method getCurrentPage ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Static properties [0] { - } + Method [ public method getQueryBuilder ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\Query\Builder ] + } - - Properties [0] { - } + Method [ public method paginate ] { - - Methods [6] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + Method [ public method setQueryBuilder ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] } - - Return [ bool ] + - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] } - Method [ protected method toEndsWith ] { + Method [ public method getLimit ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ protected method toInterpolate ] { + Method [ public method setCurrentPage ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [1] { + Parameter #0 [ int $page ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ protected method toLower ] { + Method [ public method setLimit ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ protected method toStartsWith ] { + Method [ public method setRepository ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - - Return [ bool ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ protected method toUpper ] { + Method [ protected method getRepository ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ ?array $properties = [] ] } - - Return [ string ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } } } - Class [ class Phalcon\Support\Helper\Str\Len ] { + Class [ class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -73885,97 +74434,87 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ int ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Lower extends Phalcon\Support\Helper\Str\AbstractStr ] { + Method [ public method __wakeup ] { - - Constants [0] { - } + - Parameters [0] { + } + } - - Static properties [0] { - } + Method [ final public method getMessage ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [0] { - } + Method [ final public method getCode ] { - - Methods [6] { - Method [ public method __invoke ] { + - Parameters [0] { + } + } - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + Method [ final public method getFile ] { + + - Parameters [0] { } - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ final public method getLine ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ protected method toInterpolate ] { + Method [ final public method getTrace ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method toLower ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ protected method toStartsWith ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toUpper ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - Return [ string ] } } } - Class [ class Phalcon\Support\Helper\Str\Prefix ] { + Class [ class Phalcon\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -73986,81 +74525,103 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Random ] { - - - Constants [6] { - Constant [ public int RANDOM_ALNUM ] { 0 } - Constant [ public int RANDOM_ALPHA ] { 1 } - Constant [ public int RANDOM_DISTINCT ] { 5 } - Constant [ public int RANDOM_HEXDEC ] { 2 } - Constant [ public int RANDOM_NOZERO ] { 4 } - Constant [ public int RANDOM_NUMERIC ] { 3 } - } + Method [ public method load ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } - - Static methods [0] { - } + Method [ public method newInstance ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ int $type = ] - Parameter #1 [ int $length = ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Str\ReduceSlashes ] { + Method [ protected method getServices ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ protected method getService ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + } - - Properties [0] { - } + Method [ protected method init ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ array $services = [] ] + } + - Return [ void ] + } + + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ $config ] } - - Return [ string ] + - Return [ array ] + } + + Method [ protected method checkConfigElement ] { + + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] + } + - Return [ array ] + } + + Method [ protected method getException ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Exception ] } } } - Class [ class Phalcon\Support\Helper\Str\StartsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { + Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, JsonSerializable ] { - - Constants [0] { + - Constants [8] { + Constant [ public string PROPERTY_CURRENT_PAGE ] { current } + Constant [ public string PROPERTY_FIRST_PAGE ] { first } + Constant [ public string PROPERTY_ITEMS ] { items } + Constant [ public string PROPERTY_LAST_PAGE ] { last } + Constant [ public string PROPERTY_LIMIT ] { limit } + Constant [ public string PROPERTY_NEXT_PAGE ] { next } + Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } + Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } } - Static properties [0] { @@ -74069,175 +74630,123 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ protected $aliases = NULL ] + Property [ protected $properties = NULL ] } - - Methods [6] { - Method [ public method __invoke ] { + - Methods [15] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [1] { + Parameter #0 [ string $property ] } - - Return [ bool ] } - Method [ protected method toEndsWith ] { + Method [ public method getAliases ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method toInterpolate ] { + Method [ public method getCurrent ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method toLower ] { + Method [ public method getFirst ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method toStartsWith ] { + Method [ public method getItems ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - - Return [ bool ] } - Method [ protected method toUpper ] { + Method [ public method getLast ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Suffix ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getLimit ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getNext ] { - - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ string $suffix ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Ucwords ] { - - - Constants [0] { - } + Method [ public method getPrevious ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Static methods [0] { - } + Method [ public method getTotalItems ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Uncamelize ] { - - Constants [0] { - } + Method [ public method setAliases ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $aliases ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } - - Static methods [0] { - } + Method [ public method setProperties ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ protected method getProperty ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $delimiter = ] + Parameter #0 [ string $property ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Underscore ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ protected method getRealNameProperty ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ string $property ] } - Return [ string ] } } } - Class [ class Phalcon\Support\Helper\Str\Upper extends Phalcon\Support\Helper\Str\AbstractStr ] { + Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - Constants [0] { } @@ -74248,78 +74757,81 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $adapter = NULL ] } - - Methods [6] { - Method [ public method __invoke ] { + - Methods [8] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] + Parameter #1 [ array $options = [] ] } - - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ public method close ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method toInterpolate ] { + Method [ public method destroy ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = ] - Parameter #3 [ string $right = ] + - Parameters [1] { + Parameter #0 [ $id ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method toLower ] { + Method [ public method gc ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ public method open ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = ] + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] } - Return [ bool ] } - Method [ protected method toUpper ] { + Method [ public method write ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = ] + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ protected method getArrVal ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ string ] } } } - Class [ class Phalcon\Support\Version ] { + Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - - Constants [5] { - Constant [ public int VERSION_MAJOR ] { 0 } - Constant [ public int VERSION_MEDIUM ] { 1 } - Constant [ public int VERSION_MINOR ] { 2 } - Constant [ public int VERSION_SPECIAL ] { 3 } - Constant [ public int VERSION_SPECIAL_NUMBER ] { 4 } + - Constants [0] { } - Static properties [0] { @@ -74328,714 +74840,740 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $adapter = NULL ] } - - Methods [5] { - Method [ protected method getVersion ] { + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] + Parameter #1 [ array $options = [] ] + } + } + + Method [ public method close ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ final protected method getSpecial ] { + Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ int $special ] + Parameter #0 [ $id ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method get ] { + Method [ public method gc ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $maxlifetime ] } - - Return [ string ] } - Method [ public method getId ] { + Method [ public method read ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $id ] } - Return [ string ] } - Method [ public method getPart ] { + Method [ public method open ] { - - Parameters [1] { - Parameter #0 [ int $part ] + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] + } + - Return [ bool ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ protected method getArrVal ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ string ] } } } - Class [ class Phalcon\Tag ] { + Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - - Constants [11] { - Constant [ public int HTML32 ] { 1 } - Constant [ public int HTML401_STRICT ] { 2 } - Constant [ public int HTML401_TRANSITIONAL ] { 3 } - Constant [ public int HTML401_FRAMESET ] { 4 } - Constant [ public int HTML5 ] { 5 } - Constant [ public int XHTML10_STRICT ] { 6 } - Constant [ public int XHTML10_TRANSITIONAL ] { 7 } - Constant [ public int XHTML10_FRAMESET ] { 8 } - Constant [ public int XHTML11 ] { 9 } - Constant [ public int XHTML20 ] { 10 } - Constant [ public int XHTML5 ] { 11 } + - Constants [0] { } - - Static properties [10] { - Property [ protected static $autoEscape = true ] - Property [ protected static $container = NULL ] - Property [ protected static $displayValues = NULL ] - Property [ protected static $documentAppendTitle = NULL ] - Property [ protected static $documentPrependTitle = NULL ] - Property [ protected static $documentTitle = NULL ] - Property [ protected static $documentTitleSeparator = NULL ] - Property [ protected static $documentType = 11 ] - Property [ protected static $escaperService = NULL ] - Property [ protected static $urlService = NULL ] + - Static properties [0] { } - - Static methods [58] { - Method [ static public method appendTitle ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $title ] - } - - Return [ void ] - } + - Properties [5] { + Property [ protected $connection = NULL ] + Property [ protected $options = NULL ] + Property [ protected $prefix = '' ] + Property [ protected $ttl = 8600 ] + Property [ private $path = '' ] + } - Method [ static public method checkField ] { + - Methods [9] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ static public method colorField ] { + Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ $id ] } - - Return [ string ] + - Return [ bool ] } - Method [ static public method dateField ] { + Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ $maxlifetime ] } - - Return [ string ] } - Method [ static public method dateTimeField ] { + Method [ public method open ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] } - - Return [ string ] + - Return [ bool ] } - Method [ static public method dateTimeLocalField ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ $id ] } - Return [ string ] } - Method [ static public method displayTo ] { + Method [ public method write ] { - Parameters [2] { - Parameter #0 [ string $id ] - Parameter #1 [ $value ] + Parameter #0 [ $id ] + Parameter #1 [ $data ] } - - Return [ void ] + - Return [ bool ] } - Method [ static public method emailField ] { + Method [ private method getDirSeparator ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $directory ] } - Return [ string ] } - Method [ static public method endForm ] { + Method [ public method close ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ static public method fileField ] { + Method [ protected method getPrefixedName ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ $name ] } - Return [ string ] } + } + } - Method [ static public method form ] { - - - Parameters [1] { - Parameter #0 [ $parameters ] - } - - Return [ string ] - } + Class [ class Phalcon\Session\Bag extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] { - Method [ static public method friendlyTitle ] { + - Constants [0] { + } - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = ] - Parameter #2 [ bool $lowercase = ] - Parameter #3 [ $replace = ] - } - - Return [ string ] - } + - Static properties [0] { + } - Method [ static public method getDocType ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Properties [6] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ private $container = NULL ] + Property [ private $name = NULL ] + Property [ private $session = NULL ] + } - Method [ static public method getEscaper ] { + - Methods [29] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $params ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ ?Phalcon\Html\Escaper\EscaperInterface ] } - Method [ static public method getDI ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ void ] } - Method [ static public method getEscaperService ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ static public method getTitle ] { + Method [ public method init ] { - - Parameters [2] { - Parameter #0 [ bool $prepend = ] - Parameter #1 [ bool $append = ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ static public method getTitleSeparator ] { + Method [ public method remove ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ void ] } - Method [ static public method getUrlService ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Url\UrlInterface ] + - Return [ void ] } - Method [ static public method getValue ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array $params = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ static public method hasValue ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $element ] } - - Return [ bool ] } - Method [ static public method hiddenField ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ bool ] } - Method [ static public method image ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ bool $local = ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ static public method imageInput ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ void ] } - Method [ static public method javascriptInclude ] { + Method [ public method count ] { - - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ bool $local = ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ static public method linkTo ] { + Method [ public method get ] { - Parameters [3] { - Parameter #0 [ $parameters ] - Parameter #1 [ $text = ] - Parameter #2 [ $local = ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = ] } - - Return [ string ] } - Method [ static public method monthField ] { + Method [ public method getIterator ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ Traversable ] } - Method [ static public method numericField ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ bool $insensitive = ] } - - Return [ string ] + - Return [ array ] } - Method [ static public method passwordField ] { + Method [ public method getValues ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ static public method prependTitle ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $title ] + Parameter #0 [ string $element ] } - - Return [ void ] + - Return [ bool ] } - Method [ static public method preload ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ static public method radioField ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ $element ] } - - Return [ string ] + - Return [ bool ] } - Method [ static public method rangeField ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $parameters ] - } - - Return [ string ] - } - - Method [ static public method renderAttributes ] { - - - Parameters [2] { - Parameter #0 [ string $code ] - Parameter #1 [ array $attributes ] + Parameter #0 [ $element ] } - - Return [ string ] } - Method [ static public method renderTitle ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ bool $prepend = ] - Parameter #1 [ bool $append = ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ static public method resetInput ] { + Method [ public method offsetUnset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } - Return [ void ] } - Method [ static public method searchField ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - Return [ string ] } - Method [ static public method select ] { + Method [ public method toArray ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ static public method selectStatic ] { + Method [ public method toJson ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data = ] + - Parameters [1] { + Parameter #0 [ int $options = ] } - Return [ string ] } - Method [ static public method setAutoescape ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ bool $autoescape ] + Parameter #0 [ $serialized ] } - Return [ void ] } - Method [ static public method setDefault ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ string $id ] + Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ static public method setDefaults ] { + Method [ protected method phpJsonEncode ] { - - Parameters [2] { - Parameter #0 [ array $values ] - Parameter #1 [ bool $merge = ] + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ int $flags = ] + Parameter #2 [ int $depth = ] } - - Return [ void ] } - Method [ static public method setDI ] { + Method [ protected method processKey ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $element ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ static public method setDocType ] { + Class [ class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ int $doctype ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ static public method setTitle ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $title ] + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ void ] } - Method [ static public method setTitleSeparator ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $titleSeparator ] + - Parameters [0] { } - - Return [ void ] } - Method [ static public method stylesheetLink ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ bool $local = ] + - Parameters [0] { } - Return [ string ] } - Method [ static public method submitButton ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] } - Method [ static public method tagHtml ] { + Method [ final public method getFile ] { - - Parameters [5] { - Parameter #0 [ string $tagName ] - Parameter #1 [ $parameters = ] - Parameter #2 [ bool $selfClose = ] - Parameter #3 [ bool $onlyStart = ] - Parameter #4 [ bool $useEol = ] + - Parameters [0] { } - Return [ string ] } - Method [ static public method tagHtmlClose ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $tagName ] - Parameter #1 [ bool $useEol = ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ static public method telField ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ static public method textArea ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ static public method textField ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - Return [ string ] } - Method [ static public method timeField ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - Return [ string ] } + } + } - Method [ static public method urlField ] { + Class [ class Phalcon\Session\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\ManagerInterface ] { + + - Constants [3] { + Constant [ public int SESSION_ACTIVE ] { 2 } + Constant [ public int SESSION_DISABLED ] { 0 } + Constant [ public int SESSION_NONE ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $container = NULL ] + Property [ private $adapter = NULL ] + Property [ private $name = '' ] + Property [ private $options = NULL ] + Property [ private $uniqueId = '' ] + } + + - Methods [26] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ static public method weekField ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $key ] } - - Return [ string ] } - Method [ final static protected method inputField ] { + Method [ public method __isset ] { - - Parameters [3] { - Parameter #0 [ string $type ] - Parameter #1 [ $parameters ] - Parameter #2 [ bool $asValue = ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ final static protected method inputFieldChecked ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $parameters ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - } - - Properties [0] { - } - - - Methods [0] { - } - } + Method [ public method __unset ] { - Class [ class Phalcon\Tag\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } - - Constants [0] { - } + Method [ public method destroy ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ void ] + } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + Method [ public method exists ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method get ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $remove = ] } } - Method [ public method __wakeup ] { + Method [ public method getAdapter ] { - Parameters [0] { } + - Return [ SessionHandlerInterface ] } - Method [ final public method getMessage ] { + Method [ public method getId ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getName ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method getOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method regenerateId ] { + + - Parameters [1] { + Parameter #0 [ $deleteOldSession = ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setAdapter ] { + + - Parameters [1] { + Parameter #0 [ SessionHandlerInterface $adapter ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method setId ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $id ] } - - Return [ int ] + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ final public method getTrace ] { + Method [ public method setName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ final public method getPrevious ] { + Method [ public method setOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ ?Throwable ] + - Return [ void ] } - Method [ final public method getTraceAsString ] { + Method [ public method start ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method status ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - - Class [ abstract class Phalcon\Tag\Select ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [3] { - Method [ static public method selectField ] { + Method [ private method getUniqueKey ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data = ] + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ string ] } - Method [ static private method optionsFromArray ] { + Method [ private method getArrVal ] { - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $value ] - Parameter #2 [ string $closeOption ] + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ string ] } - Method [ static private method optionsFromResultset ] { + Method [ public method getDI ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] - Parameter #1 [ $using ] - Parameter #2 [ $value ] - Parameter #3 [ string $closeOption ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - } - - Properties [0] { - } + Method [ public method setDI ] { - - Methods [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } } } - Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + Class [ class Phalcon\Storage\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -75047,118 +75585,86 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Properties [3] { - Property [ protected $defaultInterpolator = '' ] - Property [ protected $interpolatorFactory = NULL ] - Property [ protected $translate = NULL ] + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + Property [ private $serializerFactory = NULL ] } - - Methods [12] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $options ] - } - } - - Method [ public method exists ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ bool ] - } - - Method [ public method query ] { + - Methods [9] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } - - Method [ private method load ] { - - - Parameters [4] { - Parameter #0 [ string $file ] - Parameter #1 [ int $length ] - Parameter #2 [ string $delimiter ] - Parameter #3 [ string $enclosure ] + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $services = [] ] } - - Return [ void ] } - Method [ protected method phpFopen ] { + Method [ public method newInstance ] { - Parameters [2] { - Parameter #0 [ string $filename ] - Parameter #1 [ string $mode ] + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } + - Return [ Phalcon\Storage\Adapter\AdapterInterface ] } - Method [ public method _ ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ public method offsetExists ] { + Method [ protected method getServices ] { - - Parameters [1] { - Parameter #0 [ $translateKey ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method offsetGet ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ $translateKey ] + Parameter #0 [ string $name ] } } - Method [ public method offsetSet ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ $config ] } - - Return [ void ] + - Return [ array ] } - Method [ public method t ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method replacePlaceholders ] { + Method [ protected method getException ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ Exception ] } } } - Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + Class [ class Phalcon\Storage\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -75169,204 +75675,175 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $defaultInterpolator = '' ] - Property [ protected $interpolatorFactory = NULL ] - Property [ protected $category = NULL ] - Property [ protected $defaultDomain = NULL ] - Property [ protected $directory = NULL ] - Property [ protected $locale = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [23] { - Method [ public method getCategory ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getDefaultDomain ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ string ] } - Method [ public method getDirectory ] { + Method [ public method __wakeup ] { - Parameters [0] { } } - Method [ public method getLocale ] { + Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $options ] - } - } - - Method [ public method exists ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ string $index ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method nquery ] { + Method [ final public method getFile ] { - - Parameters [5] { - Parameter #0 [ string $msgid1 ] - Parameter #1 [ string $msgid2 ] - Parameter #2 [ int $count ] - Parameter #3 [ array $placeholders = [] ] - Parameter #4 [ ?string $domain = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method query ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method resetDomain ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method setDefaultDomain ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $domain ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Throwable ] } - Method [ public method setDirectory ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $directory ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setDomain ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ ?string $domain = ] + - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method setLocale ] { + Class [ class Phalcon\Storage\SerializerFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [2] { - Parameter #0 [ int $category ] - Parameter #1 [ array $localeArray = [] ] - } - } + - Constants [0] { + } - Method [ protected method getOptionsDefault ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ protected method prepareOptions ] { + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } + + - Methods [9] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $services = [] ] } - - Return [ void ] } - Method [ protected method phpFunctionExists ] { + Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method _ ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ public method offsetExists ] { + Method [ protected method getServices ] { - - Parameters [1] { - Parameter #0 [ $translateKey ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method offsetGet ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ $translateKey ] + Parameter #0 [ string $name ] } } - Method [ public method offsetSet ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ $config ] } - - Return [ void ] + - Return [ array ] } - Method [ public method t ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method replacePlaceholders ] { + Method [ protected method getException ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ Exception ] } } } - Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + Class [ class Phalcon\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -75377,109 +75854,58 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $defaultInterpolator = '' ] - Property [ protected $interpolatorFactory = NULL ] - Property [ private $translate = NULL ] - Property [ private $triggerError = false ] + - Properties [1] { + Property [ protected $data = NULL ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [6] { + Method [ public method serialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $options ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method exists ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ string $index ] + Parameter #0 [ $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method notFound ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ string ] - } - - Method [ public method query ] { - - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } - - Method [ public method _ ] { - - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + Parameter #0 [ $data = ] } - - Return [ string ] } - Method [ public method offsetExists ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ $translateKey ] + Parameter #0 [ $data ] } - Return [ bool ] } - Method [ public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - } - - Method [ public method offsetSet ] { + Method [ public method getData ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ $data ] } - Return [ void ] } - - Method [ public method t ] { - - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } - - Method [ protected method replacePlaceholders ] { - - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } } } - Class [ class Phalcon\Translate\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -75487,97 +75913,60 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + - Properties [1] { + Property [ protected $data = NULL ] } - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { + - Methods [6] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ int ] + - Return [ void ] } - Method [ final public method getTrace ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data = ] } - - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ protected method isSerializable ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method getData ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method setData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Translate\InterpolatorFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -75588,84 +75977,77 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [1] { + Property [ protected $data = NULL ] } - - Methods [9] { - Method [ public method __construct ] { + - Methods [8] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } } - Method [ public method newInstance ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Translate\Interpolator\InterpolatorInterface ] - } - - Method [ protected method getExceptionClass ] { - - - Parameters [0] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method getServices ] { + Method [ private method getDecode ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ bool $associative = ] + Parameter #2 [ int $depth = ] + Parameter #3 [ int $options = ] } - - Return [ array ] } - Method [ protected method getService ] { + Method [ private method getEncode ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ int $options = ] + Parameter #2 [ int $depth = ] } + - Return [ string ] } - Method [ protected method init ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ $data = ] } - - Return [ void ] } - Method [ protected method checkConfig ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $data ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method checkConfigElement ] { + Method [ public method getData ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method getException ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $data ] } - - Return [ Exception ] + - Return [ void ] } } } - Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { + Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -75676,48 +76058,58 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $data = NULL ] } - - Methods [1] { - Method [ public method replacePlaceholders ] { + - Methods [6] { + Method [ public method serialize ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - } - } - Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { + Method [ public method unserialize ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } - - Static properties [0] { - } + Method [ public method __construct ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ $data = ] + } + } - - Properties [0] { - } + Method [ protected method isSerializable ] { - - Methods [1] { - Method [ public method replacePlaceholders ] { + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + Method [ public method getData ] { + + - Parameters [0] { } - - Return [ string ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] } } } - Class [ class Phalcon\Translate\TranslateFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -75728,95 +76120,58 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - Property [ private $interpolator = NULL ] + - Properties [1] { + Property [ protected $data = NULL ] } - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $services = [] ] - } - } - - Method [ public method load ] { - - - Parameters [1] { - Parameter #0 [ $config ] - } - - Return [ Phalcon\Translate\Adapter\AdapterInterface ] - } - - Method [ public method newInstance ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] - } - - Return [ Phalcon\Translate\Adapter\AdapterInterface ] - } - - Method [ protected method getExceptionClass ] { + - Methods [6] { + Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method getServices ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ protected method getService ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ protected method init ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ $data = ] } - - Return [ void ] } - Method [ protected method checkConfig ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $data ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method checkConfigElement ] { + Method [ public method getData ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method getException ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $data ] } - - Return [ Exception ] + - Return [ void ] } } } - Class [ class Phalcon\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Url\UrlInterface ] { + Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -75827,112 +76182,74 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $container = NULL ] - Property [ protected $baseUri = NULL ] - Property [ protected $basePath = NULL ] - Property [ protected $router = NULL ] - Property [ protected $staticBaseUri = NULL ] + - Properties [1] { + Property [ protected $data = NULL ] } - - Methods [12] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ ?Phalcon\Mvc\RouterInterface $router = ] - } - } - - Method [ public method get ] { - - - Parameters [4] { - Parameter #0 [ $uri = ] - Parameter #1 [ $args = ] - Parameter #2 [ ?bool $local = ] - Parameter #3 [ $baseUri = ] - } - - Return [ string ] - } - - Method [ public method getBasePath ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getBaseUri ] { + - Methods [8] { + Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getStatic ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $uri = ] - } - - Return [ string ] - } - - Method [ public method getStaticBaseUri ] { - - - Parameters [0] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method setBasePath ] { + Method [ private method processSerializable ] { - Parameters [1] { - Parameter #0 [ string $basePath ] + Parameter #0 [ $data ] } - - Return [ Phalcon\Url\UrlInterface ] + - Return [ void ] } - Method [ public method setBaseUri ] { + Method [ private method processNotSerializable ] { - Parameters [1] { - Parameter #0 [ string $baseUri ] + Parameter #0 [ $data ] } - - Return [ Phalcon\Url\UrlInterface ] + - Return [ void ] } - Method [ public method setStaticBaseUri ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $staticBaseUri ] + Parameter #0 [ $data = ] } - - Return [ Phalcon\Url\UrlInterface ] } - Method [ public method path ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ ?string $path = ] + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getDI ] { + Method [ public method getData ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ $data ] } - Return [ void ] } } } - Class [ class Phalcon\Url\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Support\Collection\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -75940,14 +76257,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -76030,7 +76340,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Validation\ValidationInterface ] { + Class [ class Phalcon\Support\Collection\ReadOnlyCollection extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { - Constants [0] { } @@ -76041,403 +76351,431 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $container = NULL ] - Property [ protected $combinedFieldsValidators = NULL ] + - Properties [3] { Property [ protected $data = NULL ] - Property [ protected $entity = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $labels = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $values = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] } - - Methods [25] { - Method [ public method getData ] { + - Methods [27] { + Method [ public method remove ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method setValidators ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ array $validators ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $validators = [] ] + - Parameters [2] { + Parameter #0 [ array $data = [] ] + Parameter #1 [ bool $insensitive = ] } } - Method [ public method add ] { + Method [ public method __get ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ public method appendMessage ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\Validation\ValidationInterface ] + - Return [ bool ] } - Method [ public method bind ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ $entity ] - Parameter #1 [ $data ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ Phalcon\Validation\ValidationInterface ] + - Return [ void ] } - Method [ public method getEntity ] { + Method [ public method clear ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method getFilters ] { + Method [ public method count ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getLabel ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = ] } - - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method getIterator ] { - Parameters [0] { } - - Return [ Phalcon\Messages\Messages ] + - Return [ Traversable ] } - Method [ public method getValidators ] { + Method [ public method getKeys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $insensitive = ] } - Return [ array ] } - Method [ public method getValueByEntity ] { + Method [ public method getValues ] { - - Parameters [2] { - Parameter #0 [ $entity ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getValueByData ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ bool ] } - Method [ public method getValue ] { + Method [ public method init ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ array $data = [] ] } + - Return [ void ] } - Method [ public method rule ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [0] { } - - Return [ Phalcon\Validation\ValidationInterface ] + - Return [ array ] } - Method [ public method rules ] { + Method [ public method offsetExists ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ array $validators ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ Phalcon\Validation\ValidationInterface ] + - Return [ bool ] } - Method [ public method setEntity ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $entity ] + Parameter #0 [ $element ] } - - Return [ void ] } - Method [ public method setFilters ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $filters ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Validation\ValidationInterface ] + - Return [ void ] } - Method [ public method setLabels ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ array $labels ] + Parameter #0 [ $element ] } - Return [ void ] } - Method [ public method validate ] { + Method [ public method serialize ] { - - Parameters [2] { - Parameter #0 [ $data = ] - Parameter #1 [ $entity = ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } - Method [ protected method preChecking ] { + Method [ public method toArray ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method __get ] { + Method [ public method toJson ] { - Parameters [1] { - Parameter #0 [ string $propertyName ] + Parameter #0 [ int $options = ] } + - Return [ string ] } - Method [ public method __isset ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $serialized ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getDI ] { + Method [ protected method setData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ void ] } - Method [ public method setDI ] { + Method [ protected method phpJsonEncode ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ int $flags = ] + Parameter #2 [ int $depth = ] + } + } + + Method [ protected method processKey ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $element ] } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Support\Debug ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $isActive = false ] } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $service ] + - Properties [7] { + Property [ protected $blacklist = NULL ] + Property [ protected $data = NULL ] + Property [ protected $hideDocumentRoot = false ] + Property [ protected $showBackTrace = true ] + Property [ protected $showFileFragment = false ] + Property [ protected $showFiles = true ] + Property [ protected $uri = 'https://assets....' ] + } + + - Methods [22] { + Method [ public method clearVars ] { + + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Support\Debug ] } - } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } + Method [ public method debugVar ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ $varz ] + } + - Return [ Phalcon\Support\Debug ] + } - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ public method getCssSources ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ public method __wakeup ] { + Method [ public method getJsSources ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method halt ] { - Parameters [0] { } + - Return [ void ] + } + + Method [ public method listen ] { + + - Parameters [2] { + Parameter #0 [ bool $exceptions = ] + Parameter #1 [ bool $lowSeverity = ] + } + - Return [ Phalcon\Support\Debug ] } - Method [ final public method getFile ] { + Method [ public method listenExceptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Support\Debug ] } - Method [ final public method getLine ] { + Method [ public method listenLowSeverity ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Support\Debug ] } - Method [ final public method getTrace ] { + Method [ public method onUncaughtException ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Throwable $exception ] } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ public method onUncaughtLowSeverity ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ $severity ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] } - - Return [ ?Throwable ] + - Return [ void ] } - Method [ final public method getTraceAsString ] { + Method [ public method renderHtml ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Throwable $exception ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method setBlacklist ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $blacklist ] } - - Return [ string ] + - Return [ Phalcon\Support\Debug ] } - } - } - - Class [ class Phalcon\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - } - - - Methods [9] { - Method [ public method __construct ] { + Method [ public method setShowBackTrace ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ bool $showBackTrace ] } + - Return [ Phalcon\Support\Debug ] } - Method [ public method newInstance ] { + Method [ public method setShowFileFragment ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $showFileFragment ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Phalcon\Support\Debug ] } - Method [ protected method getExceptionClass ] { + Method [ public method setShowFiles ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $showFiles ] } - - Return [ string ] + - Return [ Phalcon\Support\Debug ] } - Method [ protected method getServices ] { + Method [ public method setUri ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $uri ] } - - Return [ array ] + - Return [ Phalcon\Support\Debug ] } - Method [ protected method getService ] { + Method [ protected method escapeString ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $value ] } + - Return [ string ] } - Method [ protected method init ] { + Method [ protected method getArrayDump ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [2] { + Parameter #0 [ array $argument ] + Parameter #1 [ $n = ] } - - Return [ void ] + - Return [ ?string ] } - Method [ protected method checkConfig ] { + Method [ protected method getVarDump ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $variable ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method checkConfigElement ] { + Method [ final protected method showTraceItem ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ int $n ] + Parameter #1 [ array $trace ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method getException ] { + Method [ private method getArrVal ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ Exception ] } } } - Class [ class Phalcon\Validation\Validator\Alnum extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Debug\Dump ] { - Constants [0] { } @@ -76449,122 +76787,113 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + Property [ protected $detailed = false ] + Property [ protected $methods = NULL ] + Property [ protected $styles = NULL ] } - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [12] { + Method [ public method getDetailed ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ public method setDetailed ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ bool $detailed ] } - - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $styles = [] ] + Parameter #1 [ bool $detailed = ] } - - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method all ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ public method one ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ $variable ] + Parameter #1 [ ?string $name = ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method setStyles ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $styles = [] ] } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method toJson ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $variable ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ public method variable ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ $variable ] + Parameter #1 [ ?string $name = ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ public method variables ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ ?int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ protected method getStyle ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $type ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method output ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ $variable ] + Parameter #1 [ ?string $name = ] + Parameter #2 [ int $tab = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ private method encode ] { - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ $data ] + Parameter #1 [ int $options = ] + Parameter #2 [ int $depth = ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\Alpha extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Debug\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -76575,123 +76904,87 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method validate ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } } - Method [ public method hasOption ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ protected method prepareCode ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ ?int ] + - Return [ array ] } - Method [ protected method prepareLabel ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ protected method allowEmpty ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\Between extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -76702,123 +76995,87 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method validate ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method hasOption ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ protected method prepareCode ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ ?int ] + - Return [ array ] } - Method [ protected method prepareLabel ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ protected method allowEmpty ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\Callback extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\HelperFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -76829,123 +77086,187 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ array $services = [] ] } } - Method [ public method validate ] { + Method [ public method __call ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments ] } - - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ public method newInstance ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ string $name ] + } + } + + Method [ protected method getExceptionClass ] { + + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } - Method [ public method setTemplates ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method setTemplate ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ array $services = [] ] + } + - Return [ void ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ array ] } - Method [ public method getOption ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $message ] } - - Return [ bool ] + - Return [ Exception ] } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Blacklist extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Method [ public method setOption ] { + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ array $collection ] + Parameter #1 [ array $blackList ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method prepareCode ] { + Method [ protected method toFilter ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ ?int ] + - Return [ array ] } + } + } - Method [ protected method prepareLabel ] { + Class [ class Phalcon\Support\Helper\Arr\Chunk ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $size ] + Parameter #2 [ bool $preserveKeys = ] } + - Return [ array ] } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Filter extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Method [ protected method allowEmpty ] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method toFilter ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ Phalcon\Messages\Message ] + - Return [ array ] } } } - Class [ class Phalcon\Validation\Validator\Confirmation extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Arr\First extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } @@ -76956,132 +77277,119 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [0] { } - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [2] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ bool ] } - Method [ final protected method compare ] { + Method [ protected method toFilter ] { - Parameters [2] { - Parameter #0 [ string $a ] - Parameter #1 [ string $b ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ bool ] + - Return [ array ] } + } + } - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } + Class [ class Phalcon\Support\Helper\Arr\FirstKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Method [ public method getTemplates ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method setTemplates ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Properties [0] { + } - Method [ public method setTemplate ] { + - Methods [2] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ protected method toFilter ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } + - Return [ array ] } + } + } - Method [ public method hasOption ] { + Class [ class Phalcon\Support\Helper\Arr\Flatten ] { - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method setOption ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ protected method prepareCode ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $field ] + - Methods [4] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ bool $deep = ] } - - Return [ ?int ] + - Return [ array ] } - Method [ protected method prepareLabel ] { + Method [ private method processNotArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ array $data ] + Parameter #1 [ $item ] } + - Return [ array ] } - Method [ protected method allowEmpty ] { + Method [ private method processArray ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $item ] + Parameter #2 [ bool $deep ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method messageFactory ] { + Method [ private method processArrayDeep ] { - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ array $data ] + Parameter #1 [ $item ] + Parameter #2 [ bool $deep ] } - - Return [ Phalcon\Messages\Message ] + - Return [ array ] } } } - Class [ class Phalcon\Validation\Validator\CreditCard extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Arr\Get ] { - Constants [0] { } @@ -77092,131 +77400,172 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field is...' ] + - Properties [0] { } - - Methods [14] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = ] } } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Group ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method validate ] { + - Methods [5] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - - Return [ bool ] + - Return [ array ] } - Method [ private method verifyByLuhnAlgorithm ] { + Method [ private method isCallable ] { - Parameters [1] { - Parameter #0 [ string $number ] + Parameter #0 [ $method ] } - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ private method processCallable ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [3] { + Parameter #0 [ array $filtered ] + Parameter #1 [ $method ] + Parameter #2 [ $element ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getTemplates ] { + Method [ private method processObject ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $filtered ] + Parameter #1 [ $method ] + Parameter #2 [ $element ] } - Return [ array ] } - Method [ public method setTemplates ] { + Method [ private method processOther ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [3] { + Parameter #0 [ array $filtered ] + Parameter #1 [ $method ] + Parameter #2 [ $element ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ array ] } + } + } - Method [ public method setTemplate ] { + Class [ class Phalcon\Support\Helper\Arr\Has ] { - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method getOption ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Properties [0] { + } - Method [ public method hasOption ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] } - Return [ bool ] } + } + } - Method [ public method setOption ] { + Class [ class Phalcon\Support\Helper\Arr\IsUnique ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ protected method prepareCode ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ array $collection ] } - - Return [ ?int ] + - Return [ bool ] } + } + } - Method [ protected method prepareLabel ] { + Class [ class Phalcon\Support\Helper\Arr\Last extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ protected method allowEmpty ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method toFilter ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ Phalcon\Messages\Message ] + - Return [ array ] } } } - Class [ class Phalcon\Validation\Validator\Date extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Arr\LastKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } @@ -77227,132 +77576,153 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field is...' ] + - Properties [0] { } - - Methods [14] { - Method [ public method __construct ] { + - Methods [2] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } } - Method [ public method validate ] { + Method [ protected method toFilter ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ bool ] + - Return [ array ] } + } + } - Method [ private method checkDate ] { + Class [ class Phalcon\Support\Helper\Arr\Order ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ $format ] - } - - Return [ bool ] - } + - Constants [2] { + Constant [ public int ORDER_ASC ] { 1 } + Constant [ public int ORDER_DESC ] { 2 } + } - Method [ public method getTemplate ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ public method getTemplates ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [3] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $attribute ] + Parameter #2 [ int $order = ] + Parameter #3 [ int $flags = ] } - Return [ array ] } - Method [ public method setTemplates ] { + Method [ private method checkObject ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [3] { + Parameter #0 [ array $sorted ] + Parameter #1 [ $attribute ] + Parameter #2 [ $item ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ array ] } - Method [ public method setTemplate ] { + Method [ private method checkNonObject ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ array $sorted ] + Parameter #1 [ $attribute ] + Parameter #2 [ $item ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ array ] } + } + } - Method [ public method getOption ] { + Class [ class Phalcon\Support\Helper\Arr\Pluck ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method hasOption ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method setOption ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ array $collection ] + Parameter #1 [ string $element ] } - - Return [ void ] + - Return [ array ] } + } + } - Method [ protected method prepareCode ] { + Class [ class Phalcon\Support\Helper\Arr\Set ] { - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } + - Constants [0] { + } - Method [ protected method prepareLabel ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $value ] + Parameter #2 [ $index = ] } + - Return [ array ] } - Method [ protected method allowEmpty ] { + Method [ private method checkNull ] { - - Parameters [2] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ array $collection ] Parameter #1 [ $value ] + Parameter #2 [ $index ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method messageFactory ] { + Method [ private method checkNotNull ] { - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ array $collection ] + Parameter #1 [ $value ] + Parameter #2 [ $index ] } - - Return [ Phalcon\Messages\Message ] + - Return [ array ] } } } - Class [ class Phalcon\Validation\Validator\Digit extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Arr\SliceLeft ] { - Constants [0] { } @@ -77363,123 +77733,98 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [0] { } - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $elements = ] } - Return [ array ] } + } + } + + Class [ class Phalcon\Support\Helper\Arr\SliceRight ] { - Method [ public method setTemplates ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Static properties [0] { + } - Method [ public method setTemplate ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Properties [0] { + } - Method [ public method getOption ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ array $collection ] + Parameter #1 [ int $elements = ] } + - Return [ array ] } + } + } - Method [ public method hasOption ] { + Class [ class Phalcon\Support\Helper\Arr\Split ] { - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method setOption ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ protected method prepareCode ] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ array $collection ] } - - Return [ ?int ] + - Return [ array ] } + } + } + + Class [ class Phalcon\Support\Helper\Arr\ToObject ] { - Method [ protected method prepareLabel ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } + - Static properties [0] { + } - Method [ protected method allowEmpty ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method messageFactory ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ array $collection ] } - - Return [ Phalcon\Messages\Message ] + - Return [ NULL ] } } } - Class [ class Phalcon\Validation\Validator\Email extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Arr\ValidateAll extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Constants [0] { } @@ -77490,123 +77835,101 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [0] { } - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [2] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - Return [ bool ] } - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { + Method [ protected method toFilter ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - Return [ array ] } + } + } - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + Class [ class Phalcon\Support\Helper\Arr\ValidateAny extends Phalcon\Support\Helper\Arr\AbstractArr ] { - Method [ public method setTemplate ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Static properties [0] { + } - Method [ public method getOption ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Properties [0] { + } - Method [ public method hasOption ] { + - Methods [2] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ protected method toFilter ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ void ] + - Return [ array ] } + } + } - Method [ protected method prepareCode ] { + Class [ class Phalcon\Support\Helper\Arr\Whitelist extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } + - Constants [0] { + } - Method [ protected method prepareLabel ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } + - Static methods [0] { + } + + - Properties [0] { + } - Method [ protected method allowEmpty ] { + - Methods [2] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ array $collection ] + Parameter #1 [ array $whiteList ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method messageFactory ] { + Method [ protected method toFilter ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ Phalcon\Messages\Message ] + - Return [ array ] } } } - Class [ class Phalcon\Validation\Validator\Exception extends Phalcon\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Support\Helper\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -77614,14 +77937,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ string $service ] - } - - Return [ string ] - } + - Static methods [0] { } - Properties [4] { @@ -77704,7 +78020,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } } - Class [ class Phalcon\Validation\Validator\ExclusionIn extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\File\Basename ] { - Constants [0] { } @@ -77715,123 +78031,22 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [0] { } - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ string $uri ] + Parameter #1 [ ?string $suffix = ] } - Return [ string ] } - - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } - - Method [ protected method prepareLabel ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } } } - Class [ class Phalcon\Validation\Validator\File extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Json\Decode ] { - Constants [0] { } @@ -77842,131 +78057,23 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] + - Properties [0] { } - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method getValidators ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } - - Method [ protected method prepareLabel ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ bool $associative = ] + Parameter #2 [ int $depth = ] + Parameter #3 [ int $options = ] } - - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\File\MimeType extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Json\Encode ] { - Constants [0] { } @@ -77977,229 +78084,149 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field mu...' ] - Property [ protected $messageIniSize = 'File :field exc...' ] - Property [ protected $messageValid = 'Field :field is...' ] - Property [ protected $template = 'File :field mus...' ] + - Properties [0] { } - - Methods [26] { - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ string $messageFileEmpty ] - } - } - - Method [ public method getMessageIniSize ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ int $options = ] + Parameter #2 [ int $depth = ] } - Return [ string ] } + } + } - Method [ public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ string $messageIniSize ] - } - } - - Method [ public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Support\Helper\Number\IsBetween ] { - Method [ public method setMessageValid ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $messageValid ] - } - } + - Static properties [0] { + } - Method [ public method checkUpload ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method checkUploadIsEmpty ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $start ] + Parameter #2 [ int $end ] } - Return [ bool ] } + } + } - Method [ public method checkUploadIsValid ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + Class [ class Phalcon\Support\Helper\Str\Camelize ] { - Method [ public method checkUploadMaxSize ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ public method getFileSizeInBytes ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $size ] - } - - Return [ float ] - } + - Properties [0] { + } - Method [ public method isAllowEmpty ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } - - Method [ protected method checkIsUploadedFile ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = ] } - Return [ string ] } + } + } - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + Class [ class Phalcon\Support\Helper\Str\Concat extends Phalcon\Support\Helper\Str\AbstractStr ] { - Method [ public method setTemplate ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Static properties [0] { + } - Method [ public method getOption ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Properties [0] { + } - Method [ public method hasOption ] { + - Methods [6] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ protected method toEndsWith ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - - Return [ void ] + - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - - Return [ ?int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ protected method toLower ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method toStartsWith ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method toUpper ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\File\Resolution\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Str\CountVowels ] { - Constants [0] { } @@ -78210,229 +78237,277 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field mu...' ] - Property [ protected $messageIniSize = 'File :field exc...' ] - Property [ protected $messageValid = 'Field :field is...' ] - Property [ protected $template = 'The resolution ...' ] + - Properties [0] { } - - Methods [26] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ string $text ] } + - Return [ int ] } + } + } - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + Class [ class Phalcon\Support\Helper\Str\Decapitalize extends Phalcon\Support\Helper\Str\AbstractStr ] { - Method [ public method getMessageFileEmpty ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Static properties [0] { + } - Method [ public method setMessageFileEmpty ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $messageFileEmpty ] - } - } + - Properties [0] { + } - Method [ public method getMessageIniSize ] { + - Methods [6] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $upperRest = ] + Parameter #2 [ string $encoding = ] } - Return [ string ] } - Method [ public method setMessageIniSize ] { + Method [ protected method toEndsWith ] { - - Parameters [1] { - Parameter #0 [ string $messageIniSize ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } + - Return [ bool ] } - Method [ public method getMessageValid ] { + Method [ protected method toInterpolate ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - Return [ string ] } - Method [ public method setMessageValid ] { + Method [ protected method toLower ] { - - Parameters [1] { - Parameter #0 [ string $messageValid ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } + - Return [ string ] } - Method [ public method checkUpload ] { + Method [ protected method toStartsWith ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method checkUploadIsEmpty ] { + Method [ protected method toUpper ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method checkUploadIsValid ] { + Class [ class Phalcon\Support\Helper\Str\Decrement ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method checkUploadMaxSize ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method getFileSizeInBytes ] { + Class [ class Phalcon\Support\Helper\Str\DirFromFile ] { - - Parameters [1] { - Parameter #0 [ string $size ] - } - - Return [ float ] - } + - Constants [0] { + } - Method [ public method isAllowEmpty ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } + - Static methods [0] { + } + + - Properties [0] { + } - Method [ protected method checkIsUploadedFile ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $file ] } - - Return [ bool ] + - Return [ string ] } + } + } + + Class [ class Phalcon\Support\Helper\Str\DirSeparator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Method [ public method getTemplate ] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ string $directory ] } - Return [ string ] } + } + } - Method [ public method getTemplates ] { + Class [ class Phalcon\Support\Helper\Str\Dynamic ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method setTemplates ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Static methods [0] { + } - Method [ public method setTemplate ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $template ] + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $leftDelimiter = ] + Parameter #2 [ string $rightDelimiter = ] + Parameter #3 [ string $separator = ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } + } + } - Method [ public method getOption ] { + Class [ class Phalcon\Support\Helper\Str\EndsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Constants [0] { + } - Method [ public method hasOption ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ protected method toEndsWith ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - - Return [ void ] + - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - - Return [ ?int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ protected method toLower ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method toStartsWith ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method toUpper ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\File\Resolution\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Str\FirstBetween ] { - Constants [0] { } @@ -78443,229 +78518,322 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field mu...' ] - Property [ protected $messageIniSize = 'File :field exc...' ] - Property [ protected $messageValid = 'Field :field is...' ] - Property [ protected $template = 'File :field exc...' ] + - Properties [0] { } - - Methods [26] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ string $end ] } + - Return [ string ] } + } + } - Method [ public method validate ] { + Class [ class Phalcon\Support\Helper\Str\Friendly extends Phalcon\Support\Helper\Str\AbstractStr ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method getMessageFileEmpty ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = ] + Parameter #2 [ bool $lowercase = ] + Parameter #3 [ $replace = ] } - Return [ string ] } - Method [ public method setMessageFileEmpty ] { + Method [ private method checkReplace ] { - Parameters [1] { - Parameter #0 [ string $messageFileEmpty ] + Parameter #0 [ $replace ] } + - Return [ array ] } - Method [ public method getMessageIniSize ] { + Method [ private method getMatrix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $replace ] } - - Return [ string ] + - Return [ array ] } - Method [ public method setMessageIniSize ] { + Method [ protected method toEndsWith ] { - - Parameters [1] { - Parameter #0 [ string $messageIniSize ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } + - Return [ bool ] } - Method [ public method getMessageValid ] { + Method [ protected method toInterpolate ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - Return [ string ] } - Method [ public method setMessageValid ] { + Method [ protected method toLower ] { - - Parameters [1] { - Parameter #0 [ string $messageValid ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } + - Return [ string ] } - Method [ public method checkUpload ] { + Method [ protected method toStartsWith ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method checkUploadIsEmpty ] { + Method [ protected method toUpper ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method checkUploadIsValid ] { + Class [ class Phalcon\Support\Helper\Str\Humanize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method checkUploadMaxSize ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Static methods [0] { + } - Method [ public method getFileSizeInBytes ] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $size ] + Parameter #0 [ string $text ] } - - Return [ float ] + - Return [ string ] } + } + } + + Class [ class Phalcon\Support\Helper\Str\Includes ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method isAllowEmpty ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] } - Return [ bool ] } + } + } - Method [ protected method checkIsUploadedFile ] { + Class [ class Phalcon\Support\Helper\Str\Increment ] { - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method getTemplate ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = ] } - Return [ string ] } + } + } - Method [ public method getTemplates ] { + Class [ class Phalcon\Support\Helper\Str\Interpolate ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $leftToken = ] + Parameter #3 [ string $rightToken = ] } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method setTemplates ] { + Class [ class Phalcon\Support\Helper\Str\IsAnagram ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ bool ] } + } + } - Method [ public method setTemplate ] { + Class [ class Phalcon\Support\Helper\Str\IsLower extends Phalcon\Support\Helper\Str\AbstractStr ] { - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method getOption ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Properties [0] { + } - Method [ public method hasOption ] { + - Methods [6] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ protected method toEndsWith ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - - Return [ void ] + - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - - Return [ ?int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ protected method toLower ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method toStartsWith ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method toUpper ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\File\Resolution\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Str\IsPalindrome ] { - Constants [0] { } @@ -78676,229 +78844,280 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field mu...' ] - Property [ protected $messageIniSize = 'File :field exc...' ] - Property [ protected $messageValid = 'Field :field is...' ] - Property [ protected $template = 'File :field can...' ] + - Properties [0] { } - - Methods [26] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ string $text ] } + - Return [ bool ] } + } + } + + Class [ class Phalcon\Support\Helper\Str\IsUpper extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Method [ public method validate ] { + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - Return [ bool ] } - Method [ public method getMessageFileEmpty ] { + Method [ protected method toEndsWith ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setMessageFileEmpty ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ string $messageFileEmpty ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } + - Return [ string ] } - Method [ public method getMessageIniSize ] { + Method [ protected method toLower ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - Return [ string ] } - Method [ public method setMessageIniSize ] { + Method [ protected method toStartsWith ] { - - Parameters [1] { - Parameter #0 [ string $messageIniSize ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } + - Return [ bool ] } - Method [ public method getMessageValid ] { + Method [ protected method toUpper ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - Return [ string ] } + } + } - Method [ public method setMessageValid ] { + Class [ class Phalcon\Support\Helper\Str\Len ] { - - Parameters [1] { - Parameter #0 [ string $messageValid ] - } - } + - Constants [0] { + } - Method [ public method checkUpload ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method checkUploadIsEmpty ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ bool ] + - Return [ int ] } + } + } + + Class [ class Phalcon\Support\Helper\Str\Lower extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Method [ public method checkUploadIsValid ] { + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadMaxSize ] { + Method [ protected method toEndsWith ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method getFileSizeInBytes ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ string $size ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - - Return [ float ] + - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ protected method toLower ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method checkIsUploadedFile ] { + Method [ protected method toStartsWith ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ protected method toUpper ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - Return [ string ] } + } + } - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } + Class [ class Phalcon\Support\Helper\Str\Prefix ] { - Method [ public method setTemplates ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Static properties [0] { + } - Method [ public method setTemplate ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Properties [0] { + } - Method [ public method getOption ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ $text ] + Parameter #1 [ string $prefix ] } + - Return [ string ] } + } + } - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + Class [ class Phalcon\Support\Helper\Str\Random ] { - Method [ public method setOption ] { + - Constants [6] { + Constant [ public int RANDOM_ALNUM ] { 0 } + Constant [ public int RANDOM_ALPHA ] { 1 } + Constant [ public int RANDOM_DISTINCT ] { 5 } + Constant [ public int RANDOM_HEXDEC ] { 2 } + Constant [ public int RANDOM_NOZERO ] { 4 } + Constant [ public int RANDOM_NUMERIC ] { 3 } + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + - Static properties [0] { + } - Method [ protected method prepareCode ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } + - Properties [0] { + } - Method [ protected method prepareLabel ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ int $type = ] + Parameter #1 [ int $length = ] } + - Return [ string ] } + } + } - Method [ protected method allowEmpty ] { + Class [ class Phalcon\Support\Helper\Str\ReduceSlashes ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method messageFactory ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $text ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\File\Size\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Helper\Str\StartsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { - Constants [0] { } @@ -78909,229 +79128,250 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field mu...' ] - Property [ protected $messageIniSize = 'File :field exc...' ] - Property [ protected $messageValid = 'Field :field is...' ] - Property [ protected $template = 'File :field doe...' ] + - Properties [0] { } - - Methods [26] { - Method [ public method __construct ] { + - Methods [6] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } + - Return [ bool ] } - Method [ public method validate ] { + Method [ protected method toEndsWith ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method getMessageFileEmpty ] { + Method [ protected method toInterpolate ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - Return [ string ] } - Method [ public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ string $messageFileEmpty ] - } - } - - Method [ public method getMessageIniSize ] { + Method [ protected method toLower ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - Return [ string ] } - Method [ public method setMessageIniSize ] { + Method [ protected method toStartsWith ] { - - Parameters [1] { - Parameter #0 [ string $messageIniSize ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } + - Return [ bool ] } - Method [ public method getMessageValid ] { + Method [ protected method toUpper ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - Return [ string ] } + } + } - Method [ public method setMessageValid ] { + Class [ class Phalcon\Support\Helper\Str\Suffix ] { - - Parameters [1] { - Parameter #0 [ string $messageValid ] - } - } + - Constants [0] { + } - Method [ public method checkUpload ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method checkUploadIsEmpty ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ $text ] + Parameter #1 [ string $suffix ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method checkUploadIsValid ] { + Class [ class Phalcon\Support\Helper\Str\Ucwords ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method checkUploadMaxSize ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ bool ] + - Return [ string ] } + } + } + + Class [ class Phalcon\Support\Helper\Str\Uncamelize ] { - Method [ public method getFileSizeInBytes ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $size ] - } - - Return [ float ] - } + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method isAllowEmpty ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $delimiter = ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ protected method checkIsUploadedFile ] { + Class [ class Phalcon\Support\Helper\Str\Underscore ] { - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method getTemplate ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ string $text ] } - Return [ string ] } + } + } - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } + Class [ class Phalcon\Support\Helper\Str\Upper extends Phalcon\Support\Helper\Str\AbstractStr ] { - Method [ public method setTemplates ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Static properties [0] { + } - Method [ public method setTemplate ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } + - Properties [0] { + } - Method [ public method getOption ] { + - Methods [6] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } + - Return [ string ] } - Method [ public method hasOption ] { + Method [ protected method toEndsWith ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ protected method prepareCode ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = ] + Parameter #3 [ string $right = ] } - - Return [ ?int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ protected method toLower ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method toStartsWith ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = ] } - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method toUpper ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\File\Size\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + Class [ final class Phalcon\Support\Registry extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { - Constants [0] { } @@ -79142,231 +79382,235 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field mu...' ] - Property [ protected $messageIniSize = 'File :field exc...' ] - Property [ protected $messageValid = 'Field :field is...' ] - Property [ protected $template = 'File :field exc...' ] + - Properties [3] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] } - - Methods [26] { - Method [ public method __construct ] { + - Methods [27] { + Method [ final public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ array $data = [] ] } } - Method [ public method validate ] { + Method [ final public method __get ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ final public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ public method getMessageFileEmpty ] { + Method [ final public method __set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method setMessageFileEmpty ] { + Method [ final public method __unset ] { - Parameters [1] { - Parameter #0 [ string $messageFileEmpty ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method getMessageIniSize ] { + Method [ final public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method setMessageIniSize ] { + Method [ final public method count ] { - - Parameters [1] { - Parameter #0 [ string $messageIniSize ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getMessageValid ] { + Method [ final public method get ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = ] } - - Return [ string ] } - Method [ public method setMessageValid ] { + Method [ final public method getIterator ] { - - Parameters [1] { - Parameter #0 [ string $messageValid ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ public method checkUpload ] { + Method [ final public method has ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ public method checkUploadIsEmpty ] { + Method [ final public method init ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method checkUploadIsValid ] { + Method [ final public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method checkUploadMaxSize ] { + Method [ final public method offsetExists ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ $element ] } - Return [ bool ] } - Method [ public method getFileSizeInBytes ] { + Method [ final public method offsetGet ] { - Parameters [1] { - Parameter #0 [ string $size ] + Parameter #0 [ $element ] } - - Return [ float ] } - Method [ public method isAllowEmpty ] { + Method [ final public method offsetSet ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method checkIsUploadedFile ] { + Method [ final public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getTemplate ] { + Method [ final public method remove ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getTemplates ] { + Method [ final public method serialize ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ final public method set ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ void ] } - Method [ public method getOption ] { + Method [ final public method toArray ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ final public method toJson ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ int $options = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ final public method unserialize ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $serialized ] } - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ bool $insensitive = ] } - - Return [ ?int ] + - Return [ array ] } - Method [ protected method prepareLabel ] { + Method [ public method getValues ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method allowEmpty ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ $field ] + Parameter #0 [ string $element ] Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method messageFactory ] { + Method [ protected method phpJsonEncode ] { - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ $value ] + Parameter #1 [ int $flags = ] + Parameter #2 [ int $depth = ] } - - Return [ Phalcon\Messages\Message ] + } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\File\Size\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Support\Version ] { - - Constants [0] { + - Constants [5] { + Constant [ public int VERSION_MAJOR ] { 0 } + Constant [ public int VERSION_MEDIUM ] { 1 } + Constant [ public int VERSION_MINOR ] { 2 } + Constant [ public int VERSION_SPECIAL ] { 3 } + Constant [ public int VERSION_SPECIAL_NUMBER ] { 4 } } - Static properties [0] { @@ -79375,612 +79619,569 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field mu...' ] - Property [ protected $messageIniSize = 'File :field exc...' ] - Property [ protected $messageValid = 'Field :field is...' ] - Property [ protected $template = 'File :field can...' ] + - Properties [0] { } - - Methods [26] { - Method [ public method __construct ] { + - Methods [5] { + Method [ protected method getVersion ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method validate ] { + Method [ final protected method getSpecial ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ int $special ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getMessageFileEmpty ] { + Method [ public method get ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ string $messageFileEmpty ] - } - } - - Method [ public method getMessageIniSize ] { + Method [ public method getId ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setMessageIniSize ] { + Method [ public method getPart ] { - Parameters [1] { - Parameter #0 [ string $messageIniSize ] + Parameter #0 [ int $part ] } + - Return [ string ] } + } + } - Method [ public method getMessageValid ] { + Class [ class Phalcon\Tag ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [11] { + Constant [ public int HTML32 ] { 1 } + Constant [ public int HTML401_STRICT ] { 2 } + Constant [ public int HTML401_TRANSITIONAL ] { 3 } + Constant [ public int HTML401_FRAMESET ] { 4 } + Constant [ public int HTML5 ] { 5 } + Constant [ public int XHTML10_STRICT ] { 6 } + Constant [ public int XHTML10_TRANSITIONAL ] { 7 } + Constant [ public int XHTML10_FRAMESET ] { 8 } + Constant [ public int XHTML11 ] { 9 } + Constant [ public int XHTML20 ] { 10 } + Constant [ public int XHTML5 ] { 11 } + } + + - Static properties [10] { + Property [ protected static $autoEscape = true ] + Property [ protected static $container = NULL ] + Property [ protected static $displayValues = NULL ] + Property [ protected static $documentAppendTitle = NULL ] + Property [ protected static $documentPrependTitle = NULL ] + Property [ protected static $documentTitle = NULL ] + Property [ protected static $documentTitleSeparator = NULL ] + Property [ protected static $documentType = 11 ] + Property [ protected static $escaperService = NULL ] + Property [ protected static $urlService = NULL ] + } - Method [ public method setMessageValid ] { + - Static methods [58] { + Method [ static public method appendTitle ] { - Parameters [1] { - Parameter #0 [ string $messageValid ] + Parameter #0 [ $title ] } + - Return [ void ] } - Method [ public method checkUpload ] { + Method [ static public method checkField ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ $parameters ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadIsEmpty ] { + Method [ static public method colorField ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ $parameters ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadIsValid ] { + Method [ static public method dateField ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ $parameters ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadMaxSize ] { + Method [ static public method dateTimeField ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ $parameters ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getFileSizeInBytes ] { + Method [ static public method dateTimeLocalField ] { - Parameters [1] { - Parameter #0 [ string $size ] + Parameter #0 [ $parameters ] } - - Return [ float ] + - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ static public method displayTo ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } - - Method [ protected method checkIsUploadedFile ] { - - - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $id ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getTemplate ] { + Method [ static public method emailField ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ $parameters ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ static public method endForm ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ static public method fileField ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ $parameters ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ static public method form ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ $parameters ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ static public method friendlyTitle ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = ] + Parameter #2 [ bool $lowercase = ] + Parameter #3 [ $replace = ] } + - Return [ string ] } - Method [ public method hasOption ] { + Method [ static public method getDocType ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ static public method getEscaper ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $params ] } - - Return [ void ] + - Return [ ?Phalcon\Html\Escaper\EscaperInterface ] } - Method [ protected method prepareCode ] { + Method [ static public method getDI ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ ?int ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method prepareLabel ] { + Method [ static public method getEscaperService ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ protected method allowEmpty ] { + Method [ static public method getTitle ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ bool $prepend = ] + Parameter #1 [ bool $append = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ static public method getTitleSeparator ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Validation\Validator\Identical extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field do...' ] - } - - - Methods [13] { - Method [ public method __construct ] { + Method [ static public method getUrlService ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Url\UrlInterface ] } - Method [ public method validate ] { + Method [ static public method getValue ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ $name ] + Parameter #1 [ array $params = [] ] } - - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ static public method hasValue ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getTemplates ] { + Method [ static public method hiddenField ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $parameters ] } - - Return [ array ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ static public method image ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ $parameters = ] + Parameter #1 [ bool $local = ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ static public method imageInput ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ $parameters ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ static public method javascriptInclude ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $parameters = ] + Parameter #1 [ bool $local = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ static public method linkTo ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ $parameters ] + Parameter #1 [ $text = ] + Parameter #2 [ $local = ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ static public method monthField ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ $parameters ] } - - Return [ ?int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ static public method numericField ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ static public method passwordField ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $parameters ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ static public method prependTitle ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ $title ] } - - Return [ Phalcon\Messages\Message ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Validation\Validator\InclusionIn extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - Constants [0] { - } + Method [ static public method preload ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ static public method radioField ] { - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] - } + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } - - Methods [13] { - Method [ public method __construct ] { + Method [ static public method rangeField ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method validate ] { + Method [ static public method renderAttributes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $code ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ static public method renderTitle ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [2] { + Parameter #0 [ bool $prepend = ] + Parameter #1 [ bool $append = ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ static public method resetInput ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method setTemplates ] { + Method [ static public method searchField ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ $parameters ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ static public method select ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ $data = ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ static public method selectStatic ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ $parameters ] + Parameter #1 [ $data = ] } + - Return [ string ] } - Method [ public method hasOption ] { + Method [ static public method setAutoescape ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ bool $autoescape ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method setOption ] { + Method [ static public method setDefault ] { - Parameters [2] { - Parameter #0 [ string $key ] + Parameter #0 [ string $id ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ static public method setDefaults ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ array $values ] + Parameter #1 [ bool $merge = ] } - - Return [ ?int ] + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ static public method setDI ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ protected method allowEmpty ] { + Method [ static public method setDocType ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ int $doctype ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method messageFactory ] { + Method [ static public method setTitle ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ string $title ] } - - Return [ Phalcon\Messages\Message ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Validation\Validator\Ip extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - - Constants [2] { - Constant [ public int VERSION_4 ] { 1048576 } - Constant [ public int VERSION_6 ] { 2097152 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] - } - - Methods [13] { - Method [ public method __construct ] { + Method [ static public method setTitleSeparator ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ string $titleSeparator ] } + - Return [ void ] } - Method [ public method validate ] { + Method [ static public method stylesheetLink ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ $parameters = ] + Parameter #1 [ bool $local = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ static public method submitButton ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ $parameters ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ static public method tagHtml ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $tagName ] + Parameter #1 [ $parameters = ] + Parameter #2 [ bool $selfClose = ] + Parameter #3 [ bool $onlyStart = ] + Parameter #4 [ bool $useEol = ] } - - Return [ array ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ static public method tagHtmlClose ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ string $tagName ] + Parameter #1 [ bool $useEol = ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ static public method telField ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ $parameters ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ static public method textArea ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method hasOption ] { + Method [ static public method textField ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $parameters ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ static public method timeField ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $parameters ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ static public method urlField ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ $parameters ] } - - Return [ ?int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ static public method weekField ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ final static protected method inputField ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $type ] + Parameter #1 [ $parameters ] + Parameter #2 [ bool $asValue = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ final static protected method inputFieldChecked ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $parameters ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } + + - Properties [0] { + } + + - Methods [0] { + } } - Class [ class Phalcon\Validation\Validator\Numericality extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Tag\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -79991,123 +80192,134 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field do...' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method validate ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method setTemplates ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ int ] } - Method [ public method getOption ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Throwable ] } - Method [ public method setOption ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ ?int ] + - Return [ string ] } + } + } + + Class [ abstract class Phalcon\Tag\Select ] { + + - Constants [0] { + } - Method [ protected method prepareLabel ] { + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method selectField ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ $parameters ] + Parameter #1 [ $data = ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ static private method optionsFromArray ] { - - Parameters [2] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ array $data ] Parameter #1 [ $value ] + Parameter #2 [ string $closeOption ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ static private method optionsFromResultset ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] + Parameter #1 [ $using ] + Parameter #2 [ $value ] + Parameter #3 [ string $closeOption ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } + + - Properties [0] { + } + + - Methods [0] { + } } - Class [ class Phalcon\Validation\Validator\PresenceOf extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - Constants [0] { } @@ -80119,122 +80331,126 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field is...' ] + Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolatorFactory = NULL ] + Property [ protected $translate = NULL ] } - Methods [13] { - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] } } - Method [ public method validate ] { + Method [ public method exists ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $index ] } - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ string $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getTemplates ] { + Method [ public method query ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ private method load ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [4] { + Parameter #0 [ string $file ] + Parameter #1 [ int $length ] + Parameter #2 [ string $delimiter ] + Parameter #3 [ string $enclosure ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ void ] } - Method [ public method setTemplate ] { + Method [ protected method phpFopen ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] } - - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method _ ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } + - Return [ string ] } - Method [ public method hasOption ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $translateKey ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + } + + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ string $key ] + Parameter #0 [ $offset ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ $offset ] } - - Return [ ?int ] + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ public method t ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method replacePlaceholders ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\Regex extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - Constants [0] { } @@ -80245,258 +80461,212 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field do...' ] + - Properties [6] { + Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolatorFactory = NULL ] + Property [ protected $category = NULL ] + Property [ protected $defaultDomain = NULL ] + Property [ protected $directory = NULL ] + Property [ protected $locale = NULL ] } - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [24] { + Method [ public method getCategory ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method getTemplate ] { + Method [ public method getDefaultDomain ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getDirectory ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method setTemplate ] { + Method [ public method getLocale ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] } } - Method [ public method hasOption ] { + Method [ public method exists ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $index ] } - Return [ bool ] } - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ protected method prepareCode ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } - - Method [ protected method prepareLabel ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ string $index ] } - Return [ bool ] } - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - } - } - - Class [ class Phalcon\Validation\Validator\StringLength extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method nquery ] { - - Properties [4] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - } + - Parameters [5] { + Parameter #0 [ string $msgid1 ] + Parameter #1 [ string $msgid2 ] + Parameter #2 [ int $count ] + Parameter #3 [ array $placeholders = [] ] + Parameter #4 [ ?string $domain = ] + } + - Return [ string ] + } - - Methods [14] { - Method [ public method __construct ] { + Method [ public method query ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } + - Return [ string ] } - Method [ public method getValidators ] { + Method [ public method resetDomain ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] + } + + Method [ public method setDefaultDomain ] { + + - Parameters [1] { + Parameter #0 [ string $domain ] + } + - Return [ void ] } - Method [ public method validate ] { + Method [ public method setDirectory ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ $directory ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getTemplate ] { + Method [ public method setDomain ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ ?string $domain = ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method setLocale ] { + + - Parameters [2] { + Parameter #0 [ int $category ] + Parameter #1 [ array $localeArray = [] ] + } + } + + Method [ protected method getOptionsDefault ] { - Parameters [0] { } - Return [ array ] } - Method [ public method setTemplates ] { + Method [ protected method prepareOptions ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ array $options ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ void ] } - Method [ public method setTemplate ] { + Method [ protected method phpFunctionExists ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method getOption ] { + Method [ public method _ ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } + - Return [ string ] } - Method [ public method hasOption ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $translateKey ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + } + + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ string $key ] + Parameter #0 [ $offset ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ $offset ] } - - Return [ ?int ] + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ public method t ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method replacePlaceholders ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\StringLength\Max extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - Constants [0] { } @@ -80507,123 +80677,117 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [4] { + Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolatorFactory = NULL ] + Property [ private $translate = NULL ] + Property [ private $triggerError = false ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] } } - Method [ public method validate ] { + Method [ public method exists ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $index ] } - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ string $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getTemplates ] { + Method [ public method notFound ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $index ] } - - Return [ array ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ public method query ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ public method _ ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method offsetExists ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ $translateKey ] } + - Return [ bool ] } - Method [ public method hasOption ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $translateKey ] } - - Return [ bool ] } - Method [ public method setOption ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ string $key ] + Parameter #0 [ $offset ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ $offset ] } - - Return [ ?int ] + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ public method t ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method replacePlaceholders ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\StringLength\Min extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -80634,123 +80798,87 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method validate ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ ?string $field = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Validation\ValidatorInterface ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } } - Method [ public method hasOption ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ protected method prepareCode ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ ?int ] + - Return [ array ] } - Method [ protected method prepareLabel ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ protected method allowEmpty ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\Uniqueness extends Phalcon\Validation\AbstractCombinedFieldsValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Translate\InterpolatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -80761,151 +80889,136 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] - Property [ private $columnMap = NULL ] + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] } - - Methods [16] { - Method [ public method __construct ] { + - Methods [9] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ array $services = [] ] } } - Method [ public method validate ] { + Method [ public method newInstance ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Translate\Interpolator\InterpolatorInterface ] } - Method [ protected method getColumnNameReal ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ $record ] - Parameter #1 [ string $field ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method isUniqueness ] { + Method [ protected method getServices ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method isUniquenessModel ] { + Method [ protected method getService ] { - - Parameters [3] { - Parameter #0 [ $record ] - Parameter #1 [ array $field ] - Parameter #2 [ array $values ] + - Parameters [1] { + Parameter #0 [ string $name ] } } - Method [ public method getTemplate ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ array $services = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getTemplates ] { + Method [ protected method checkConfig ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $config ] } - Return [ array ] } - Method [ public method setTemplates ] { + Method [ protected method checkConfigElement ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ array ] } - Method [ public method setTemplate ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ string $message ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Exception ] } + } + } - Method [ public method getOption ] { + Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Constants [0] { + } - Method [ public method hasOption ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method setOption ] { + - Methods [1] { + Method [ public method replacePlaceholders ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } + Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Method [ protected method prepareLabel ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] - } - } + - Static properties [0] { + } - Method [ protected method allowEmpty ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method messageFactory ] { + - Methods [1] { + Method [ public method replacePlaceholders ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } } } - Class [ class Phalcon\Validation\Validator\Url extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Translate\TranslateFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -80917,117 +81030,89 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { } - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field mu...' ] + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + Property [ private $interpolator = NULL ] } - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $services = [] ] } - - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { + Parameter #0 [ $config ] } - - Return [ array ] + - Return [ Phalcon\Translate\Adapter\AdapterInterface ] } - Method [ public method setTemplates ] { + Method [ public method newInstance ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ Phalcon\Translate\Adapter\AdapterInterface ] } - Method [ public method setTemplate ] { + Method [ protected method getExceptionClass ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ protected method getServices ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - - Return [ bool ] } - Method [ public method setOption ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ ?int ] - } - - Method [ protected method prepareLabel ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ protected method allowEmpty ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method messageFactory ] { + Method [ protected method getException ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ Phalcon\Messages\Message ] + - Return [ Exception ] } } } @@ -81186,8 +81271,11 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [4] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] } } } @@ -81210,8 +81298,12 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] } } } @@ -81469,7 +81561,7 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { Method [ final public method __invoke ] { - Parameters [1] { - Parameter #0 [ $action ] + Parameter #0 [ $element ] } } } @@ -81492,11 +81584,8 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] + - Parameters [1] { + Parameter #0 [ $element ] } } } @@ -81519,12 +81608,8 @@ Extension [ extension #115 phalcon version 5.0.0alpha7 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [1] { + Parameter #0 [ $action ] } } } diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 0915a23..c6419f9 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -23,7 +23,7 @@ # after 40-json.ini, 20-pdo.ini, 40-psr.ini %global ini_name 50-%{pecl_name}.ini %global upstream_ver 5.0.0 -%global upstream_pre alpha7 +%global upstream_pre beta1 Name: %{?scl_prefix}php-phalcon5 Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} @@ -251,6 +251,9 @@ fi %changelog +* Sun Dec 26 2021 Remi Collet - 5.0.0~beta1-1 +- update to 5.0.0beta1 + * Wed Nov 17 2021 Remi Collet - 5.0.0~alpha7-1 - update to 5.0.0alpha7 -- cgit