コード例 #1
0
ファイル: Row.php プロジェクト: laiello/resmania
 /**
  * Returns array of text error messages in selected locale
  *     
  * @return array
  */
 public function getErrors()
 {
     return $this->_validator->getErrors();
 }