Documentation

Allocation
in package
implements DomainObjectInterface

Tags

Interfaces, Classes, Traits and Enums

DomainObjectInterface

Table of Contents

$amount  : int
$backdate  : DateTimeImmutable
$fundId  : FundId
$locationId  : ThubLocationId
__construct()  : mixed
amount()  : int
backdate()  : DateTimeImmutable
fundId()  : FundId
locationId()  : ThubLocationId

Properties

$backdate

private DateTimeImmutable $backdate
Tags

Methods

__construct()

public __construct(int $amount, DateTimeImmutable $backdate, FundId $fundId, ThubLocationId $locationId) : mixed
Parameters
$amount : int
$backdate : DateTimeImmutable
$fundId : FundId
$locationId : ThubLocationId
Tags
throws
Exception
Return values
mixed

amount()

public amount() : int
Tags
codeCoverageIgnore
Return values
int

backdate()

public backdate() : DateTimeImmutable
Tags
codeCoverageIgnore
Return values
DateTimeImmutable

Search results