phpDocumentor

CustomerAddressRepository implements CustomerAddressRepository

Class CustomerAddressRepository

Interfaces, Classes and Traits

CustomerAddressRepository
Interface CustomerAddressRepository

Table of Contents

$mapper  : CustomerAddressMapper
$reader  : CustomerAddressReader
$writer  : CustomerAddressWriter
__construct()  : mixed
createCustomerAddress()  : CustomerAddressId
Creates a new customer address and returns its ID.
createCustomerAddresses()  : CustomerAddressIds
Creates multiple new customer address and returns its ID.
deleteCustomerAddress()  : void
getAddresses()  : CustomerAddresses
Returns the addresses of a customer
getStateId()  : int
storeCustomerAddresses()  : void
Stores multiple customer addresses.

Properties

Methods

createCustomerAddresses()

Creates multiple new customer address and returns its ID.

public createCustomerAddresses(array<string|int, mixed> ...$creationArguments) : CustomerAddressIds
Parameters
$creationArguments : array<string|int, mixed>
Tags
inheritDoc
Return values
CustomerAddressIds

getStateId()

public getStateId(string $countryIsoCode, string $stateName) : int
Parameters
$countryIsoCode : string
$stateName : string
Tags
inheritDoc
Return values
int

Search results