Example #1
0
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Catalog\Controller\Adminhtml\Product\Builder $productBuilder, \Magento\Framework\View\Result\PageFactory $resultPageFactory)
 {
     $this->___init();
     parent::__construct($context, $productBuilder, $resultPageFactory);
 }