예제 #1
0
파일: Row.php 프로젝트: laiello/resmania
 /**
  * Returns array of text error messages in selected locale
  *     
  * @return array
  */
 public function getErrors()
 {
     return $this->_validator->getErrors();
 }