customerUrl = $customerUrl; parent::__construct($context, $data); } /** * Get login URL * * @return string */ public function getLoginUrl() { return $this->customerUrl->getLoginUrl(); } }