Interface Phalcon\Validation\ValidatorInterface
Phalcon\Validation\ValidatorInterface initializer
Methods
abstract public mixed isSetOption (string $key)
Checks if an option is defined
abstract public mixed getOption (string $key)
Returns an option in the validator’s options Returns null if the option hasn’t been set
abstract public setOption (string $key, mixed $value)
Sets the validator’s option
abstract public Phalcon\Validation\Message\Group validate (Phalcon\Validator $validator, string $attribute)
Executes the validation
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Validation_ValidatorInterface.html