Method |
Description |
|
getCondition ( ) : boolean |
Method to get the validator condition |
|
getInput ( ) : mixed |
Method to get the validator input |
|
getMessage ( ) : boolean |
Method to get the validator default message |
|
getValue ( ) : mixed |
Method to get the validator value |
|
setCondition ( boolean $condition ) : Validator |
Method to set the validator condition |
|
setInput ( mixed $input ) : Validator |
Method to set the validator input |
|
setMessage ( string $message ) : Validator |
Method to set the validator default message |
|
setValue ( mixed $value ) : Validator |
Method to set the validator value |
|