From 3389bdde6614f56baa645ab05359d50d758fcf35 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Oct 2023 09:11:00 +0200 Subject: update to 5.4.0 --- REFLECTION | 3156 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1760 insertions(+), 1396 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 633693a..ac6b985 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 phalcon version 5.3.1 ] { +Extension [ extension #121 phalcon version 5.4.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -127,36 +127,35 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } - Method [ abstract public method hasOption ] { + Method [ abstract public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method validate ] { + Method [ abstract public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method getTemplate ] { + Method [ abstract public method hasOption ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getTemplates ] { + Method [ abstract public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ abstract public method setTemplates ] { @@ -167,12 +166,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ abstract public method setTemplate ] { + Method [ abstract public method validate ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } } } @@ -11688,7 +11688,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $options = NULL ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -11696,6 +11696,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -11711,45 +11719,47 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ abstract public method validate ] { @@ -11761,39 +11771,37 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -13157,12 +13165,12 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $messageValid = 'Field :field is not valid' ] } - - Methods [26] { + - Methods [27] { Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -13171,7 +13179,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -13180,7 +13188,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -13189,7 +13197,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -13271,6 +13279,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -13286,45 +13302,47 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ abstract public method validate ] { @@ -13336,39 +13354,37 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -14796,7 +14812,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $store = NULL ] } - - Methods [13] { + - Methods [14] { Method [ public method __invoke ] { - Parameters [2] { @@ -14813,6 +14829,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + Method [ abstract protected method getTag ] { - Parameters [0] { @@ -18858,7 +18881,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $validators = NULL ] } - - Methods [14] { + - Methods [15] { Method [ public method getValidators ] { - Parameters [0] { @@ -18882,6 +18905,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -18897,12 +18928,31 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] } Method [ public method setTemplate ] { @@ -18913,6 +18963,201 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + } + } + } + + Class [ class Phalcon\Filter\Validation\Validator\File\Size\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 must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field does not have the exact :size file size' ] + } + + - Methods [28] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ protected method getConditional ] { + + - Parameters [3] { + Parameter #0 [ float $source ] + Parameter #1 [ float $target ] + Parameter #2 [ bool $included = ] + } + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } + + Method [ protected method checkIsUploadedFile ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + Method [ public method getOption ] { - Parameters [2] { @@ -18921,6 +19166,21 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ public method hasOption ] { - Parameters [1] { @@ -18929,6 +19189,16 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + Method [ public method setOption ] { - Parameters [2] { @@ -18938,20 +19208,20 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $template ] } - - Return [ int ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareLabel ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ protected method allowEmpty ] { @@ -18963,14 +19233,28 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method checkArray ] { - - Parameters [3] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -19597,11 +19881,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Static methods [0] { } - - Properties [1] { + - Properties [3] { Property [ protected $dateFormat = 'c' ] + Property [ protected $interpolatorLeft = '%' ] + Property [ protected $interpolatorRight = '%' ] } - - Methods [9] { + - Methods [10] { Method [ public method getDateFormat ] { - Parameters [0] { @@ -19609,6 +19895,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $format ] + } + - Return [ void ] + } + Method [ protected method getFormattedDate ] { - Parameters [1] { @@ -19617,12 +19911,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } - Method [ public method setDateFormat ] { + Method [ protected method getInterpolatedMessage ] { - - Parameters [1] { - Parameter #0 [ string $format ] + - Parameters [2] { + Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #1 [ string $message ] } - - Return [ void ] + - Return [ string ] } Method [ protected method toEndsWith ] { @@ -21025,7 +21320,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $options = NULL ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -21033,6 +21328,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -21048,45 +21351,47 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ abstract public method validate ] { @@ -21098,39 +21403,37 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -21461,7 +21764,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ private $isStyle = false ] } - - Methods [16] { + - Methods [17] { Method [ public method add ] { - Parameters [2] { @@ -21510,6 +21813,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + Method [ public method __construct ] { - Parameters [1] { @@ -34039,7 +34349,8 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Method [ public method columns ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $columns ] } - Return [ Phalcon\DataMapper\Query\Select ] } @@ -44083,7 +44394,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must contain only letters and numbers' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -44100,6 +44411,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -44115,80 +44434,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -44210,7 +44529,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must contain only letters' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -44227,6 +44546,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -44242,80 +44569,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -44337,7 +44664,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must be within the range of :min to :max' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -44354,6 +44681,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -44369,80 +44704,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -44464,7 +44799,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must match the callback function' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -44481,6 +44816,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -44496,80 +44839,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -44591,7 +44934,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must be the same as :with' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -44617,6 +44960,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -44632,80 +44983,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -44727,7 +45078,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field is not valid for a credit card number' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -44752,6 +45103,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -44767,80 +45126,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -44862,7 +45221,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field is not a valid date' ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -44888,6 +45247,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -44903,80 +45270,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -44998,7 +45365,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must be numeric' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -45015,6 +45382,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -45030,80 +45405,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -45125,7 +45500,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must be an email address' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -45142,6 +45517,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -45157,80 +45540,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -45344,7 +45727,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must not be a part of list: :domain' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -45361,6 +45744,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -45376,80 +45767,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -45472,7 +45863,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $validators = NULL ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -45496,6 +45887,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -45511,12 +45910,31 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] } Method [ public method setTemplate ] { @@ -45527,29 +45945,29 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ void ] } Method [ protected method prepareCode ] { @@ -45567,29 +45985,10 @@ Extension [ extension #120 phalcon version 5.3.1 ] { 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\Filter\Validation\Validator\File\MimeType extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\File\MimeType extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45609,7 +46008,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'File :field must be of type: :types' ] } - - Methods [26] { + - Methods [27] { Method [ public method validate ] { - Parameters [2] { @@ -45623,7 +46022,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -45632,7 +46031,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -45641,7 +46040,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -45650,7 +46049,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -45732,6 +46131,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -45747,80 +46154,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -45845,7 +46252,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'The resolution of the field :field has to be equal :resolution' ] } - - Methods [26] { + - Methods [27] { Method [ public method __construct ] { - Parameters [1] { @@ -45866,7 +46273,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -45875,7 +46282,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -45884,7 +46291,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -45893,7 +46300,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -45968,6 +46375,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -45983,80 +46398,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -46081,7 +46496,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'File :field exceeds the maximum resolution of :resolution' ] } - - Methods [26] { + - Methods [27] { Method [ public method __construct ] { - Parameters [1] { @@ -46102,7 +46517,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46111,7 +46526,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46120,7 +46535,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46129,7 +46544,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46204,6 +46619,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -46219,80 +46642,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -46317,7 +46740,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'File :field can not have the minimum resolution of :resolution' ] } - - Methods [26] { + - Methods [27] { Method [ public method __construct ] { - Parameters [1] { @@ -46338,7 +46761,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46347,7 +46770,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46356,7 +46779,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46365,7 +46788,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46440,6 +46863,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -46455,85 +46886,85 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Filter\Validation\Validator\File\Size\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Max extends Phalcon\Filter\Validation\Validator\File\Size\Equal implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -46550,18 +46981,20 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field does not have the exact :size file size' ] + Property [ protected $template = 'File :field exceeds the size of :size' ] } - - Methods [26] { - Method [ public method __construct ] { + - Methods [28] { + Method [ protected method getConditional ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ float $source ] + Parameter #1 [ float $target ] + Parameter #2 [ bool $included = ] } } - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -46574,7 +47007,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46583,7 +47016,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46592,7 +47025,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46601,7 +47034,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46676,51 +47109,52 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ array ] } - Method [ public method getOption ] { + Method [ public method hasOption ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] } + - Return [ bool ] } - Method [ public method hasOption ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ bool ] + - Return [ Phalcon\Messages\Message ] } Method [ public method setOption ] { @@ -46732,20 +47166,20 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $template ] } - - Return [ int ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareLabel ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ protected method allowEmpty ] { @@ -46757,19 +47191,33 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method checkArray ] { - - Parameters [3] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Filter\Validation\Validator\File\Size\Max extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\Size\Equal implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -46786,18 +47234,20 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field exceeds the size of :size' ] + Property [ protected $template = 'File :field can not have the minimum size of :size' ] } - - Methods [26] { - Method [ public method __construct ] { + - Methods [28] { + Method [ protected method getConditional ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ float $source ] + Parameter #1 [ float $target ] + Parameter #2 [ bool $included = ] } } - Method [ public method validate ] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] @@ -46810,7 +47260,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46819,7 +47269,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46828,7 +47278,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46837,7 +47287,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } - Return [ bool ] } @@ -46912,51 +47362,52 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ public method getTemplate ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ ?string $field = ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ array ] } - Method [ public method getOption ] { + Method [ public method hasOption ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] } + - Return [ bool ] } - Method [ public method hasOption ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ bool ] + - Return [ Phalcon\Messages\Message ] } Method [ public method setOption ] { @@ -46968,20 +47419,20 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $template ] } - - Return [ int ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareLabel ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ protected method allowEmpty ] { @@ -46993,19 +47444,33 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ protected method checkArray ] { - - Parameters [3] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\Identical extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -47016,16 +47481,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Static methods [0] { } - - Properties [6] { + - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field can not have the minimum size of :size' ] + Property [ protected $template = 'Field :field does not have the expected value' ] } - - Methods [26] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -47042,112 +47504,149 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } - Method [ public method checkUpload ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method checkUploadIsEmpty ] { + Method [ public method getTemplate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ ?string $field = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadIsValid ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method checkUploadMaxSize ] { + Method [ public method messageFactory ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ Phalcon\Filter\Validation $validation ] Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ bool ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getFileSizeInBytes ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $size ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ float ] + - Return [ void ] } - Method [ public method getMessageFileEmpty ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getMessageIniSize ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getMessageValid ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method isAllowEmpty ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } - - Return [ bool ] } - Method [ public method setMessageFileEmpty ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $field ] } - - Return [ void ] + - Return [ int ] } - Method [ public method setMessageIniSize ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ void ] } + } + } - Method [ public method setMessageValid ] { + Class [ class Phalcon\Filter\Validation\Validator\InclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be a part of list: :domain' ] + } + + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $options = [] ] } - - Return [ void ] } - Method [ protected method checkIsUploadedFile ] { + 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 getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -47163,87 +47662,89 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Identical extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\Ip extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Constants [0] { + - Constants [2] { + Constant [ public int VERSION_4 ] { 1048576 } + Constant [ public int VERSION_6 ] { 2097152 } } - Static properties [0] { @@ -47255,10 +47756,10 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field does not have the expected value' ] + Property [ protected $template = 'Field :field must be a valid IP address' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -47275,6 +47776,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -47290,85 +47799,85 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Filter\Validation\Validator\InclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\Numericality extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -47382,10 +47891,10 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be a part of list: :domain' ] + Property [ protected $template = 'Field :field does not have a valid numeric format' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -47402,37 +47911,6 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - 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\Filter\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - Method [ public method getOption ] { - Parameters [2] { @@ -47441,44 +47919,25 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } - Method [ public method hasOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ ?string $field = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ protected method prepareCode ] { + Method [ public method hasOption ] { - 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 ] + Parameter #0 [ string $key ] } - Return [ bool ] } @@ -47492,58 +47951,22 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } - Return [ Phalcon\Messages\Message ] } - } - } - - 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 must be a valid IP address' ] - } - - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - Method [ public method validate ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getTemplate ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplates ] { @@ -47554,37 +47977,21 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ public method getOption ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ void ] } Method [ protected method prepareCode ] { @@ -47602,29 +48009,10 @@ Extension [ extension #120 phalcon version 5.3.1 ] { 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\Filter\Validation\Validator\Numericality extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\PresenceOf extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -47638,10 +48026,10 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Properties [3] { Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field does not have a valid numeric format' ] + Property [ protected $template = 'Field :field is required' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -47658,37 +48046,6 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - 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\Filter\Validation\ValidatorInterface ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - Method [ public method getOption ] { - Parameters [2] { @@ -47697,44 +48054,25 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } - Method [ public method hasOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ ?string $field = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ protected method prepareCode ] { + Method [ public method hasOption ] { - 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 ] + Parameter #0 [ string $key ] } - Return [ bool ] } @@ -47748,56 +48086,22 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } - Return [ Phalcon\Messages\Message ] } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\PresenceOf extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field is required' ] - } - - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getTemplate ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ ?string $field = ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } Method [ public method setTemplates ] { @@ -47808,37 +48112,21 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ public method getOption ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ void ] } Method [ protected method prepareCode ] { @@ -47856,25 +48144,6 @@ Extension [ extension #120 phalcon version 5.3.1 ] { 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 ] - } } } @@ -47895,7 +48164,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field does not match the required format' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -47912,6 +48181,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -47927,80 +48204,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -48023,7 +48300,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $validators = NULL ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -48047,6 +48324,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -48062,80 +48347,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -48157,7 +48442,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must not exceed :max characters long' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -48174,6 +48459,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -48189,80 +48482,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -48284,7 +48577,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must be at least :min characters long' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -48301,6 +48594,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -48316,12 +48617,31 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] } Method [ public method setTemplate ] { @@ -48332,29 +48652,29 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method setOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ void ] } Method [ protected method prepareCode ] { @@ -48372,25 +48692,6 @@ Extension [ extension #120 phalcon version 5.3.1 ] { 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 ] - } } } @@ -48412,7 +48713,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ private $columnMap = NULL ] } - - Methods [16] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -48456,6 +48757,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { } } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -48471,80 +48780,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -48566,7 +48875,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $template = 'Field :field must be a url' ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -48583,6 +48892,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ bool ] } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getTemplate ] { - Parameters [1] { @@ -48598,80 +48915,80 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getOption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method prepareCode ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #0 [ $value ] Parameter #1 [ string $field ] } } - Method [ protected method allowEmpty ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Message ] } } } @@ -58388,7 +58705,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $store = NULL ] } - - Methods [16] { + - Methods [17] { Method [ public method add ] { - Parameters [2] { @@ -58437,6 +58754,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + Method [ public method __construct ] { - Parameters [1] { @@ -58547,7 +58871,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $store = NULL ] } - - Methods [18] { + - Methods [19] { Method [ public method add ] { - Parameters [1] { @@ -58616,6 +58940,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + Method [ public method __construct ] { - Parameters [1] { @@ -58726,7 +59057,7 @@ Extension [ extension #120 phalcon version 5.3.1 ] { Property [ protected $store = NULL ] } - - Methods [15] { + - Methods [16] { Method [ public method add ] { - Parameters [2] { @@ -58767,6 +59098,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + Method [ public method __construct ] { - Parameters [1] { @@ -63084,15 +63422,19 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Static methods [0] { } - - Properties [1] { + - Properties [3] { Property [ protected $dateFormat = 'c' ] + Property [ protected $interpolatorLeft = '%' ] + Property [ protected $interpolatorRight = '%' ] } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $dateFormat = ] + Parameter #1 [ string $interpolatorLeft = ] + Parameter #2 [ string $interpolatorRight = ] } } @@ -63111,6 +63453,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $format ] + } + - Return [ void ] + } + Method [ protected method getFormattedDate ] { - Parameters [1] { @@ -63119,12 +63469,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } - Method [ public method setDateFormat ] { + Method [ protected method getInterpolatedMessage ] { - - Parameters [1] { - Parameter #0 [ string $format ] + - Parameters [2] { + Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #1 [ string $message ] } - - Return [ void ] + - Return [ string ] } Method [ protected method toEndsWith ] { @@ -63189,17 +63540,21 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [4] { Property [ protected $dateFormat = 'c' ] + Property [ protected $interpolatorLeft = '%' ] + Property [ protected $interpolatorRight = '%' ] Property [ protected $format = NULL ] } - - Methods [12] { + - Methods [13] { Method [ public method __construct ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ string $format = ] Parameter #1 [ string $dateFormat = ] + Parameter #2 [ string $interpolatorLeft = ] + Parameter #3 [ string $interpolatorRight = ] } } @@ -63233,6 +63588,14 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $format ] + } + - Return [ void ] + } + Method [ protected method getFormattedDate ] { - Parameters [1] { @@ -63241,12 +63604,13 @@ Extension [ extension #120 phalcon version 5.3.1 ] { - Return [ string ] } - Method [ public method setDateFormat ] { + Method [ protected method getInterpolatedMessage ] { - - Parameters [1] { - Parameter #0 [ string $format ] + - Parameters [2] { + Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #1 [ string $message ] } - - Return [ void ] + - Return [ string ] } Method [ protected method toEndsWith ] { -- cgit