コード例 #1
0
ファイル: Interceptor.php プロジェクト: rustamveer/magento2
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\Registry $coreRegistry)
 {
     $this->___init();
     parent::__construct($context, $coreRegistry);
 }