Пример #1
0
 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);
 }