CustomerWriteService
in
Interface CustomerWriteService
Table of Contents
- deleteCustomers() : void
- Deletes customers based on the given customer IDs.
- deleteOutdatedGuestAccounts() : void
- Deletes all outdated guests customers (the ones without an active session).
- storeCustomers() : void
- Stores multiple customers.
Methods
deleteCustomers()
Deletes customers based on the given customer IDs.
public
deleteCustomers(int ...$ids) : void
Parameters
- $ids : int
Tags
Return values
void —deleteOutdatedGuestAccounts()
Deletes all outdated guests customers (the ones without an active session).
public
deleteOutdatedGuestAccounts() : void
Return values
void —storeCustomers()
Stores multiple customers.
public
storeCustomers(Customer ...$customers) : void
Parameters
- $customers : Customer