コード例 #1
0
ファイル: Wizard.php プロジェクト: Doability/magento2dev
 protected function indexAction()
 {
     if ($this->isSkipped()) {
         return $this->_redirect('*/amazon_listing/index/');
     }
     return parent::indexAction();
 }
コード例 #2
0
ファイル: Wizard.php プロジェクト: Doability/magento2dev
 protected function initResultPage()
 {
     if (!is_null($this->resultPage)) {
         return;
     }
     parent::initResultPage();
     $this->getResultPage()->setActiveMenu($this->getMenuRootNodeNick());
 }