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