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