예제 #1
0
 public function __construct(\Magento\Framework\App\Response\RedirectInterface $redirect, \Magento\Backend\Model\UrlInterface $urlBuilder, \Magento\Backend\Model\Session $session, \Magento\Framework\App\ActionFlag $actionFlag)
 {
     $this->___init();
     parent::__construct($redirect, $urlBuilder, $session, $actionFlag);
 }