phpDocumentor

CustomerHistory implements IteratorAggregate

Class CustomerHistory

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$entries  : array<string|int, mixed>
create()  : CustomerHistory
getIterator()  : Traversable|array<string|int, CustomerHistoryEntry>
merge()  : CustomerHistory
toArray()  : array<string|int, mixed>
__construct()  : mixed
sortAscending()  : array<string|int, mixed>

Properties

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>

Search results