Entry
extends Entry
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Properties
- $__cloner__ : Closure
- $__initializer__ : Closure
- $__isInitialized__ : bool
- $lazyPropertiesDefaults : array<string, mixed>
- $lazyPropertiesNames : array<string, null>
Methods
- __clone() : mixed
- __construct() : mixed
- __load() : mixed
- Forces initialization of the proxy
- __sleep() : array<string|int, mixed>
- __wakeup() : mixed
- getClient() : Client
- getCountry() : Country|null
- getCurrency() : mixed
- {@inheritDoc}
- getDataReceivedJson() : array<string|int, mixed>|null
- getDeadlineDate() : DateTime|null
- getEndDate() : DateTime|null
- getEntryEntryEvents() : array<string|int, EntryEntryEvent>|null
- Get $entryEntryEvent
- getEntryPasts() : Collection<string|int, EntryPast>|null
- getEntryReport() : EntryReport|null
- getFormattedEndDate() : string
- getFormattedStartDate() : string
- getId() : int|null
- getNeedPay() : bool|null
- getOnHoldDateTime() : DateTime|null
- getPeriod() : Period|null
- getReport() : Report|null
- getReportObligation() : ReportObligation|null
- getReportType() : ReportType|null
- getStartDate() : DateTime|null
- getUncoverDateTime() : DateTime
- getUser() : Client|null
- setClient() : self
- setCountry() : void
- setDataReceivedJson() : void
- setDeadlineDate() : void
- setEndDate() : void
- setEntryEntryEvents() : void
- setEntryPasts() : void
- setEntryReport() : void
- setId() : void
- setNeedPay() : void
- setOnHoldDateTime() : void
- setPeriod() : void
- setReport() : void
- setReportObligation() : void
- setReportType() : void
- setStartDate() : void
- setUncoverDateTime() : void
- setUser() : void
Properties
$__cloner__
public
Closure
$__cloner__
the callback responsible of loading properties that need to be copied in the cloned object
Tags
$__initializer__
public
Closure
$__initializer__
the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.
Tags
$__isInitialized__
public
bool
$__isInitialized__
= false
flag indicating if this object was already initialized
Tags
$lazyPropertiesDefaults
public
static array<string, mixed>
$lazyPropertiesDefaults
= array()
default values of properties to be lazy loaded, with keys being the property names
Tags
$lazyPropertiesNames
public
static array<string, null>
$lazyPropertiesNames
= array()
properties to be lazy loaded, indexed by property name
Methods
__clone()
public
__clone() : mixed
__construct()
public
__construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
- $initializer : Closure|null = null
- $cloner : Closure|null = null
__load()
Forces initialization of the proxy
public
__load() : mixed
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__wakeup()
public
__wakeup() : mixed
getClient()
public
getClient() : Client
Return values
ClientgetCountry()
public
getCountry() : Country|null
Return values
Country|nullgetCurrency()
{@inheritDoc}
public
getCurrency() : mixed
getDataReceivedJson()
public
getDataReceivedJson() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetDeadlineDate()
public
getDeadlineDate() : DateTime|null
Return values
DateTime|nullgetEndDate()
public
getEndDate() : DateTime|null
Return values
DateTime|nullgetEntryEntryEvents()
Get $entryEntryEvent
public
getEntryEntryEvents() : array<string|int, EntryEntryEvent>|null
Return values
array<string|int, EntryEntryEvent>|nullgetEntryPasts()
public
getEntryPasts() : Collection<string|int, EntryPast>|null
Return values
Collection<string|int, EntryPast>|nullgetEntryReport()
public
getEntryReport() : EntryReport|null
Return values
EntryReport|nullgetFormattedEndDate()
public
getFormattedEndDate() : string
Return values
stringgetFormattedStartDate()
public
getFormattedStartDate() : string
Return values
stringgetId()
public
getId() : int|null
Return values
int|nullgetNeedPay()
public
getNeedPay() : bool|null
Return values
bool|nullgetOnHoldDateTime()
public
getOnHoldDateTime() : DateTime|null
Return values
DateTime|nullgetPeriod()
public
getPeriod() : Period|null
Return values
Period|nullgetReport()
public
getReport() : Report|null
Return values
Report|nullgetReportObligation()
public
getReportObligation() : ReportObligation|null
Return values
ReportObligation|nullgetReportType()
public
getReportType() : ReportType|null
Return values
ReportType|nullgetStartDate()
public
getStartDate() : DateTime|null
Return values
DateTime|nullgetUncoverDateTime()
public
getUncoverDateTime() : DateTime
Return values
DateTimegetUser()
public
getUser() : Client|null
Return values
Client|nullsetClient()
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetCountry()
public
setCountry(Country|null $country) : void
Parameters
- $country : Country|null
setDataReceivedJson()
public
setDataReceivedJson(EntryDataReceived|null $dataReceivedJson) : void
Parameters
- $dataReceivedJson : EntryDataReceived|null
setDeadlineDate()
public
setDeadlineDate(DateTime|null $deadlineDate) : void
Parameters
- $deadlineDate : DateTime|null
setEndDate()
public
setEndDate(DateTime|null $endDate) : void
Parameters
- $endDate : DateTime|null
setEntryEntryEvents()
public
setEntryEntryEvents(array<string|int, mixed>|null $entryEntryEvents) : void
Parameters
- $entryEntryEvents : array<string|int, mixed>|null
setEntryPasts()
public
setEntryPasts(Collection|null $entryPasts) : void
Parameters
- $entryPasts : Collection|null
setEntryReport()
public
setEntryReport(EntryReport|null $entryReport) : void
Parameters
- $entryReport : EntryReport|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setNeedPay()
public
setNeedPay(bool|null $needPay) : void
Parameters
- $needPay : bool|null
setOnHoldDateTime()
public
setOnHoldDateTime(DateTime|null $onHoldDateTime) : void
Parameters
- $onHoldDateTime : DateTime|null
setPeriod()
public
setPeriod(Period|null $period) : void
Parameters
- $period : Period|null
setReport()
public
setReport(Report|null $report) : void
Parameters
- $report : Report|null
setReportObligation()
public
setReportObligation(ReportObligation|null $reportObligation) : void
Parameters
- $reportObligation : ReportObligation|null
setReportType()
public
setReportType(ReportType|null $reportType) : void
Parameters
- $reportType : ReportType|null
setStartDate()
public
setStartDate(DateTime|null $startDate) : void
Parameters
- $startDate : DateTime|null
setUncoverDateTime()
public
setUncoverDateTime(DateTime|null $uncoverDateTime) : void
Parameters
- $uncoverDateTime : DateTime|null
setUser()
public
setUser(Client|null $client) : void
Parameters
- $client : Client|null