コード例 #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();
 }