CustomerMemos
in package
implements
IteratorAggregate
Class Customers
Tags
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
create()
public
static create(CustomerMemo ...$customerMemos) : CustomerMemos
Parameters
- $customerMemos : CustomerMemo
Return values
CustomerMemos —getIterator()
public
getIterator() : Traversable|CustomerMemo
Return values
Traversable|CustomerMemo —[]
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>