phpDocumentor

CustomerMemos implements IteratorAggregate

Class Customers

Tags
codeCoverageIgnore

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$customerMemos  : array<string|int, mixed>
create()  : CustomerMemos
getIterator()  : Traversable|CustomerMemo
toArray()  : array<string|int, mixed>
__construct()  : mixed
CustomerMemo s constructor.

Properties

$customerMemos

private array<string|int, mixed> $customerMemos

Methods

toArray()

public toArray([string $datetimeFormat = 'Y-m-d H:i:s' ]) : array<string|int, mixed>
Parameters
$datetimeFormat : string = 'Y-m-d H:i:s'
Return values
array<string|int, mixed>

__construct()

CustomerMemo s constructor.

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

Search results