コード例 #1
0
ファイル: Welcome.php プロジェクト: xiaoguizhidao/beut
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('content') . $this->getChildHtml('start_wizard_button');
 }
コード例 #2
0
ファイル: Welcome.php プロジェクト: technomagegithub/magento
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('description') . $this->getChildHtml('requirements') . $this->getChildHtml('start_wizard_button');
 }
コード例 #3
0
ファイル: Welcome.php プロジェクト: xiaoguizhidao/beut
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('content');
 }