RecordDto
Table of Contents
Methods
-
__construct()
: mixed
-
fromOrmArray()
: self
-
isAnyIncomingChannel()
: bool|null
-
isIncomingChannel()
: bool
-
minDeadline()
: DateTime|null
-
minLightTime()
: DateTime|null
__construct()
public
__construct(DateTime|null $minDeadline, DateTime|null $minLightTime, bool $isIncomingChannel, bool|null $anyIncomingChannel) : mixed
Parameters
-
$minDeadline
: DateTime|null
-
-
$minLightTime
: DateTime|null
-
-
$isIncomingChannel
: bool
-
-
$anyIncomingChannel
: bool|null
-
fromOrmArray()
public
static fromOrmArray(array<string|int, mixed> $existedRecord) : self
Parameters
-
$existedRecord
: array<string|int, mixed>
-
isAnyIncomingChannel()
public
isAnyIncomingChannel() : bool|null
isIncomingChannel()
public
isIncomingChannel() : bool
minDeadline()
public
minDeadline() : DateTime|null
minLightTime()
public
minLightTime() : DateTime|null