errors() public method

Get the list of validation errors
public errors ( ) : mixed
return mixed
Example #1
0
 /**
  * @return mixed
  */
 public function getValidationErrors()
 {
     return $this->validation->errors();
 }