예제 #1
0
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\Cache\FrontendInterface $attributeLabelCache, \Magento\Framework\Registry $coreRegistry, \Magento\Framework\View\Result\PageFactory $resultPageFactory)
 {
     $this->___init();
     parent::__construct($context, $attributeLabelCache, $coreRegistry, $resultPageFactory);
 }