phpDocumentor

CustomerHistoryEntryDto

Class CustomerHistoryEntryDto

Tags
codeCoverageIgnore

Table of Contents

$customerId  : int
$date  : DateTimeImmutable
$payload  : array<string|int, mixed>
$type  : string
create()  : CustomerHistoryEntryDto
customerId()  : int
date()  : DateTimeImmutable
payload()  : array<string|int, mixed>
type()  : string
__construct()  : mixed

Properties

Methods

__construct()

private __construct(int $customerId, array<string|int, mixed> $payload, string $type, DateTimeImmutable $date) : mixed
Parameters
$customerId : int
$payload : array<string|int, mixed>
$type : string
$date : DateTimeImmutable
Return values
mixed

Search results