Пример #1
0
 /**
  * @param RM_Form_Row $form
  */
 function __construct($form)
 {
     parent::__construct($form);
 }
Пример #2
0
 /**
  * Returns array of text error messages in selected locale
  *     
  * @return array
  */
 public function getErrors()
 {
     return $this->_validator->getErrors();
 }