run()
run(array $data = null, string $group = null) : boolean
Runs the validation process, returning true/false determining whether or not validation was successful.
Parameters
array | $data | The array of data to validate. |
string | $group | The pre-defined group of rules to apply. |