_customerUrl = $customerUrl; parent::__construct($context, $data); } /** * @return string */ public function getHref() { return $this->_customerUrl->getAccountUrl(); } /** * {@inheritdoc} * @since 101.0.0 */ public function getSortOrder() { return $this->getData(self::SORT_ORDER); } }