TaxLetter
extends TaxLetter
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
- Get the value of client
- getCountry() : Country|null
- Get the value of country
- getCountryName() : string|null
- Get the value of countryName
- getDateReceived() : DateTime|null
- Get the value of dateReceived
- getDeleted() : bool
- Get the value of deleted
- getId() : int
- Get the value of id
- getLanguage() : string|null
- Get the value of language
- getLetterId() : string
- Get the value of letterId
- getLetterTypeCountry() : string|null
- Get the value of letterTypeCountry
- getLetterTypeCountryId() : int|null
- Get the value of letterTypeCountryId
- getLetterTypeCreatedAt() : DateTime|null
- Get the value of letterTypeCreatedAt
- getLetterTypeId() : int|null
- Get the value of letterTypeId
- getLetterTypeIsInternal() : bool|null
- Get the value of letterTypeIsInternal
- getLetterTypeLetterType() : string|null
- Get the value of letterTypeLetterType
- getLetterTypeUpdatedAt() : DateTime|null
- Get the value of letterTypeUpdatedAt
- getSource() : string|null
- Get the value of source
- getStatus() : string|null
- Get the value of status
- getStatusLabel() : string|null
- Get the value of statusLabel
- getSummaryAction() : string|null
- Get the value of summaryAction
- getSummaryActionCategory() : string|null
- Get the value of summaryActionCategory
- getSummaryHeader() : string|null
- Get the value of summaryHeader
- getSummaryId() : int|null
- Get the value of summaryId
- getSummaryReason() : string|null
- Get the value of summaryReason
- getTaxLetterStatuses() : array<string|int, TaxLetterStatus>
- Get the value of taxLetterStatuses
- getTliDownloadUrl() : string|null
- Get the value of tliDownloadUrl
- getVatjarDownloadUrl() : string|null
- Get the value of vatjarDownloadUrl
- jsonSerialize() : mixed
- setClient() : self
- Set the value of client
- setCountry() : self
- Set the value of country
- setCountryName() : self
- Set the value of countryName
- setDateReceived() : self
- Set the value of dateReceived
- setDeleted() : self
- Set the value of deleted
- setLanguage() : self
- Set the value of language
- setLetterId() : self
- Set the value of letterId
- setLetterTypeCountry() : self
- Set the value of letterTypeCountry
- setLetterTypeCountryId() : self
- Set the value of letterTypeCountryId
- setLetterTypeCreatedAt() : self
- Set the value of letterTypeCreatedAt
- setLetterTypeId() : self
- Set the value of letterTypeId
- setLetterTypeIsInternal() : self
- Set the value of letterTypeIsInternal
- setLetterTypeLetterType() : self
- Set the value of letterTypeLetterType
- setLetterTypeUpdatedAt() : self
- Set the value of letterTypeUpdatedAt
- setSource() : self
- Set the value of source
- setStatus() : self
- Set the value of status
- setStatusLabel() : self
- Set the value of statusLabel
- setSummaryAction() : self
- Set the value of summaryAction
- setSummaryActionCategory() : self
- Set the value of summaryActionCategory
- setSummaryHeader() : self
- Set the value of summaryHeader
- setSummaryId() : self
- Set the value of summaryId
- setSummaryReason() : self
- Set the value of summaryReason
- setTliDownloadUrl() : self
- Set the value of tliDownloadUrl
- setVatjarDownloadUrl() : self
- Set the value of vatjarDownloadUrl
- toArray() : mixed
- toStdClass() : mixed
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()
Get the value of client
public
getClient() : Client
Return values
ClientgetCountry()
Get the value of country
public
getCountry() : Country|null
Return values
Country|nullgetCountryName()
Get the value of countryName
public
getCountryName() : string|null
Return values
string|nullgetDateReceived()
Get the value of dateReceived
public
getDateReceived() : DateTime|null
Return values
DateTime|nullgetDeleted()
Get the value of deleted
public
getDeleted() : bool
Return values
boolgetId()
Get the value of id
public
getId() : int
Return values
intgetLanguage()
Get the value of language
public
getLanguage() : string|null
Return values
string|nullgetLetterId()
Get the value of letterId
public
getLetterId() : string
Return values
stringgetLetterTypeCountry()
Get the value of letterTypeCountry
public
getLetterTypeCountry() : string|null
Return values
string|nullgetLetterTypeCountryId()
Get the value of letterTypeCountryId
public
getLetterTypeCountryId() : int|null
Return values
int|nullgetLetterTypeCreatedAt()
Get the value of letterTypeCreatedAt
public
getLetterTypeCreatedAt() : DateTime|null
Return values
DateTime|nullgetLetterTypeId()
Get the value of letterTypeId
public
getLetterTypeId() : int|null
Return values
int|nullgetLetterTypeIsInternal()
Get the value of letterTypeIsInternal
public
getLetterTypeIsInternal() : bool|null
Return values
bool|nullgetLetterTypeLetterType()
Get the value of letterTypeLetterType
public
getLetterTypeLetterType() : string|null
Return values
string|nullgetLetterTypeUpdatedAt()
Get the value of letterTypeUpdatedAt
public
getLetterTypeUpdatedAt() : DateTime|null
Return values
DateTime|nullgetSource()
Get the value of source
public
getSource() : string|null
Return values
string|nullgetStatus()
Get the value of status
public
getStatus() : string|null
Return values
string|nullgetStatusLabel()
Get the value of statusLabel
public
getStatusLabel() : string|null
Return values
string|nullgetSummaryAction()
Get the value of summaryAction
public
getSummaryAction() : string|null
Return values
string|nullgetSummaryActionCategory()
Get the value of summaryActionCategory
public
getSummaryActionCategory() : string|null
Return values
string|nullgetSummaryHeader()
Get the value of summaryHeader
public
getSummaryHeader() : string|null
Return values
string|nullgetSummaryId()
Get the value of summaryId
public
getSummaryId() : int|null
Return values
int|nullgetSummaryReason()
Get the value of summaryReason
public
getSummaryReason() : string|null
Return values
string|nullgetTaxLetterStatuses()
Get the value of taxLetterStatuses
public
getTaxLetterStatuses() : array<string|int, TaxLetterStatus>
Return values
array<string|int, TaxLetterStatus>getTliDownloadUrl()
Get the value of tliDownloadUrl
public
getTliDownloadUrl() : string|null
Return values
string|nullgetVatjarDownloadUrl()
Get the value of vatjarDownloadUrl
public
getVatjarDownloadUrl() : string|null
Return values
string|nulljsonSerialize()
public
jsonSerialize() : mixed
setClient()
Set the value of client
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetCountry()
Set the value of country
public
setCountry(mixed $country) : self
Parameters
- $country : mixed
Return values
selfsetCountryName()
Set the value of countryName
public
setCountryName(mixed $countryName) : self
Parameters
- $countryName : mixed
Return values
selfsetDateReceived()
Set the value of dateReceived
public
setDateReceived(mixed $dateReceived) : self
Parameters
- $dateReceived : mixed
Return values
selfsetDeleted()
Set the value of deleted
public
setDeleted(bool $deleted) : self
Parameters
- $deleted : bool
Return values
selfsetLanguage()
Set the value of language
public
setLanguage(mixed $language) : self
Parameters
- $language : mixed
Return values
selfsetLetterId()
Set the value of letterId
public
setLetterId(string $letterId) : self
Parameters
- $letterId : string
Return values
selfsetLetterTypeCountry()
Set the value of letterTypeCountry
public
setLetterTypeCountry(mixed $letterTypeCountry) : self
Parameters
- $letterTypeCountry : mixed
Return values
selfsetLetterTypeCountryId()
Set the value of letterTypeCountryId
public
setLetterTypeCountryId(mixed $letterTypeCountryId) : self
Parameters
- $letterTypeCountryId : mixed
Return values
selfsetLetterTypeCreatedAt()
Set the value of letterTypeCreatedAt
public
setLetterTypeCreatedAt(mixed $letterTypeCreatedAt) : self
Parameters
- $letterTypeCreatedAt : mixed
Return values
selfsetLetterTypeId()
Set the value of letterTypeId
public
setLetterTypeId(mixed $letterTypeId) : self
Parameters
- $letterTypeId : mixed
Return values
selfsetLetterTypeIsInternal()
Set the value of letterTypeIsInternal
public
setLetterTypeIsInternal(mixed $letterTypeIsInternal) : self
Parameters
- $letterTypeIsInternal : mixed
Return values
selfsetLetterTypeLetterType()
Set the value of letterTypeLetterType
public
setLetterTypeLetterType(mixed $letterTypeLetterType) : self
Parameters
- $letterTypeLetterType : mixed
Return values
selfsetLetterTypeUpdatedAt()
Set the value of letterTypeUpdatedAt
public
setLetterTypeUpdatedAt(mixed $letterTypeUpdatedAt) : self
Parameters
- $letterTypeUpdatedAt : mixed
Return values
selfsetSource()
Set the value of source
public
setSource(mixed $source) : self
Parameters
- $source : mixed
Return values
selfsetStatus()
Set the value of status
public
setStatus(mixed $status) : self
Parameters
- $status : mixed
Return values
selfsetStatusLabel()
Set the value of statusLabel
public
setStatusLabel(mixed $statusLabel) : self
Parameters
- $statusLabel : mixed
Return values
selfsetSummaryAction()
Set the value of summaryAction
public
setSummaryAction(mixed $summaryAction) : self
Parameters
- $summaryAction : mixed
Return values
selfsetSummaryActionCategory()
Set the value of summaryActionCategory
public
setSummaryActionCategory(mixed $summaryActionCategory) : self
Parameters
- $summaryActionCategory : mixed
Return values
selfsetSummaryHeader()
Set the value of summaryHeader
public
setSummaryHeader(mixed $summaryHeader) : self
Parameters
- $summaryHeader : mixed
Return values
selfsetSummaryId()
Set the value of summaryId
public
setSummaryId(mixed $summaryId) : self
Parameters
- $summaryId : mixed
Return values
selfsetSummaryReason()
Set the value of summaryReason
public
setSummaryReason(mixed $summaryReason) : self
Parameters
- $summaryReason : mixed
Return values
selfsetTliDownloadUrl()
Set the value of tliDownloadUrl
public
setTliDownloadUrl(mixed $tliDownloadUrl) : self
Parameters
- $tliDownloadUrl : mixed
Return values
selfsetVatjarDownloadUrl()
Set the value of vatjarDownloadUrl
public
setVatjarDownloadUrl(mixed $vatjarDownloadUrl) : self
Parameters
- $vatjarDownloadUrl : mixed
Return values
selftoArray()
public
toArray() : mixed
toStdClass()
public
toStdClass() : mixed