Documentation

FilingAlertsEntity
in package
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

Properties

Methods

__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

getDeadlineDate()

public getDeadlineDate() : string|null
Return values
string|null

getLastCompletedStatus()

public getLastCompletedStatus() : string
Return values
string

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
throws
ORMException
Return values
array<string|int, mixed>

        
On this page

Search results