Example #1
0
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\Registry $coreRegistry, \Magento\Widget\Model\Widget\InstanceFactory $widgetFactory, \Psr\Log\LoggerInterface $logger, \Magento\Framework\Math\Random $mathRandom, \Magento\Framework\Translate\InlineInterface $translateInline)
 {
     $this->___init();
     parent::__construct($context, $coreRegistry, $widgetFactory, $logger, $mathRandom, $translateInline);
 }