Class RecursiveValidator
Validates that each of the elements of an array pass a validator.
- Flikore\Validator\Validator implements Flikore\Validator\Interfaces\IValidator
- Flikore\Validator\Validators\RecursiveValidator
Namespace: Flikore\Validator\Validators
Package: Flikore\Validator
Copyright: (c) 2014, George Marques
License: MIT
Author: George Marques <george at georgemarques.com.br>
Version: 0.5.2
Since: 0.4.0
CustomKey: %arrKey% The array key that failed the validation (only after validating).
Located at Flikore/Validator/Validators/RecursiveValidator.php
Package: Flikore\Validator
Copyright: (c) 2014, George Marques
License: MIT
Author: George Marques <george at georgemarques.com.br>
Version: 0.5.2
Since: 0.4.0
CustomKey: %arrKey% The array key that failed the validation (only after validating).
Located at Flikore/Validator/Validators/RecursiveValidator.php
Methods summary
public
|
#
__construct(
Creates a new Recursive Validator. |
protected
boolean
|
Methods inherited from Flikore\Validator\Validator
addKeyValue()
,
applyTemplate()
,
assert()
,
getErrorMessage()
,
isEmpty()
,
setErrorMessage()
,
validate()
Magic methods summary
Properties summary
protected
|
$validator |
#
Stores the validator used to check the values. |
protected
string
|
$message |
#
The error message for this validator. |