Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AddressBookService
  • CustomerAddress
  • CustomerAddressDeleter
  • CustomerAddressInputValidator
  • CustomerAddressReader
  • CustomerAddressRepository
  • CustomerAddressWriter

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 CoreServices/Address/CustomerAddressDeleter.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $dbQueryBuilder )

Constructor of the class CustomerAddressDeleter

Constructor of the class CustomerAddressDeleter

Parameters

$dbQueryBuilder
public
# delete( CustomerAddressInterface $customerAddress )

Parameters

$customerAddress

Implementation of

CustomerAddressDeleterInterface::delete()
public
# deleteByCustomer( CustomerInterface $customer )

Parameters

$customer

Implementation of

CustomerAddressDeleterInterface::deleteByCustomer()

Properties summary

protected CI_DB_query_builder $db
#
API documentation generated by ApiGen