Interface CustomerRepositoryInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
deleteGuestByEmail(\CustomerEmailInterface $email)
getGuestByEmail(\CustomerEmailInterface $email) : \Customer|null
getRegistreeByEmail(\CustomerEmailInterface $email) : \Customer|null
store(\CustomerInterface $customer)