CustomerAddresses
in package
implements
IteratorAggregate
Class CustomerAddresses
Interfaces, Classes and Traits
- IteratorAggregate
Table of Contents
- $customerAddressIds : array<string|int, mixed>
- create() : CustomerAddresses
- getIterator() : Traversable|array<string|int, CustomerAddress>
- toArray() : array<string|int, mixed>
- __construct() : mixed
- CustomerAddresses constructor.
Properties
$customerAddressIds
private
array<string|int, mixed>
$customerAddressIds
Methods
create()
public
static create(CustomerAddress ...$customerAddresses) : CustomerAddresses
Parameters
- $customerAddresses : CustomerAddress
Return values
CustomerAddresses —getIterator()
public
getIterator() : Traversable|array<string|int, CustomerAddress>
Return values
Traversable|array<string|int, CustomerAddress> —toArray()
public
toArray([string $datetimeFormat = 'Y-m-d H:i:s' ]) : array<string|int, mixed>
Parameters
- $datetimeFormat : string = 'Y-m-d H:i:s'
Return values
array<string|int, mixed> —__construct()
CustomerAddresses constructor.
private
__construct(array<string|int, CustomerAddress> $customerAddressIds) : mixed
Parameters
- $customerAddressIds : array<string|int, CustomerAddress>