コード例 #1
0
 public function __construct(\Magento\Framework\App\Action\Context $context, \Magento\Customer\Model\Session $customerSession, \Magento\Framework\View\Result\PageFactory $resultPageFactory)
 {
     $this->___init();
     parent::__construct($context, $customerSession, $resultPageFactory);
 }