summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-26 08:11:16 +0100
committerRemi Collet <remi@php.net>2021-12-26 08:11:16 +0100
commit8f1c7efac6a69d1b50115fee551ddb423fb2a09d (patch)
tree2276f26c545e8052c9f96af991ea3bfc9a6e5d5c
parent465a37a5218d3e63c88d159f56dcde1f61e7b99b (diff)
update to 5.0.0beta1
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION14353
-rw-r--r--php-phalcon5.spec5
3 files changed, 7226 insertions, 7138 deletions
diff --git a/PHPINFO b/PHPINFO
index 8851ff3..c5d7b07 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,9 +5,9 @@ phalcon
Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance.
phalcon => enabled
Author => Phalcon Team and contributors
-Version => 5.0.0alpha7
-Build Date => Nov 17 2021 00:00:00
-Powered by Zephir => Version 0.15.2-5828ae2
+Version => 5.0.0beta1
+Build Date => Dec 26 2021 00:00:00
+Powered by Zephir => Version 0.15.2-$Id$
Directive => Local Value => Master Value
phalcon.db.escape_identifiers => On => On
diff --git a/REFLECTION b/REFLECTION
index 32853c0..c41c089 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
+Extension [ <persistent> extension #115 phalcon version 5.0.0beta1 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- - Classes [618] {
+ - Classes [617] {
Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -102,7 +102,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Validation\ValidatorInterface ] {
+ Interface [ <internal:phalcon> interface Phalcon\Filter\Validation\ValidatorInterface ] {
- Constants [0] {
}
@@ -136,7 +136,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> abstract public method validate ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
}
- Return [ bool ]
@@ -162,7 +162,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Parameters [1] {
Parameter #0 [ <required> array $templates ]
}
- - Return [ Phalcon\Validation\ValidatorInterface ]
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
}
Method [ <internal:phalcon> abstract public method setTemplate ] {
@@ -170,7 +170,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Parameters [1] {
Parameter #0 [ <required> string $template ]
}
- - Return [ Phalcon\Validation\ValidatorInterface ]
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
}
}
}
@@ -453,7 +453,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Properties [0] {
}
- - Methods [31] {
+ - Methods [30] {
Method [ <internal:phalcon> abstract public method addFilter ] {
- Parameters [1] {
@@ -465,7 +465,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> abstract public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -591,15 +591,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon> abstract public method prepareAttributes ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon> abstract public method render ] {
- Parameters [1] {
@@ -2900,7 +2891,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Methods [3] {
- Method [ <internal:phalcon> abstract public method exists ] {
+ Method [ <internal:phalcon> abstract public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $index ]
@@ -3428,6 +3419,39 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Filter\Validation\ValidatorCompositeInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:phalcon> abstract public method getValidators ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Flash\FlashInterface ] {
- Constants [0] {
@@ -3809,39 +3833,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Validation\ValidatorCompositeInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [2] {
- Method [ <internal:phalcon> abstract public method getValidators ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> abstract public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
- }
- }
-
Interface [ <internal:phalcon> interface Phalcon\Acl\Adapter\AdapterInterface ] {
- Constants [0] {
@@ -6051,6 +6042,135 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Filter\Validation\ValidationInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon> abstract public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method appendMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method bind ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $entity ]
+ Parameter #1 [ <required> $data ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getEntity ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getFilters ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getLabel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getMessages ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Messages\Messages ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getValidators ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method rule ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method rules ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $field ]
+ Parameter #1 [ <required> array $validators ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setFilters ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $field ]
+ Parameter #1 [ <required> $filters ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setLabels ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $labels ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> abstract public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $data = <default> ]
+ Parameter #1 [ <optional> $entity = <default> ]
+ }
+ - Return [ Phalcon\Messages\Messages ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Html\Attributes\AttributesInterface ] {
- Constants [0] {
@@ -8385,51 +8505,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon> abstract public method existsBelongsTo ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $modelName ]
- Parameter #1 [ <required> string $modelRelation ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> abstract public method existsHasMany ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $modelName ]
- Parameter #1 [ <required> string $modelRelation ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> abstract public method existsHasOne ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $modelName ]
- Parameter #1 [ <required> string $modelRelation ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> abstract public method existsHasOneThrough ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $modelName ]
- Parameter #1 [ <required> string $modelRelation ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> abstract public method existsHasManyToMany ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $modelName ]
- Parameter #1 [ <required> string $modelRelation ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:phalcon> abstract public method getBelongsTo ] {
- Parameters [1] {
@@ -8607,6 +8682,51 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> abstract public method hasBelongsTo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasHasMany ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasHasOne ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasHasOneThrough ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> abstract public method hasHasManyToMany ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> abstract public method load ] {
- Parameters [1] {
@@ -9879,6 +9999,71 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Mvc\Url\UrlInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:phalcon> abstract public method get ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $uri = <default> ]
+ Parameter #1 [ <optional> $args = <default> ]
+ Parameter #2 [ <optional> ?bool $local = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getBasePath ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method getBaseUri ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setBasePath ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $basePath ]
+ }
+ - Return [ Phalcon\Mvc\Url\UrlInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method setBaseUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $baseUri ]
+ }
+ - Return [ Phalcon\Mvc\Url\UrlInterface ]
+ }
+
+ Method [ <internal:phalcon> abstract public method path ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $path = <default> ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Mvc\ViewInterface extends Phalcon\Mvc\ViewBaseInterface ] {
- Constants [0] {
@@ -10423,200 +10608,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Url\UrlInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [6] {
- Method [ <internal:phalcon> abstract public method get ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $uri = <default> ]
- Parameter #1 [ <optional> $args = <default> ]
- Parameter #2 [ <optional> ?bool $local = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> abstract public method getBasePath ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> abstract public method getBaseUri ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> abstract public method setBasePath ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $basePath ]
- }
- - Return [ Phalcon\Url\UrlInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method setBaseUri ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $baseUri ]
- }
- - Return [ Phalcon\Url\UrlInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method path ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $path = <default> ]
- }
- - Return [ string ]
- }
- }
- }
-
- Interface [ <internal:phalcon> interface Phalcon\Validation\ValidationInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [14] {
- Method [ <internal:phalcon> abstract public method add ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method appendMessage ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method bind ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $entity ]
- Parameter #1 [ <required> $data ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method getEntity ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:phalcon> abstract public method getFilters ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method getLabel ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> abstract public method getMessages ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Messages\Messages ]
- }
-
- Method [ <internal:phalcon> abstract public method getValidators ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> abstract public method getValue ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method rule ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method rules ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $field ]
- Parameter #1 [ <required> array $validators ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method setFilters ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $field ]
- Parameter #1 [ <required> $filters ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon> abstract public method setLabels ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $labels ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon> abstract public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $data = <default> ]
- Parameter #1 [ <optional> $entity = <default> ]
- }
- - Return [ Phalcon\Messages\Messages ]
- }
- }
- }
-
Interface [ <internal:phalcon> interface Phalcon\Acl\ComponentAwareInterface ] {
- Constants [0] {
@@ -10929,104 +10920,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Exception extends Exception implements Throwable, Stringable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:phalcon> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected $file = NULL ]
- Property [ protected $line = NULL ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\AbstractHelper ] {
- Constants [0] {
@@ -11136,7 +11029,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
- Constants [0] {
}
@@ -11161,7 +11054,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $field = <default> ]
@@ -11169,30 +11062,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
- Parameters [1] {
Parameter #0 [ <required> array $templates ]
}
- - Return [ Phalcon\Validation\ValidatorInterface ]
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
- Parameters [1] {
Parameter #0 [ <required> string $template ]
}
- - Return [ Phalcon\Validation\ValidatorInterface ]
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -11200,7 +11093,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -11217,10 +11110,10 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> abstract public method validate ] {
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorInterface> abstract public method validate ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
}
- Return [ bool ]
@@ -11237,7 +11130,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> protected method prepareLabel ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> string $field ]
}
}
@@ -11254,7 +11147,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> public method messageFactory ] {
- Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
Parameter #2 [ <optional> array $replacements = [] ]
}
@@ -11613,19 +11506,21 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
Property [ protected $label = NULL ]
+ Property [ protected $method = 'inputText' ]
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
}
- - Methods [33] {
+ - Methods [35] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -11652,7 +11547,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -11736,6 +11631,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -11779,13 +11681,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -11853,6 +11754,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -11870,12 +11779,11 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\ElementInterface> abstract public method render ] {
+ Method [ <internal:phalcon> protected method getLocalTagFactory ] {
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
+ - Parameters [0] {
}
- - Return [ string ]
+ - Return [ Phalcon\Html\TagFactory ]
}
}
}
@@ -12154,7 +12062,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $lowerKeys = NULL ]
}
- - Methods [26] {
+ - Methods [27] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [2] {
@@ -12359,6 +12267,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -12388,7 +12304,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Validation\Validator\File\AbstractFile extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Filter\Validation\Validator\File\AbstractFile extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
- Constants [0] {
}
@@ -12454,7 +12370,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> public method checkUpload ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
}
- Return [ bool ]
@@ -12463,7 +12379,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> public method checkUploadIsEmpty ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
}
- Return [ bool ]
@@ -12472,7 +12388,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> public method checkUploadIsValid ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
}
- Return [ bool ]
@@ -12481,7 +12397,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> public method checkUploadMaxSize ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
}
- Return [ bool ]
@@ -12498,7 +12414,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> public method isAllowEmpty ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> string $field ]
}
- Return [ bool ]
@@ -12512,14 +12428,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
- Parameters [1] {
Parameter #0 [ <optional> array $options = [] ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
- Parameters [1] {
Parameter #0 [ <optional> ?string $field = <default> ]
@@ -12527,30 +12443,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
- Parameters [1] {
Parameter #0 [ <required> array $templates ]
}
- - Return [ Phalcon\Validation\ValidatorInterface ]
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
- Parameters [1] {
Parameter #0 [ <required> string $template ]
}
- - Return [ Phalcon\Validation\ValidatorInterface ]
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -12558,7 +12474,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
- Parameters [1] {
Parameter #0 [ <required> string $key ]
@@ -12566,7 +12482,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
- Parameters [2] {
Parameter #0 [ <required> string $key ]
@@ -12575,16 +12491,16 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> abstract public method validate ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> abstract public method validate ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
}
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
- Parameters [1] {
Parameter #0 [ <required> string $field ]
@@ -12592,15 +12508,15 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ ?int ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
- Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> string $field ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
- Parameters [2] {
Parameter #0 [ <required> $field ]
@@ -12609,10 +12525,10 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
- Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
Parameter #1 [ <required> $field ]
Parameter #2 [ <optional> array $replacements = [] ]
}
@@ -12741,7 +12657,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $pathDelimiter = '.' ]
}
- - Methods [31] {
+ - Methods [32] {
Method [ <internal:phalcon, prototype Phalcon\Config\ConfigInterface> public method getPathDelimiter ] {
- Parameters [0] {
@@ -12987,6 +12903,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -16033,6 +15957,48 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Events\AbstractEventsAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ protected $eventsManager = NULL ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:phalcon> public method getEventsManager ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Events\ManagerInterface ]
+ }
+
+ Method [ <internal:phalcon> public method setEventsManager ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> protected method fireManagerEvent ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $eventName ]
+ Parameter #1 [ <optional> $data = <default> ]
+ Parameter #2 [ <optional> bool $cancellable = <default> ]
+ }
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Html\Helper\AbstractList extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] {
- Constants [0] {
@@ -16486,7 +16452,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -16494,14 +16460,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -16742,7 +16701,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AdapterInterface> abstract public method exists ] {
+ Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter\AdapterInterface> abstract public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $index ]
@@ -16872,7 +16831,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Application\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -16880,14 +16839,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -17140,7 +17092,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon> public method setLocal ] {
+ Method [ <internal:phalcon> public method setIsLocal ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
@@ -17723,7 +17675,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Di implements Phalcon\Di\DiInterface, ArrayAccess ] {
+ Class [ <internal:phalcon> class Phalcon\Di\Di implements Phalcon\Di\DiInterface, ArrayAccess ] {
- Constants [0] {
}
@@ -18264,7 +18216,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Dispatcher\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Dispatcher\Exception extends Exception implements Throwable, Stringable ] {
- Constants [6] {
Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 }
@@ -18278,14 +18230,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -18393,7 +18338,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Events\AbstractEventsAware ] {
+ Class [ <internal:phalcon> abstract class Phalcon\Filter\Validation\AbstractValidatorComposite extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface, Phalcon\Filter\Validation\ValidatorCompositeInterface ] {
- Constants [0] {
}
@@ -18404,33 +18349,126 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [1] {
- Property [ protected $eventsManager = NULL ]
+ - Properties [4] {
+ Property [ protected $template = NULL ]
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $validators = NULL ]
}
- - Methods [3] {
- Method [ <internal:phalcon> public method getEventsManager ] {
+ - Methods [14] {
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidatorCompositeInterface> public method getValidators ] {
- Parameters [0] {
}
- - Return [ ?Phalcon\Events\ManagerInterface ]
+ - Return [ array ]
}
- Method [ <internal:phalcon> public method setEventsManager ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorCompositeInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
}
- Return [ void ]
}
- Method [ <internal:phalcon> protected method fireManagerEvent ] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
- Parameters [3] {
- Parameter #0 [ <required> string $eventName ]
- Parameter #1 [ <optional> $data = <default> ]
- Parameter #2 [ <optional> bool $cancellable = <default> ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
}
+ - Return [ Phalcon\Messages\Message ]
}
}
}
@@ -19701,141 +19739,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Validation\AbstractValidatorComposite extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface, Phalcon\Validation\ValidatorCompositeInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ protected $template = NULL ]
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $validators = NULL ]
- }
-
- - Methods [14] {
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorCompositeInterface> public method getValidators ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorCompositeInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
Class [ <internal:phalcon> abstract class Phalcon\Acl\Adapter\AbstractAdapter extends Phalcon\Events\AbstractEventsAware implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] {
- Constants [0] {
@@ -20050,7 +19953,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Di\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Di\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -20058,14 +19961,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -20148,7 +20044,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\Di\DiInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Di\FactoryDefault extends Phalcon\Di\Di implements ArrayAccess, Phalcon\Di\DiInterface ] {
- Constants [0] {
}
@@ -20158,21 +20054,21 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Static methods [3] {
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> static public method getDefault ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> static public method getDefault ] {
- Parameters [0] {
}
- Return [ ?Phalcon\Di\DiInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> static public method reset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> static public method reset ] {
- Parameters [0] {
}
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> static public method setDefault ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> static public method setDefault ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
@@ -20188,13 +20084,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Methods [23] {
- Method [ <internal:phalcon, overwrites Phalcon\Di, ctor> public method __construct ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Di\Di, ctor> public method __construct ] {
- Parameters [0] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method __call ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method __call ] {
- Parameters [2] {
Parameter #0 [ <required> string $method ]
@@ -20202,7 +20098,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method attempt ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method attempt ] {
- Parameters [3] {
Parameter #0 [ <required> string $name ]
@@ -20211,7 +20107,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
@@ -20219,21 +20115,21 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method getInternalEventsManager ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getInternalEventsManager ] {
- Parameters [0] {
}
- Return [ ?Phalcon\Events\ManagerInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getRaw ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method getRaw ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method getService ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -20241,14 +20137,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Di\ServiceInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getServices ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method getServices ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getShared ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method getShared ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
@@ -20256,7 +20152,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di> protected method loadFromConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> protected method loadFromConfig ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Config\ConfigInterface $config ]
@@ -20264,7 +20160,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method loadFromPhp ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method loadFromPhp ] {
- Parameters [1] {
Parameter #0 [ <required> string $filePath ]
@@ -20272,7 +20168,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method loadFromYaml ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method loadFromYaml ] {
- Parameters [2] {
Parameter #0 [ <required> string $filePath ]
@@ -20281,7 +20177,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -20289,14 +20185,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetGet ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetExists ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
@@ -20304,7 +20200,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetSet ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
@@ -20313,7 +20209,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetUnset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
@@ -20321,7 +20217,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method register ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method register ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Di\ServiceProviderInterface $provider ]
@@ -20329,7 +20225,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -20337,7 +20233,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $name ]
@@ -20347,14 +20243,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Di\ServiceInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method setInternalEventsManager ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setInternalEventsManager ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method setService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method setService ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
@@ -20363,7 +20259,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Di\ServiceInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method setShared ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method setShared ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
@@ -20516,6 +20412,133 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Filter\Validation\AbstractCombinedFieldsValidator extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $template = NULL ]
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> abstract public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] {
- Constants [0] {
@@ -21089,7 +21112,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -21097,14 +21120,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -21581,7 +21597,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\View\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -21589,14 +21605,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -22853,133 +22862,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Validation\AbstractCombinedFieldsValidator extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $template = NULL ]
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> abstract public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
Class [ <internal:phalcon> class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] {
- Constants [0] {
@@ -23331,7 +23213,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Acl\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -23339,14 +23221,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -24053,7 +23928,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Annotations\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Annotations\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -24061,14 +23936,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -24407,7 +24275,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method setLocal ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method setIsLocal ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
@@ -24649,7 +24517,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Assets\AssetInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method setLocal ] {
+ Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method setIsLocal ] {
- Parameters [1] {
Parameter #0 [ <required> bool $flag ]
@@ -25071,7 +24939,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Assets\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -25079,14 +24947,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -25750,6 +25611,401 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Autoload\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Autoload\Loader extends Phalcon\Events\AbstractEventsAware ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [12] {
+ Property [ protected $eventsManager = NULL ]
+ Property [ protected $checkedPath = NULL ]
+ Property [ protected $classes = NULL ]
+ Property [ protected $debug = NULL ]
+ Property [ protected $directories = NULL ]
+ Property [ protected $extensions = NULL ]
+ Property [ protected $fileCheckingCallback = 'is_file' ]
+ Property [ protected $files = NULL ]
+ Property [ protected $foundPath = NULL ]
+ Property [ protected $isDebug = false ]
+ Property [ protected $isRegistered = false ]
+ Property [ protected $namespaces = NULL ]
+ }
+
+ - Methods [34] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $isDebug = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method addClass ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $file ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method addDirectory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $directory ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method addExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $extension ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method addFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $file ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method addNamespace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> $directories ]
+ Parameter #2 [ <optional> bool $prepend = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method autoload ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> public method getCheckedPath ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method getClasses ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getDebug ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getDirectories ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getExtensions ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getFiles ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getFoundPath ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+
+ Method [ <internal:phalcon> public method getNamespaces ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method loadFiles ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> public method register ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $prepend = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method setClasses ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $classes ]
+ Parameter #1 [ <optional> bool $merge = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method setDirectories ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $directories ]
+ Parameter #1 [ <optional> bool $merge = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method setExtensions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $extensions ]
+ Parameter #1 [ <optional> bool $merge = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method setFileCheckingCallback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $method = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method setFiles ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $files ]
+ Parameter #1 [ <optional> bool $merge = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method setNamespaces ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $namespaces ]
+ Parameter #1 [ <optional> bool $merge = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> public method unregister ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> protected method requireFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $file ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method addDebug ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon> private method addToCollection ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> array $collection ]
+ Parameter #1 [ <required> string $collectionName ]
+ Parameter #2 [ <required> string $method ]
+ Parameter #3 [ <optional> bool $merge = <default> ]
+ }
+ - Return [ Phalcon\Autoload\Loader ]
+ }
+
+ Method [ <internal:phalcon> private method autoloadCheckClasses ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method autoloadCheckDirectories ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> array $directories ]
+ Parameter #1 [ <required> string $className ]
+ Parameter #2 [ <optional> bool $isDirectory = <default> ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method autoloadCheckNamespaces ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $className ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method checkDirectories ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $directories ]
+ Parameter #1 [ <required> string $dirSeparator ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> public method getEventsManager ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Events\ManagerInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> public method setEventsManager ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Events\AbstractEventsAware> protected method fireManagerEvent ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $eventName ]
+ Parameter #1 [ <optional> $data = <default> ]
+ Parameter #2 [ <optional> bool $cancellable = <default> ]
+ }
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Cache\AdapterFactory extends Phalcon\Factory\AbstractFactory ] {
- Constants [0] {
@@ -26985,7 +27241,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cache\Exception\Exception extends Phalcon\Exception implements Stringable, Throwable, PsrExt\SimpleCache\CacheException ] {
+ Class [ <internal:phalcon> class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable, PsrExt\SimpleCache\CacheException ] {
- Constants [0] {
}
@@ -26993,14 +27249,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -27083,7 +27332,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cache\Exception\InvalidArgumentException extends Phalcon\Exception implements Stringable, Throwable, PsrExt\SimpleCache\InvalidArgumentException, PsrExt\SimpleCache\CacheException ] {
+ Class [ <internal:phalcon> class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable, PsrExt\SimpleCache\InvalidArgumentException, PsrExt\SimpleCache\CacheException ] {
- Constants [0] {
}
@@ -27091,14 +27340,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -27311,7 +27553,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -27319,14 +27561,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -27824,7 +28059,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] {
- Constants [6] {
Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 }
@@ -27838,14 +28073,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -28096,7 +28324,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Cli\Router\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -28104,14 +28332,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -28460,7 +28681,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $pathDelimiter = '.' ]
}
- - Methods [31] {
+ - Methods [32] {
Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] {
- Parameters [2] {
@@ -28706,6 +28927,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -28728,7 +28957,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $pathDelimiter = '.' ]
}
- - Methods [35] {
+ - Methods [36] {
Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] {
- Parameters [2] {
@@ -29007,6 +29236,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -29029,7 +29266,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $pathDelimiter = '.' ]
}
- - Methods [32] {
+ - Methods [33] {
Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] {
- Parameters [1] {
@@ -29284,6 +29521,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -29306,7 +29551,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $pathDelimiter = '.' ]
}
- - Methods [31] {
+ - Methods [32] {
Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] {
- Parameters [1] {
@@ -29551,6 +29796,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -29573,7 +29826,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $pathDelimiter = '.' ]
}
- - Methods [33] {
+ - Methods [34] {
Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] {
- Parameters [2] {
@@ -29837,6 +30090,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -29954,7 +30215,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Config\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -29962,14 +30223,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -30052,7 +30306,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Container implements PsrExt\Container\ContainerInterface ] {
+ Class [ <internal:phalcon> class Phalcon\Container\Container implements PsrExt\Container\ContainerInterface ] {
- Constants [0] {
}
@@ -36946,7 +37200,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Db\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Db\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -36954,14 +37208,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -37493,7 +37740,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -37501,14 +37748,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -37601,21 +37841,21 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Static methods [3] {
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> static public method getDefault ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> static public method getDefault ] {
- Parameters [0] {
}
- Return [ ?Phalcon\Di\DiInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> static public method reset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> static public method reset ] {
- Parameters [0] {
}
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> static public method setDefault ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> static public method setDefault ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
@@ -37637,7 +37877,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method __call ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method __call ] {
- Parameters [2] {
Parameter #0 [ <required> string $method ]
@@ -37645,7 +37885,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method attempt ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method attempt ] {
- Parameters [3] {
Parameter #0 [ <required> string $name ]
@@ -37654,7 +37894,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method get ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method get ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
@@ -37662,21 +37902,21 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method getInternalEventsManager ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method getInternalEventsManager ] {
- Parameters [0] {
}
- Return [ ?Phalcon\Events\ManagerInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getRaw ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method getRaw ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method getService ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -37684,14 +37924,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Di\ServiceInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getServices ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method getServices ] {
- Parameters [0] {
}
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getShared ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method getShared ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
@@ -37699,7 +37939,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di> protected method loadFromConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> protected method loadFromConfig ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Config\ConfigInterface $config ]
@@ -37707,7 +37947,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method loadFromPhp ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method loadFromPhp ] {
- Parameters [1] {
Parameter #0 [ <required> string $filePath ]
@@ -37715,7 +37955,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method loadFromYaml ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method loadFromYaml ] {
- Parameters [2] {
Parameter #0 [ <required> string $filePath ]
@@ -37724,7 +37964,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method has ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -37732,14 +37972,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetGet ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetExists ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
@@ -37747,7 +37987,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetSet ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
@@ -37756,7 +37996,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetUnset ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
@@ -37764,7 +38004,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method register ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method register ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Di\ServiceProviderInterface $provider ]
@@ -37772,7 +38012,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method remove ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method remove ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
@@ -37780,7 +38020,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ void ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method set ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method set ] {
- Parameters [3] {
Parameter #0 [ <required> string $name ]
@@ -37790,14 +38030,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Di\ServiceInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di> public method setInternalEventsManager ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di> public method setInternalEventsManager ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
}
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method setService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method setService ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
@@ -37806,7 +38046,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Di\ServiceInterface ]
}
- Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method setShared ] {
+ Method [ <internal:phalcon, inherits Phalcon\Di\Di, prototype Phalcon\Di\DiInterface> public method setShared ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
@@ -39154,7 +39394,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Encryption\Security\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Encryption\Security\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -39162,14 +39402,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -40318,7 +40551,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Events\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -40326,14 +40559,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -40544,7 +40770,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Factory\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Factory\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -40552,14 +40778,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -40642,7 +40861,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Filter\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Filter\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -40650,14 +40869,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -41439,6 +41651,4994 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Filter\Validation\ValidationInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [9] {
+ Property [ protected $container = NULL ]
+ Property [ protected $combinedFieldsValidators = NULL ]
+ Property [ protected $data = NULL ]
+ Property [ protected $entity = NULL ]
+ Property [ protected $filters = NULL ]
+ Property [ protected $labels = NULL ]
+ Property [ protected $messages = NULL ]
+ Property [ protected $validators = NULL ]
+ Property [ protected $values = NULL ]
+ }
+
+ - Methods [25] {
+ Method [ <internal:phalcon> public method getData ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon> public method setValidators ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $validators ]
+ }
+ }
+
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $validators = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method appendMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method bind ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $entity ]
+ Parameter #1 [ <required> $data ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method getEntity ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method getFilters ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method getLabel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method getMessages ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Messages\Messages ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method getValidators ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon> public method getValueByEntity ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $entity ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method getValueByData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method getValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method rule ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method rules ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> array $validators ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon> public method setEntity ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entity ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method setFilters ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $filters ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidationInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method setLabels ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $labels ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $data = <default> ]
+ Parameter #1 [ <optional> $entity = <default> ]
+ }
+ - Return [ Phalcon\Messages\Messages ]
+ }
+
+ Method [ <internal:phalcon> protected method preChecking ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $propertyName ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __isset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ protected $mapper = NULL ]
+ Property [ protected $services = NULL ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $services = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method newInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractConfigFactory, prototype Phalcon\Factory\AbstractConfigFactory> protected method getExceptionClass ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getServices ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $services = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfig ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $config ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfigElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $config ]
+ Parameter #1 [ <required> string $element ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getException ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $message ]
+ }
+ - Return [ Exception ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Alnum 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 mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Alpha extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $template = 'Field :field mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Between extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $template = 'Field :field mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Callback extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $template = 'Field :field mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Confirmation 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 mu...' ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> final protected method compare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $a ]
+ Parameter #1 [ <required> string $b ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\CreditCard 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...' ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method verifyByLuhnAlgorithm ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $number ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Date 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...' ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> private method checkDate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <required> $format ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Digit 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 mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Email 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 mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\ExclusionIn 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 mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\File extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $template = NULL ]
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $validators = NULL ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidatorComposite, prototype Phalcon\Filter\Validation\ValidatorCompositeInterface> public method getValidators ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidatorComposite, prototype Phalcon\Filter\Validation\ValidatorCompositeInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\File\MimeType extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $messageFileEmpty = 'Field :field mu...' ]
+ Property [ protected $messageIniSize = 'File :field exc...' ]
+ Property [ protected $messageValid = 'Field :field is...' ]
+ Property [ protected $template = 'File :field mus...' ]
+ }
+
+ - Methods [26] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageFileEmpty ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageIniSize ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageValid ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $size ]
+ }
+ - Return [ float ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\File\Resolution\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $messageFileEmpty = 'Field :field mu...' ]
+ Property [ protected $messageIniSize = 'File :field exc...' ]
+ Property [ protected $messageValid = 'Field :field is...' ]
+ Property [ protected $template = 'The resolution ...' ]
+ }
+
+ - Methods [26] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageFileEmpty ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageIniSize ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageValid ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $size ]
+ }
+ - Return [ float ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\File\Resolution\Max extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $messageFileEmpty = 'Field :field mu...' ]
+ Property [ protected $messageIniSize = 'File :field exc...' ]
+ Property [ protected $messageValid = 'Field :field is...' ]
+ Property [ protected $template = 'File :field exc...' ]
+ }
+
+ - Methods [26] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageFileEmpty ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageIniSize ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageValid ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $size ]
+ }
+ - Return [ float ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\File\Resolution\Min extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $messageFileEmpty = 'Field :field mu...' ]
+ Property [ protected $messageIniSize = 'File :field exc...' ]
+ Property [ protected $messageValid = 'Field :field is...' ]
+ Property [ protected $template = 'File :field can...' ]
+ }
+
+ - Methods [26] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageFileEmpty ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageIniSize ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageValid ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $size ]
+ }
+ - Return [ float ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> 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 mu...' ]
+ Property [ protected $messageIniSize = 'File :field exc...' ]
+ Property [ protected $messageValid = 'Field :field is...' ]
+ Property [ protected $template = 'File :field doe...' ]
+ }
+
+ - Methods [26] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageFileEmpty ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageIniSize ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageValid ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $size ]
+ }
+ - Return [ float ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\File\Size\Max extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $messageFileEmpty = 'Field :field mu...' ]
+ Property [ protected $messageIniSize = 'File :field exc...' ]
+ Property [ protected $messageValid = 'Field :field is...' ]
+ Property [ protected $template = 'File :field exc...' ]
+ }
+
+ - Methods [26] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageFileEmpty ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageIniSize ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageValid ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $size ]
+ }
+ - Return [ float ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $messageFileEmpty = 'Field :field mu...' ]
+ Property [ protected $messageIniSize = 'File :field exc...' ]
+ Property [ protected $messageValid = 'Field :field is...' ]
+ Property [ protected $template = 'File :field can...' ]
+ }
+
+ - Methods [26] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageFileEmpty ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageIniSize ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $messageValid ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $size ]
+ }
+ - Return [ float ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Identical 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 do...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> 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 mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Ip extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [2] {
+ Constant [ public int VERSION_4 ] { 1048576 }
+ Constant [ public int VERSION_6 ] { 2097152 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $template = 'Field :field mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Numericality 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 do...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> 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...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Regex 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 do...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\StringLength extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $template = NULL ]
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $validators = NULL ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidatorComposite, prototype Phalcon\Filter\Validation\ValidatorCompositeInterface> public method getValidators ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidatorComposite, prototype Phalcon\Filter\Validation\ValidatorCompositeInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\StringLength\Max extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $template = 'Field :field mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\StringLength\Min 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 mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Uniqueness extends Phalcon\Filter\Validation\AbstractCombinedFieldsValidator implements Phalcon\Filter\Validation\ValidatorInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $templates = NULL ]
+ Property [ protected $options = NULL ]
+ Property [ protected $template = 'Field :field mu...' ]
+ Property [ private $columnMap = NULL ]
+ }
+
+ - Methods [16] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> protected method getColumnNameReal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $record ]
+ Parameter #1 [ <required> string $field ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> protected method isUniqueness ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon> protected method isUniquenessModel ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $record ]
+ Parameter #1 [ <required> array $field ]
+ Parameter #2 [ <required> array $values ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Filter\Validation\Validator\Url 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 mu...' ]
+ }
+
+ - Methods [13] {
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $options = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method validate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $field = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getTemplates ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplates ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $templates ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method setTemplate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $template ]
+ }
+ - Return [ Phalcon\Filter\Validation\ValidatorInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method getOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator, prototype Phalcon\Filter\Validation\ValidatorInterface> public method hasOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method setOption ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareCode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $field ]
+ }
+ - Return [ ?int ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method prepareLabel ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> string $field ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> protected method allowEmpty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\AbstractValidator> public method messageFactory ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Filter\Validation $validation ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> array $replacements = [] ]
+ }
+ - Return [ Phalcon\Messages\Message ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -41646,7 +46846,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Flash\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Flash\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -41654,14 +46854,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -42004,7 +47197,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -42012,19 +47205,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputCheckbox' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -42051,7 +47238,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -42135,6 +47322,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -42178,13 +47372,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -42252,6 +47445,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -42268,6 +47469,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -42282,7 +47490,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -42290,19 +47498,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputDate' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -42329,7 +47531,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -42413,6 +47615,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -42456,13 +47665,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -42530,6 +47738,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -42546,6 +47762,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -42560,7 +47783,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -42568,19 +47791,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputEmail' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -42607,7 +47824,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -42691,6 +47908,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -42734,13 +47958,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -42808,6 +48031,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -42824,6 +48055,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -42838,7 +48076,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -42846,19 +48084,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputFile' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -42885,7 +48117,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -42969,6 +48201,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -43012,13 +48251,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -43086,6 +48324,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -43102,6 +48348,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -43116,7 +48369,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -43124,19 +48377,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputHidden' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -43163,7 +48410,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -43247,6 +48494,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -43290,13 +48544,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -43364,6 +48617,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -43380,6 +48641,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -43394,7 +48662,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -43402,19 +48670,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputNumeric' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -43441,7 +48703,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -43525,6 +48787,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -43568,13 +48837,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -43642,6 +48910,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -43658,6 +48934,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -43672,7 +48955,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -43680,19 +48963,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputPassword' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -43719,7 +48996,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -43803,6 +49080,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -43846,13 +49130,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -43920,6 +49203,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -43936,6 +49227,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -43950,7 +49248,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -43958,19 +49256,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputRadio' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -43997,7 +49289,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -44081,6 +49373,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -44124,13 +49423,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -44198,6 +49496,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -44214,6 +49520,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -44228,20 +49541,22 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [10] {
+ - Properties [12] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
Property [ protected $label = NULL ]
+ Property [ protected $method = 'inputText' ]
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
Property [ protected $optionsValues = NULL ]
}
- - Methods [36] {
+ - Methods [39] {
Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [3] {
@@ -44265,7 +49580,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
+ Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
@@ -44281,6 +49596,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon> protected method prepareAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $attributes = [] ]
+ }
+ - Return [ array ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Stringable> public method __toString ] {
- Parameters [0] {
@@ -44299,7 +49622,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -44383,6 +49706,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -44426,15 +49756,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
- }
- - Return [ array ]
- }
-
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
- Parameters [2] {
@@ -44500,6 +49821,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -44516,6 +49845,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -44530,7 +49866,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -44538,19 +49874,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputSubmit' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -44577,7 +49907,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -44661,6 +49991,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -44704,13 +50041,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -44778,6 +50114,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -44794,6 +50138,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -44808,27 +50159,21 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
Property [ protected $label = NULL ]
+ Property [ protected $method = 'inputText' ]
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -44855,7 +50200,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -44939,6 +50284,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -44982,13 +50334,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -45056,6 +50407,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -45072,6 +50431,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
@@ -45086,7 +50452,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [11] {
Property [ protected $attributes = NULL ]
Property [ protected $filters = NULL ]
Property [ protected $form = NULL ]
@@ -45094,19 +50460,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $name = NULL ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validators = NULL ]
Property [ protected $value = NULL ]
+ Property [ protected $method = 'inputTextarea' ]
}
- - Methods [33] {
- Method [ <internal:phalcon, overwrites Phalcon\Forms\Element\ElementInterface, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
- }
- - Return [ string ]
- }
-
+ - Methods [35] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, ctor> public method __construct ] {
- Parameters [2] {
@@ -45133,7 +50493,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method addValidator ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidatorInterface $validator ]
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
@@ -45217,6 +50577,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method getUserOption ] {
- Parameters [2] {
@@ -45260,13 +50627,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
- Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method prepareAttributes ] {
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method render ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> array $attributes = [] ]
- Parameter #1 [ <optional> bool $useChecked = <default> ]
}
- - Return [ array ]
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setAttribute ] {
@@ -45334,6 +50700,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> public method setTagFactory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
+ }
+ - Return [ Phalcon\Forms\Element\AbstractElement ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement, prototype Phalcon\Forms\Element\ElementInterface> public method setUserOption ] {
- Parameters [2] {
@@ -45350,10 +50724,17 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
- Return [ Phalcon\Forms\Element\ElementInterface ]
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Forms\Element\AbstractElement> protected method getLocalTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Html\TagFactory ]
+ }
}
}
- Class [ <internal:phalcon> class Phalcon\Forms\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -45361,14 +50742,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -45462,7 +50836,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static methods [0] {
}
- - Properties [12] {
+ - Properties [13] {
Property [ protected $container = NULL ]
Property [ protected $attributes = NULL ]
Property [ protected $data = NULL ]
@@ -45473,11 +50847,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $messages = NULL ]
Property [ protected $position = 0 ]
Property [ protected $options = NULL ]
+ Property [ protected $tagFactory = NULL ]
Property [ protected $validation = NULL ]
Property [ protected $whitelist = NULL ]
}
- - Methods [41] {
+ - Methods [43] {
Method [ <internal:phalcon> public method getValidation ] {
- Parameters [0] {
@@ -45576,6 +50951,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Method [ <internal:phalcon> public method getFilteredValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
Method [ <internal:phalcon> public method getLabel ] {
- Parameters [1] {
@@ -45598,6 +50980,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Messages\Messages ]
}
+ Method [ <internal:phalcon> public method getTagFactory ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Phalcon\Html\TagFactory ]
+ }
+
Method [ <internal:phalcon> public method getUserOption ] {
- Parameters [2] {
@@ -45613,13 +51002,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ array ]
}
- Method [ <internal:phalcon> public method getFilteredValue ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- }
-
Method [ <internal:phalcon> public method getValue ] {
- Parameters [1] {
@@ -45708,6 +51090,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Form ]
}
+ Method [ <internal:phalcon, prototype Phalcon\Html\Attributes\AttributesInterface> public method setAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Html\Attributes $attributes ]
+ }
+ - Return [ Phalcon\Html\Attributes\AttributesInterface ]
+ }
+
Method [ <internal:phalcon> public method setEntity ] {
- Parameters [1] {
@@ -45716,28 +51106,28 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Forms\Form ]
}
- Method [ <internal:phalcon> public method setValidation ] {
+ Method [ <internal:phalcon> public method setTagFactory ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidationInterface $validation ]
+ Parameter #0 [ <required> Phalcon\Html\TagFactory $tagFactory ]
}
- Return [ Phalcon\Forms\Form ]
}
- Method [ <internal:phalcon> public method setWhitelist ] {
+ Method [ <internal:phalcon> public method setValidation ] {
- Parameters [1] {
- Parameter #0 [ <required> array $whitelist ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidationInterface $validation ]
}
- Return [ Phalcon\Forms\Form ]
}
- Method [ <internal:phalcon, prototype Phalcon\Html\Attributes\AttributesInterface> public method setAttributes ] {
+ Method [ <internal:phalcon> public method setWhitelist ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Html\Attributes $attributes ]
+ Parameter #0 [ <required> array $whitelist ]
}
- - Return [ Phalcon\Html\Attributes\AttributesInterface ]
+ - Return [ Phalcon\Forms\Form ]
}
Method [ <internal:phalcon> public method setUserOption ] {
@@ -45865,7 +51255,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $lowerKeys = NULL ]
}
- - Methods [28] {
+ - Methods [30] {
Method [ <internal:phalcon, prototype Phalcon\Html\Attributes\RenderInterface> public method render ] {
- Parameters [0] {
@@ -45880,6 +51270,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> protected method renderAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $attributes ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Support\Collection, ctor> public method __construct ] {
- Parameters [2] {
@@ -46084,6 +51482,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -46173,7 +51579,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Properties [3] {
Property [ protected $doubleEncode = true ]
Property [ protected $encoding = 'utf-8' ]
- Property [ protected $flags = 3 ]
+ Property [ protected $flags = 11 ]
}
- Methods [20] {
@@ -46361,7 +51767,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Escaper\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Escaper\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -46369,14 +51775,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -46459,7 +51858,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Html\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Html\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -46467,14 +51866,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -50797,8 +56189,10 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Methods [11] {
Method [ <internal:phalcon> public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <optional> array $attributes = [] ]
+ - Parameters [3] {
+ Parameter #0 [ <required> string $label ]
+ Parameter #1 [ <optional> array $attributes = [] ]
+ Parameter #2 [ <optional> bool $raw = <default> ]
}
- Return [ string ]
}
@@ -51905,7 +57299,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <required> array $args ]
+ Parameter #1 [ <required> array $arguments ]
}
}
@@ -52229,7 +57623,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Http\Cookie\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Http\Cookie\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -52237,14 +57631,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -55188,7 +60575,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Http\Request\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Http\Request\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -55196,14 +60583,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -55935,7 +61315,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Http\Response\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Http\Response\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -55943,14 +61323,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -56951,7 +62324,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Image\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -56959,14 +62332,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -57157,285 +62523,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Loader implements Phalcon\Events\EventsAwareInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [10] {
- Property [ protected $checkedPath = NULL ]
- Property [ protected $classes = NULL ]
- Property [ protected $directories = NULL ]
- Property [ protected $eventsManager = NULL ]
- Property [ protected $extensions = NULL ]
- Property [ protected $fileCheckingCallback = 'is_file' ]
- Property [ protected $files = NULL ]
- Property [ protected $foundPath = NULL ]
- Property [ protected $namespaces = NULL ]
- Property [ protected $registered = false ]
- }
-
- - Methods [20] {
- Method [ <internal:phalcon> public method autoLoad ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $className ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> public method getCheckedPath ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> public method getClasses ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> public method getDirs ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] {
-
- - Parameters [0] {
- }
- - Return [ ?Phalcon\Events\ManagerInterface ]
- }
-
- Method [ <internal:phalcon> public method getExtensions ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> public method getFiles ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> public method getFoundPath ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> public method getNamespaces ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> public method loadFiles ] {
-
- - Parameters [0] {
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon> public method register ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> bool $prepend = <default> ]
- }
- - Return [ Phalcon\Loader ]
- }
-
- Method [ <internal:phalcon> public method registerClasses ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $classes ]
- Parameter #1 [ <optional> bool $merge = <default> ]
- }
- - Return [ Phalcon\Loader ]
- }
-
- Method [ <internal:phalcon> public method registerDirs ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $directories ]
- Parameter #1 [ <optional> bool $merge = <default> ]
- }
- - Return [ Phalcon\Loader ]
- }
-
- Method [ <internal:phalcon> public method registerFiles ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $files ]
- Parameter #1 [ <optional> bool $merge = <default> ]
- }
- - Return [ Phalcon\Loader ]
- }
-
- Method [ <internal:phalcon> public method registerNamespaces ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $namespaces ]
- Parameter #1 [ <optional> bool $merge = <default> ]
- }
- - Return [ Phalcon\Loader ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon> public method setExtensions ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $extensions ]
- }
- - Return [ Phalcon\Loader ]
- }
-
- Method [ <internal:phalcon> public method setFileCheckingCallback ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $callback = <default> ]
- }
- - Return [ Phalcon\Loader ]
- }
-
- Method [ <internal:phalcon> public method unregister ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Loader ]
- }
-
- Method [ <internal:phalcon> protected method prepareNamespace ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $namespaceName ]
- }
- - Return [ array ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Loader\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected $file = NULL ]
- Property [ protected $line = NULL ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
Class [ <internal:phalcon> class Phalcon\Logger\AdapterFactory extends Phalcon\Factory\AbstractFactory ] {
- Constants [0] {
@@ -57931,7 +63018,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Logger\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -57939,14 +63026,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -58620,7 +63700,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Messages\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Messages\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -58628,14 +63708,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -59114,7 +64187,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -59122,14 +64195,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -59666,7 +64732,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] {
- Constants [6] {
Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 }
@@ -59680,14 +64746,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -60298,7 +65357,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -60306,14 +65365,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -61074,7 +66126,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon> protected method exists ] {
+ Method [ <internal:phalcon> protected method has ] {
- Parameters [2] {
Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ]
@@ -61271,7 +66323,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> protected method validate ] {
- Parameters [1] {
- Parameter #0 [ <required> Phalcon\Validation\ValidationInterface $validator ]
+ Parameter #0 [ <required> Phalcon\Filter\Validation\ValidationInterface $validator ]
}
- Return [ bool ]
}
@@ -61892,7 +66944,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $reusable = NULL ]
}
- - Methods [65] {
+ - Methods [71] {
Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
- Parameters [1] {
@@ -62232,7 +67284,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ Phalcon\Mvc\Model\RelationInterface ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method existsBelongsTo ] {
+ Method [ <internal:phalcon> public method existsBelongsTo ] {
- Parameters [2] {
Parameter #0 [ <required> string $modelName ]
@@ -62241,7 +67293,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method existsHasMany ] {
+ Method [ <internal:phalcon> public method existsHasMany ] {
- Parameters [2] {
Parameter #0 [ <required> string $modelName ]
@@ -62250,7 +67302,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method existsHasOne ] {
+ Method [ <internal:phalcon> public method existsHasOne ] {
- Parameters [2] {
Parameter #0 [ <required> string $modelName ]
@@ -62259,7 +67311,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method existsHasOneThrough ] {
+ Method [ <internal:phalcon> public method existsHasOneThrough ] {
- Parameters [2] {
Parameter #0 [ <required> string $modelName ]
@@ -62268,7 +67320,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ bool ]
}
- Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method existsHasManyToMany ] {
+ Method [ <internal:phalcon> public method existsHasManyToMany ] {
- Parameters [2] {
Parameter #0 [ <required> string $modelName ]
@@ -62312,6 +67364,51 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method hasBelongsTo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method hasHasMany ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method hasHasOne ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method hasHasOneThrough ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method hasHasManyToMany ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $modelName ]
+ Parameter #1 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon> public method setReusableRecords ] {
- Parameters [3] {
@@ -62463,6 +67560,16 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Parameters [0] {
}
}
+
+ Method [ <internal:phalcon> private method checkHasRelationship ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $collection ]
+ Parameter #1 [ <required> string $modelName ]
+ Parameter #2 [ <required> string $modelRelation ]
+ }
+ - Return [ bool ]
+ }
}
}
@@ -65990,7 +71097,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -65998,14 +71105,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [5] {
@@ -66252,7 +71352,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -66260,14 +71360,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [6] {
@@ -66837,7 +71930,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -66845,14 +71938,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -67375,6 +72461,213 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Mvc\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Url\UrlInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $container = NULL ]
+ Property [ protected $baseUri = NULL ]
+ Property [ protected $basePath = NULL ]
+ Property [ protected $router = NULL ]
+ Property [ protected $staticBaseUri = NULL ]
+ }
+
+ - Methods [12] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?Phalcon\Mvc\RouterInterface $router = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method get ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $uri = <default> ]
+ Parameter #1 [ <optional> $args = <default> ]
+ Parameter #2 [ <optional> ?bool $local = <default> ]
+ Parameter #3 [ <optional> $baseUri = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method getBasePath ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method getBaseUri ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getStatic ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $uri = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon> public method getStaticBaseUri ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method setBasePath ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $basePath ]
+ }
+ - Return [ Phalcon\Mvc\Url\UrlInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method setBaseUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $baseUri ]
+ }
+ - Return [ Phalcon\Mvc\Url\UrlInterface ]
+ }
+
+ Method [ <internal:phalcon> public method setStaticBaseUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $staticBaseUri ]
+ }
+ - Return [ Phalcon\Mvc\Url\UrlInterface ]
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Mvc\Url\UrlInterface> public method path ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?string $path = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Di\DiInterface ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
+ }
+ - Return [ void ]
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> class Phalcon\Mvc\Url\Exception extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] {
- Constants [6] {
@@ -67419,7 +72712,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $viewParams = NULL ]
}
- - Methods [59] {
+ - Methods [60] {
Method [ <internal:phalcon> public method getCurrentRenderLevel ] {
- Parameters [0] {
@@ -67638,6 +72931,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $view ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method isDisabled ] {
- Parameters [0] {
@@ -67986,7 +73287,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $options = NULL ]
}
- - Methods [20] {
+ - Methods [21] {
Method [ <internal:phalcon> public method callMacro ] {
- Parameters [2] {
@@ -68043,6 +73344,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Return [ int ]
}
+ Method [ <internal:phalcon> public method preload ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $parameters ]
+ }
+ - Return [ string ]
+ }
+
Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\EngineInterface, prototype Phalcon\Mvc\View\Engine\EngineInterface> public method render ] {
- Parameters [3] {
@@ -68379,7 +73688,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> $arguments = <default> ]
+ Parameter #1 [ <optional> array $arguments = [] ]
}
}
@@ -68546,7 +73855,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Throwable, Stringable ] {
+ Class [ <internal:phalcon> class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -68554,14 +73863,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [5] {
@@ -69121,7 +74423,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Paginator\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -69129,14 +74431,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -69451,230 +74746,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> <iterateable> final class Phalcon\Registry extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $data = NULL ]
- Property [ protected $insensitive = true ]
- Property [ protected $lowerKeys = NULL ]
- }
-
- - Methods [26] {
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> final public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $data = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __get ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $element ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __isset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $element ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __set ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $element ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __unset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $element ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method clear ] {
-
- - Parameters [0] {
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Countable> final public method count ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method get ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $element ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- Parameter #2 [ <optional> ?string $cast = <default> ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype IteratorAggregate> final public method getIterator ] {
-
- - Parameters [0] {
- }
- - Return [ Traversable ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method has ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $element ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method init ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $data = [] ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype JsonSerializable> final public method jsonSerialize ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetExists ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetGet ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetSet ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $element ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetUnset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method remove ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $element ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Serializable> final public method serialize ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method set ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $element ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method toArray ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method toJson ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> int $options = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Serializable> final public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> bool $insensitive = <default> ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $element ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> int $flags = <default> ]
- Parameter #2 [ <optional> int $depth = <default> ]
- }
- }
- }
- }
-
Class [ <internal:phalcon> class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] {
- Constants [0] {
@@ -69954,7 +75025,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ private $session = NULL ]
}
- - Methods [28] {
+ - Methods [29] {
Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> public method __construct ] {
- Parameters [2] {
@@ -70174,10 +75245,18 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
- Class [ <internal:phalcon> class Phalcon\Session\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -70185,14 +75264,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -70592,7 +75664,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Storage\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Storage\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -70600,14 +75672,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -71184,7 +76249,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Support\Collection\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Support\Collection\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -71192,14 +76257,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -71299,7 +76357,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $lowerKeys = NULL ]
}
- - Methods [26] {
+ - Methods [27] {
Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method remove ] {
- Parameters [1] {
@@ -71504,6 +76562,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Parameter #2 [ <optional> int $depth = <default> ]
}
}
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
}
}
@@ -71827,7 +76893,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Support\Debug\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Support\Debug\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -71835,14 +76901,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -74312,6 +79371,238 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
+ Class [ <internal:phalcon> <iterateable> final class Phalcon\Support\Registry extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ protected $data = NULL ]
+ Property [ protected $insensitive = true ]
+ Property [ protected $lowerKeys = NULL ]
+ }
+
+ - Methods [27] {
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, ctor> final public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $data = [] ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __isset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method __unset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method clear ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Countable> final public method count ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method get ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <optional> $defaultValue = <default> ]
+ Parameter #2 [ <optional> ?string $cast = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype IteratorAggregate> final public method getIterator ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Traversable ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method init ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $data = [] ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype JsonSerializable> final public method jsonSerialize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $element ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype ArrayAccess> final public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method remove ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Serializable> final public method serialize ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method toArray ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> final public method toJson ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $options = <default> ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Support\Collection, prototype Serializable> final public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getKeys ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> bool $insensitive = <default> ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection, prototype Phalcon\Support\Collection\CollectionInterface> public method getValues ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method setData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $element ]
+ Parameter #1 [ <required> $value ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method phpJsonEncode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> int $flags = <default> ]
+ Parameter #2 [ <optional> int $depth = <default> ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Support\Collection> protected method processKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $element ]
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Support\Version ] {
- Constants [5] {
@@ -74549,7 +79840,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Url\UrlInterface ]
+ - Return [ Phalcon\Mvc\Url\UrlInterface ]
}
Method [ <internal:phalcon> static public method getValue ] {
@@ -74890,7 +80181,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Tag\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Tag\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -74898,14 +80189,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -75052,7 +80336,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $translate = NULL ]
}
- - Methods [12] {
+ - Methods [13] {
Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -75061,7 +80345,15 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method exists ] {
+ Method [ <internal:phalcon> public method exists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $index ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $index ]
@@ -75178,7 +80470,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ protected $locale = NULL ]
}
- - Methods [23] {
+ - Methods [24] {
Method [ <internal:phalcon> public method getCategory ] {
- Parameters [0] {
@@ -75214,7 +80506,15 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method exists ] {
+ Method [ <internal:phalcon> public method exists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $index ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $index ]
@@ -75384,7 +80684,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Property [ private $triggerError = false ]
}
- - Methods [11] {
+ - Methods [12] {
Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -75393,7 +80693,15 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method exists ] {
+ Method [ <internal:phalcon> public method exists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $index ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method has ] {
- Parameters [1] {
Parameter #0 [ <required> string $index ]
@@ -75479,7 +80787,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Translate\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
+ Class [ <internal:phalcon> class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -75487,14 +80795,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
+ - Static methods [0] {
}
- Properties [4] {
@@ -75816,5222 +81117,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
}
}
- Class [ <internal:phalcon> class Phalcon\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Url\UrlInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [5] {
- Property [ protected $container = NULL ]
- Property [ protected $baseUri = NULL ]
- Property [ protected $basePath = NULL ]
- Property [ protected $router = NULL ]
- Property [ protected $staticBaseUri = NULL ]
- }
-
- - Methods [12] {
- Method [ <internal:phalcon, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?Phalcon\Mvc\RouterInterface $router = <default> ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Url\UrlInterface> public method get ] {
-
- - Parameters [4] {
- Parameter #0 [ <optional> $uri = <default> ]
- Parameter #1 [ <optional> $args = <default> ]
- Parameter #2 [ <optional> ?bool $local = <default> ]
- Parameter #3 [ <optional> $baseUri = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Url\UrlInterface> public method getBasePath ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Url\UrlInterface> public method getBaseUri ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> public method getStatic ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $uri = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> public method getStaticBaseUri ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Url\UrlInterface> public method setBasePath ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $basePath ]
- }
- - Return [ Phalcon\Url\UrlInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Url\UrlInterface> public method setBaseUri ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $baseUri ]
- }
- - Return [ Phalcon\Url\UrlInterface ]
- }
-
- Method [ <internal:phalcon> public method setStaticBaseUri ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $staticBaseUri ]
- }
- - Return [ Phalcon\Url\UrlInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Url\UrlInterface> public method path ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $path = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Di\DiInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
- }
- - Return [ void ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Url\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected $file = NULL ]
- Property [ protected $line = NULL ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Validation\ValidationInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [9] {
- Property [ protected $container = NULL ]
- Property [ protected $combinedFieldsValidators = NULL ]
- Property [ protected $data = NULL ]
- Property [ protected $entity = NULL ]
- Property [ protected $filters = NULL ]
- Property [ protected $labels = NULL ]
- Property [ protected $messages = NULL ]
- Property [ protected $validators = NULL ]
- Property [ protected $values = NULL ]
- }
-
- - Methods [25] {
- Method [ <internal:phalcon> public method getData ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:phalcon> public method setValidators ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $validators ]
- }
- }
-
- Method [ <internal:phalcon, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $validators = [] ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method add ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method appendMessage ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Messages\MessageInterface $message ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method bind ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $entity ]
- Parameter #1 [ <required> $data ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method getEntity ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method getFilters ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method getLabel ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $field ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method getMessages ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Messages\Messages ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method getValidators ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon> public method getValueByEntity ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $entity ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon> public method getValueByData ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method getValue ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method rule ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method rules ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> array $validators ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon> public method setEntity ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $entity ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method setFilters ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $filters ]
- }
- - Return [ Phalcon\Validation\ValidationInterface ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method setLabels ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $labels ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $data = <default> ]
- Parameter #1 [ <optional> $entity = <default> ]
- }
- - Return [ Phalcon\Messages\Messages ]
- }
-
- Method [ <internal:phalcon> protected method preChecking ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $propertyName ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __isset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Di\DiInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Di\DiInterface $container ]
- }
- - Return [ void ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected $file = NULL ]
- Property [ protected $line = NULL ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [2] {
- Property [ protected $mapper = NULL ]
- Property [ protected $services = NULL ]
- }
-
- - Methods [9] {
- Method [ <internal:phalcon, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $services = [] ]
- }
- }
-
- Method [ <internal:phalcon> public method newInstance ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractConfigFactory, prototype Phalcon\Factory\AbstractConfigFactory> protected method getExceptionClass ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getServices ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $services = [] ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfig ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $config ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method checkConfigElement ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $config ]
- Parameter #1 [ <required> string $element ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractConfigFactory> protected method getException ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $message ]
- }
- - Return [ Exception ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Alnum extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Alpha extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Between extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Callback extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Confirmation extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [14] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> final protected method compare ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $a ]
- Parameter #1 [ <required> string $b ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\CreditCard extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field is...' ]
- }
-
- - Methods [14] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> private method verifyByLuhnAlgorithm ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $number ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Date extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field is...' ]
- }
-
- - Methods [14] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> private method checkDate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $value ]
- Parameter #1 [ <required> $format ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Digit extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Email extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Exception extends Phalcon\Exception implements Stringable, Throwable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $service ]
- }
- - Return [ string ]
- }
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected $file = NULL ]
- Property [ protected $line = NULL ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\ExclusionIn extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\File extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ protected $template = NULL ]
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $validators = NULL ]
- }
-
- - Methods [14] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidatorComposite, prototype Phalcon\Validation\ValidatorCompositeInterface> public method getValidators ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidatorComposite, prototype Phalcon\Validation\ValidatorCompositeInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\File\MimeType extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [6] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $messageFileEmpty = 'Field :field mu...' ]
- Property [ protected $messageIniSize = 'File :field exc...' ]
- Property [ protected $messageValid = 'Field :field is...' ]
- Property [ protected $template = 'File :field mus...' ]
- }
-
- - Methods [26] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageFileEmpty ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageIniSize ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageValid ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $size ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\File\Resolution\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [6] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $messageFileEmpty = 'Field :field mu...' ]
- Property [ protected $messageIniSize = 'File :field exc...' ]
- Property [ protected $messageValid = 'Field :field is...' ]
- Property [ protected $template = 'The resolution ...' ]
- }
-
- - Methods [26] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageFileEmpty ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageIniSize ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageValid ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $size ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\File\Resolution\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [6] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $messageFileEmpty = 'Field :field mu...' ]
- Property [ protected $messageIniSize = 'File :field exc...' ]
- Property [ protected $messageValid = 'Field :field is...' ]
- Property [ protected $template = 'File :field exc...' ]
- }
-
- - Methods [26] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageFileEmpty ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageIniSize ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageValid ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $size ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\File\Resolution\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [6] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $messageFileEmpty = 'Field :field mu...' ]
- Property [ protected $messageIniSize = 'File :field exc...' ]
- Property [ protected $messageValid = 'Field :field is...' ]
- Property [ protected $template = 'File :field can...' ]
- }
-
- - Methods [26] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageFileEmpty ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageIniSize ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageValid ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $size ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\File\Size\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [6] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $messageFileEmpty = 'Field :field mu...' ]
- Property [ protected $messageIniSize = 'File :field exc...' ]
- Property [ protected $messageValid = 'Field :field is...' ]
- Property [ protected $template = 'File :field doe...' ]
- }
-
- - Methods [26] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageFileEmpty ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageIniSize ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageValid ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $size ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\File\Size\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [6] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $messageFileEmpty = 'Field :field mu...' ]
- Property [ protected $messageIniSize = 'File :field exc...' ]
- Property [ protected $messageValid = 'Field :field is...' ]
- Property [ protected $template = 'File :field exc...' ]
- }
-
- - Methods [26] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageFileEmpty ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageIniSize ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageValid ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $size ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\File\Size\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [6] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $messageFileEmpty = 'Field :field mu...' ]
- Property [ protected $messageIniSize = 'File :field exc...' ]
- Property [ protected $messageValid = 'Field :field is...' ]
- Property [ protected $template = 'File :field can...' ]
- }
-
- - Methods [26] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageFileEmpty ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageIniSize ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $messageValid ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $size ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Identical extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field do...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\InclusionIn extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Ip extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [2] {
- Constant [ public int VERSION_4 ] { 1048576 }
- Constant [ public int VERSION_6 ] { 2097152 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Numericality extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field do...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\PresenceOf extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field is...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Regex extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field do...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\StringLength extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ protected $template = NULL ]
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $validators = NULL ]
- }
-
- - Methods [14] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidatorComposite, prototype Phalcon\Validation\ValidatorCompositeInterface> public method getValidators ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidatorComposite, prototype Phalcon\Validation\ValidatorCompositeInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\StringLength\Max extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\StringLength\Min extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Uniqueness extends Phalcon\Validation\AbstractCombinedFieldsValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- Property [ private $columnMap = NULL ]
- }
-
- - Methods [16] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> protected method getColumnNameReal ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $record ]
- Parameter #1 [ <required> string $field ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon> protected method isUniqueness ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon> protected method isUniquenessModel ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $record ]
- Parameter #1 [ <required> array $field ]
- Parameter #2 [ <required> array $values ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
- Class [ <internal:phalcon> class Phalcon\Validation\Validator\Url extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [3] {
- Property [ protected $templates = NULL ]
- Property [ protected $options = NULL ]
- Property [ protected $template = 'Field :field mu...' ]
- }
-
- - Methods [13] {
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $options = [] ]
- }
- }
-
- Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $field = <default> ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplates ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplates ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $templates ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method setTemplate ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $template ]
- }
- - Return [ Phalcon\Validation\ValidatorInterface ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> $defaultValue = <default> ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $field ]
- }
- - Return [ ?int ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method prepareLabel ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> string $field ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> protected method allowEmpty ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator> public method messageFactory ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Phalcon\Validation $validation ]
- Parameter #1 [ <required> $field ]
- Parameter #2 [ <optional> array $replacements = [] ]
- }
- - Return [ Phalcon\Messages\Message ]
- }
- }
- }
-
Class [ <internal:phalcon> final class phalcon\0__closure ] {
- Constants [0] {
@@ -81186,8 +81271,11 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
+ - Parameters [4] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <required> $message ]
+ Parameter #2 [ <required> $file ]
+ Parameter #3 [ <required> $line ]
}
}
}
@@ -81210,8 +81298,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $element ]
+ - Parameters [5] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <required> $message ]
+ Parameter #2 [ <required> $file ]
+ Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
@@ -81469,7 +81561,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $action ]
+ Parameter #0 [ <required> $element ]
}
}
}
@@ -81492,11 +81584,8 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [4] {
- Parameter #0 [ <required> $number ]
- Parameter #1 [ <required> $message ]
- Parameter #2 [ <required> $file ]
- Parameter #3 [ <required> $line ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
}
}
}
@@ -81519,12 +81608,8 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0alpha7 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
- Parameter #0 [ <required> $number ]
- Parameter #1 [ <required> $message ]
- Parameter #2 [ <required> $file ]
- Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $action ]
}
}
}
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index 0915a23..c6419f9 100644
--- a/php-phalcon5.spec
+++ b/php-phalcon5.spec
@@ -23,7 +23,7 @@
# after 40-json.ini, 20-pdo.ini, 40-psr.ini
%global ini_name 50-%{pecl_name}.ini
%global upstream_ver 5.0.0
-%global upstream_pre alpha7
+%global upstream_pre beta1
Name: %{?scl_prefix}php-phalcon5
Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}}
@@ -251,6 +251,9 @@ fi
%changelog
+* Sun Dec 26 2021 Remi Collet <remi@remirepo.net> - 5.0.0~beta1-1
+- update to 5.0.0beta1
+
* Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 5.0.0~alpha7-1
- update to 5.0.0alpha7