Class All
Check if all of the element in the input is valid by all specified rules
- Wei\Base
-
Wei\Validator\BaseValidator
-
Wei\Validator\All
public
boolean
|
#
__invoke( array|
Check if all of the element in the input is valid by all specified rules |
protected
boolean
|
|
public
array
|
addError(),
getErrors(),
getFirstMessage(),
getJoinedMessage(),
getName(),
hasError(),
isString(),
isValid(),
loadTranslationMessages(),
setMessages(),
setName(),
storeOption()
|
__call(),
__construct(),
__get(),
getOption(),
setOption()
|
t()
|
protected
string
|
$notArrayMessage
|
#
'%name% must be of type array'
|
protected
string
|
$invalidMessage
This message is just a placeholder, would not display to user |
#
'Some of the items is not valid'
|
protected
string
|
$itemName
|
#
'%name%\'s %index% item'
|
protected
array
|
$rules
|
#
array()
|
protected
array
|
$validators
The invalid validators |
#
array()
|
$errors,
$name,
$negative,
$negativeMessage,
$notStringMessage,
$validator
|
$providers,
$wei
|
$t
|