* Returns all the error messages as an array, including error key. * * * $model->errors->errors(); * * # array( * # "name" => array("Name can't be blank"), * # "state" => array("State is the wrong length (should be 2 chars)") * # ) * * * @param array $closure Closure to fetch the errors in some other format (optional) * This closure ha
($closure=null)
source not stored for this graph (policy: none)
no test coverage detected