Interfaces, Classes, Traits and Enums
- DomainObjectInterface
Table of Contents
-
$amountRefunded
: int
-
$created
: DateTimeImmutable
-
$depositDate
: DateTimeImmutable|null
-
$depositId
: DepositId|null
-
$description
: string
-
$id
: RefundId
-
$reason
: string
-
__construct()
: mixed
-
amountRefunded()
: int
-
created()
: DateTimeImmutable
-
depositDate()
: DateTimeImmutable|null
-
depositId()
: DepositId|null
-
description()
: string
-
id()
: RefundId
-
reason()
: string
$amountRefunded
private
int
$amountRefunded
$created
private
DateTimeImmutable
$created
$depositDate
private
DateTimeImmutable|null
$depositDate
$depositId
private
DepositId|null
$depositId
$description
private
string
$description
$id
private
RefundId
$id
$reason
private
string
$reason
__construct()
public
__construct(RefundId $id, string $reason, DateTimeImmutable $created, DepositId|null $depositId, string $description, DateTimeImmutable|null $depositDate, int $amountRefunded) : mixed
Parameters
-
$id
: RefundId
-
-
$reason
: string
-
-
$created
: DateTimeImmutable
-
-
$depositId
: DepositId|null
-
-
$description
: string
-
-
$depositDate
: DateTimeImmutable|null
-
-
$amountRefunded
: int
-
-
codeCoverageIgnore
-
Return values
mixed
—
amountRefunded()
public
amountRefunded() : int
Return values
int
—
created()
public
created() : DateTimeImmutable
Return values
DateTimeImmutable
—
depositDate()
public
depositDate() : DateTimeImmutable|null
Return values
DateTimeImmutable|null
—
depositId()
public
depositId() : DepositId|null
Return values
DepositId|null
—
description()
public
description() : string
Return values
string
—
id()
public
id() : RefundId
Return values
RefundId
—
reason()
public
reason() : string
Return values
string
—