CustomerAddressIds
in package
implements
IteratorAggregate
Class CustomerAddressIds
Interfaces, Classes and Traits
- IteratorAggregate
Table of Contents
- $customerAddressIds : array<string|int, mixed>
- create() : CustomerAddressIds
- getIterator() : Traversable|array<string|int, CustomerAddressId>
- toArray() : array<string|int, mixed>
- __construct() : mixed
- CustomerAddressIds constructor.
Properties
$customerAddressIds
private
array<string|int, mixed>
$customerAddressIds
Methods
create()
public
static create(CustomerAddressId ...$customerAddressIds) : CustomerAddressIds
Parameters
- $customerAddressIds : CustomerAddressId
Return values
CustomerAddressIds —getIterator()
public
getIterator() : Traversable|array<string|int, CustomerAddressId>
Return values
Traversable|array<string|int, CustomerAddressId> —toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed> —__construct()
CustomerAddressIds constructor.
private
__construct(array<string|int, CustomerAddressId> $customerAddressIds) : mixed
Parameters
- $customerAddressIds : array<string|int, CustomerAddressId>