CustomerWriterInterface

Extends

Interface CustomerWriterInterface

category

System

package

Customer

subpackage

Interfaces

Methods

Writes customer data.

write(\CustomerInterface $customer) 

If customer does not exists it will perform an _insert(), otherwise it will perform an _update().

Arguments

$customer

\CustomerInterface

Customer.