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