コード例 #1
0
ファイル: Interceptor.php プロジェクト: prachicis/test_res
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Config\Model\Config\Structure $configStructure, \Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, \Magento\Config\Model\Config $backendConfig, \Magento\Backend\Model\View\Result\ForwardFactory $resultForwardFactory)
 {
     $this->___init();
     parent::__construct($context, $configStructure, $sectionChecker, $backendConfig, $resultForwardFactory);
 }