Method | Description | |
---|---|---|
check ( mixed $value, boolean $silent = false ) : mixed | Cleans and returns the $value. |
Method | Description | |
---|---|---|
clean ( mixed $value ) | Internallly cleans and return the $value. | |
fail ( |
Makes the validator fail: if silent, null is returned, otherwise an exception is raised. |