Documentation

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
see
Proxy::__setCloner

$__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
see
Proxy::__setInitializer

$__isInitialized__

public bool $__isInitialized__ = false

flag indicating if this object was already initialized

Tags
see
Proxy::__isInitialized

$lazyPropertiesDefaults

public static array<string, mixed> $lazyPropertiesDefaults = array()

default values of properties to be lazy loaded, with keys being the property names

Tags
see
Proxy::__getLazyProperties

$lazyPropertiesNames

public static array<string, null> $lazyPropertiesNames = array()

properties to be lazy loaded, indexed by property name

Methods

__construct()

public __construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
$initializer : Closure|null = null
$cloner : Closure|null = null

getLetterTypeCreatedAt()

Get the value of letterTypeCreatedAt

public getLetterTypeCreatedAt() : DateTime|null
Return values
DateTime|null

getLetterTypeIsInternal()

Get the value of letterTypeIsInternal

public getLetterTypeIsInternal() : bool|null
Return values
bool|null

getLetterTypeLetterType()

Get the value of letterTypeLetterType

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

getLetterTypeUpdatedAt()

Get the value of letterTypeUpdatedAt

public getLetterTypeUpdatedAt() : DateTime|null
Return values
DateTime|null

getSummaryActionCategory()

Get the value of summaryActionCategory

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

setCountryName()

Set the value of countryName

public setCountryName(mixed $countryName) : self
Parameters
$countryName : mixed
Return values
self

setDateReceived()

Set the value of dateReceived

public setDateReceived(mixed $dateReceived) : self
Parameters
$dateReceived : mixed
Return values
self

setLanguage()

Set the value of language

public setLanguage(mixed $language) : self
Parameters
$language : mixed
Return values
self

setLetterId()

Set the value of letterId

public setLetterId(string $letterId) : self
Parameters
$letterId : string
Return values
self

setLetterTypeCountry()

Set the value of letterTypeCountry

public setLetterTypeCountry(mixed $letterTypeCountry) : self
Parameters
$letterTypeCountry : mixed
Return values
self

setLetterTypeCountryId()

Set the value of letterTypeCountryId

public setLetterTypeCountryId(mixed $letterTypeCountryId) : self
Parameters
$letterTypeCountryId : mixed
Return values
self

setLetterTypeCreatedAt()

Set the value of letterTypeCreatedAt

public setLetterTypeCreatedAt(mixed $letterTypeCreatedAt) : self
Parameters
$letterTypeCreatedAt : mixed
Return values
self

setLetterTypeId()

Set the value of letterTypeId

public setLetterTypeId(mixed $letterTypeId) : self
Parameters
$letterTypeId : mixed
Return values
self

setLetterTypeIsInternal()

Set the value of letterTypeIsInternal

public setLetterTypeIsInternal(mixed $letterTypeIsInternal) : self
Parameters
$letterTypeIsInternal : mixed
Return values
self

setLetterTypeLetterType()

Set the value of letterTypeLetterType

public setLetterTypeLetterType(mixed $letterTypeLetterType) : self
Parameters
$letterTypeLetterType : mixed
Return values
self

setLetterTypeUpdatedAt()

Set the value of letterTypeUpdatedAt

public setLetterTypeUpdatedAt(mixed $letterTypeUpdatedAt) : self
Parameters
$letterTypeUpdatedAt : mixed
Return values
self

setStatusLabel()

Set the value of statusLabel

public setStatusLabel(mixed $statusLabel) : self
Parameters
$statusLabel : mixed
Return values
self

setSummaryAction()

Set the value of summaryAction

public setSummaryAction(mixed $summaryAction) : self
Parameters
$summaryAction : mixed
Return values
self

setSummaryActionCategory()

Set the value of summaryActionCategory

public setSummaryActionCategory(mixed $summaryActionCategory) : self
Parameters
$summaryActionCategory : mixed
Return values
self

setSummaryHeader()

Set the value of summaryHeader

public setSummaryHeader(mixed $summaryHeader) : self
Parameters
$summaryHeader : mixed
Return values
self

setSummaryId()

Set the value of summaryId

public setSummaryId(mixed $summaryId) : self
Parameters
$summaryId : mixed
Return values
self

setSummaryReason()

Set the value of summaryReason

public setSummaryReason(mixed $summaryReason) : self
Parameters
$summaryReason : mixed
Return values
self

setTliDownloadUrl()

Set the value of tliDownloadUrl

public setTliDownloadUrl(mixed $tliDownloadUrl) : self
Parameters
$tliDownloadUrl : mixed
Return values
self

setVatjarDownloadUrl()

Set the value of vatjarDownloadUrl

public setVatjarDownloadUrl(mixed $vatjarDownloadUrl) : self
Parameters
$vatjarDownloadUrl : mixed
Return values
self

        
On this page

Search results