Example #1
0
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('content') . $this->getChildHtml('start_wizard_button');
 }
Example #2
0
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('description') . $this->getChildHtml('requirements') . $this->getChildHtml('start_wizard_button');
 }
Example #3
0
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('content');
 }