예제 #1
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_store = $this->_storeManager->getStore();
 }
예제 #2
0
 public function __construct(Context $context, CustomerSession $customerSession, CheckoutSession $checkoutSession, \Magento\Sales\Model\Config $salesConfig, array $layoutProcessors, array $data)
 {
     parent::__construct($context, $customerSession, $checkoutSession, $salesConfig, $layoutProcessors, $data);
 }