Example #1
0
 /**
  * return errors
  *
  * @return	array errors
  */
 public function getErrors()
 {
     return $this->form->getErrorManager()->getErrors($this);
 }