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