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