/** * @inheritdoc */ public function run() { echo $this->contentBefore; echo $this->renderFieldSet(); echo $this->contentAfter; echo Html::endTag($this->_tag); parent::run(); }
/** * @inheritdoc */ public function run() { echo $this->renderFieldSet(); echo Html::endTag($this->_tag); parent::run(); }