FilingAlertsEntity
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$clientId
: int
-
$countryName
: string
-
$deadlineDate
: string|null
-
$endDate
: string
-
$entryId
: int
-
$lastCompletedStatus
: string
-
$missingReason
: string
-
$periodId
: int
-
$reportType
: string
-
$startDate
: string
-
$takeover
: bool
Methods
-
__construct()
: mixed
-
getClientId()
: int
-
getCountryName()
: string
-
getDeadlineDate()
: string|null
-
getEndDate()
: string
-
getEntryId()
: int
-
getLastCompletedStatus()
: string
-
getMissingReason()
: string
-
getPeriodId()
: int
-
getReportType()
: string
-
getStartDate()
: string
-
isTakeover()
: bool
-
jsonSerialize()
: array<string|int, mixed>
-
getPeriodLabel()
: mixed
$clientId
private
int
$clientId
$countryName
private
string
$countryName
$deadlineDate
private
string|null
$deadlineDate
$endDate
private
string
$endDate
$entryId
private
int
$entryId
$lastCompletedStatus
private
string
$lastCompletedStatus
$missingReason
private
string
$missingReason
$periodId
private
int
$periodId
$reportType
private
string
$reportType
$startDate
private
string
$startDate
$takeover
private
bool
$takeover
__construct()
public
__construct(mixed $clientId, mixed $entryId, mixed $periodId, mixed $takeover, mixed $startDate, mixed $endDate, mixed $deadlineDate, mixed $lastCompletedStatus, mixed $missingReason, mixed $countryName, mixed $reportType) : mixed
Parameters
-
$clientId
: mixed
-
-
$entryId
: mixed
-
-
$periodId
: mixed
-
-
$takeover
: mixed
-
-
$startDate
: mixed
-
-
$endDate
: mixed
-
-
$deadlineDate
: mixed
-
-
$lastCompletedStatus
: mixed
-
-
$missingReason
: mixed
-
-
$countryName
: mixed
-
-
$reportType
: mixed
-
getClientId()
public
getClientId() : int
getCountryName()
public
getCountryName() : string
getDeadlineDate()
public
getDeadlineDate() : string|null
Return values
string|null
getEndDate()
public
getEndDate() : string
getEntryId()
public
getEntryId() : int
getLastCompletedStatus()
public
getLastCompletedStatus() : string
getMissingReason()
public
getMissingReason() : string
getPeriodId()
public
getPeriodId() : int
getReportType()
public
getReportType() : string
getStartDate()
public
getStartDate() : string
isTakeover()
public
isTakeover() : bool
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
-
throws
-
ORMException
Return values
array<string|int, mixed>
getPeriodLabel()
private
getPeriodLabel() : mixed
-
throws
-
ORMException