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