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