CodeExplorer getCustomerRecovery example
return $this->shopName;
} public function getCustomer(): ?CustomerEntity
{ return $this->customerRecovery->
getCustomer();
} public function getCustomerId(): string
{ return $this->
getCustomerRecovery()->
getCustomerId();
} public function getCustomerRecoveryId(): string
{ return $this->customerRecovery->
getId();
}}