phpDocumentor

CustomerIds implements IteratorAggregate

Class CustomerIds

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, int>
__construct()  : mixed
CustomerIds constructor.

Properties

$customerIds

private array<string|int, mixed> $customerIds

Methods

toArray()

public toArray() : array<string|int, int>
Return values
array<string|int, int>

__construct()

CustomerIds constructor.

private __construct(array<string|int, CustomerId$customerIds) : mixed
Parameters
$customerIds : array<string|int, CustomerId>
Return values
mixed

Search results