Esempio n. 1
0
 public function __construct($name, $form)
 {
     parent::__construct($name);
     $this->_form = $form;
 }
Esempio n. 2
0
 public function addFormField(YFormField $form_field)
 {
     $this[$form_field->getName()] = $form_field;
     return $this;
 }