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