Beispiel #1
0
 /**
  * Return is exists errors
  *
  * @return boolean
  */
 public function hasErrors()
 {
     return $this->validator->hasErrors();
 }