getValue()
getValue() : mixed
Get the validator value
Validator interface
setValue(mixed $value) : \Pop\Validator\AbstractValidator
Set the validator value
mixed | $value |
setMessage(string $msg = null) : \Pop\Validator\AbstractValidator
Set the validator default message
string | $msg |
setInput(mixed $input = null) : \Pop\Validator\AbstractValidator
Set the validator input
mixed | $input |