예제 #1
0
파일: Errors.php 프로젝트: minwork/minwork
 /**
  * Check if there were any errors added
  *
  * @return boolean
  */
 public function hasErrors() : bool
 {
     return !ArrayHelper::isEmpty($this->list);
 }