CustomerWriterInterface
in
Interface CustomerWriterInterface
Tags
Table of Contents
- write() : mixed
- Writes customer data.
Methods
write()
Writes customer data.
public
write(CustomerInterface $customer) : mixed
If customer does not exists it will perform an _insert(), otherwise it will perform an _update().
Parameters
- $customer : CustomerInterface
-
Customer.