Class CustomerAddressDeleter

Class CustomerAddressDeleter

This class is used for deleting customer address data

CustomerAddressDeleter implements CustomerAddressDeleterInterface
Package: Customer\Address
Category: System
Implements: CustomerAddressDeleterInterface
Located at Services/Core/Address/CustomerAddressDeleter.inc.php

Methods summary

public __construct( CI_DB_query_builder $dbQueryBuilder )

Constructor of the class CustomerAddressDeleter

public delete( CustomerAddressInterface $customerAddress )
public deleteByCustomer( CustomerInterface $customer )

Properties summary

protected $db : CI_DB_query_builder