Exemple #1
0
 /**
  * Returns array of text error messages in selected locale
  *     
  * @return array
  */
 public function getErrors()
 {
     return $this->_validator->getErrors();
 }