$value
$value : mixed
Validator value to test against
Between validator class
__construct(mixed $value = null, string $message = null) : \Pop\Validator\AbstractValidator
Constructor
Instantiate the validator object
| mixed | $value | |
| string | $message | 
setValue(mixed  $value) : \Pop\Validator\AbstractValidator
                Set the validator value
| mixed | $value | 
setMessage(string  $msg = null) : \Pop\Validator\AbstractValidator
                Set the validator condition
| string | $msg | 
setInput(mixed  $input = null) : \Pop\Validator\AbstractValidator
                Set the validator input
| mixed | $input |