Example #1
0
 /**
  * @return string
  */
 protected function _toHtml()
 {
     parent::_toHtml();
     return $this->getForm()->getElement('group_fields')->getChildrenHtml();
 }