Class CustomerWriter
Class CustomerWriter
This class is used for writing customer data to the database
- CustomerWriter implements CustomerWriterInterface
Package: Customer
Category: System
Implements: CustomerWriterInterface
Located at Services/Core/Customer/CustomerWriter.inc.php
Category: System
Implements: CustomerWriterInterface
Located at Services/Core/Customer/CustomerWriter.inc.php
Methods summary
protected
_insert( CustomerInterface $customer )
Helper method to insert customer data into the database.
protected
_update( CustomerInterface $customer )
Helper method to update customer data in the database.