phpDocumentor

CustomerMemoIds implements IteratorAggregate

Class CustomerMemoIds

Tags
codeCoverageIgnore

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

Methods

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>
Return values
mixed

Search results