_customerSession = $customerSession; } /** * {@inheritdoc} */ public function getUserId() { return $this->_customerSession->getId(); } /** * {@inheritdoc} */ public function getUserType() { return UserContextInterface::USER_TYPE_CUSTOMER; } }