phpDocumentor

CustomerAddressReader

Class CustomerAddressReader

Table of Contents

$connection  : Connection
__construct()  : mixed
getCustomerAddresses()  : array<string|int, mixed>
getDefaultAddress()  : array<string|int, mixed>
Returns the default address of a customer
getStateId()  : int
createQueryBuilderForDefaultAddresses()  : QueryBuilder

Properties

Methods

__construct()

public __construct(Connection $connection) : mixed
Parameters
$connection : Connection
Return values
mixed

getStateId()

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

createQueryBuilderForDefaultAddresses()

private createQueryBuilderForDefaultAddresses() : QueryBuilder
Return values
QueryBuilder

Search results