Documentation

ActivityInvoice extends ActivityInvoice
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
getClientId()  : int
getCurrency()  : Currency|null
Get the value of currency
getEventDate()  : DateTime
Get the value of eventDate
getFromCountry()  : Country|null
Get the value of fromCountry
getHasMissingProduct()  : bool
Get the value of hasMissingProduct
getHasStatusCodeNull()  : bool
Get the value of hasStatusCodeNull
getId()  : int
Get the value of id
getIsCreditNote()  : bool
Get the value of isCreditNote
getIsInvoice()  : bool
Get the value of isInvoice
getMaxStatusCode()  : int|null
Get the value of maxStatusCode
getMinStatusCode()  : int|null
Get the value of minStatusCode
getModule()  : Module
Get the value of module
getMovementClass()  : MovementClass
Get the value of movementClass
getMovementClassId()  : int
Get the value of movementClassId
getMovementPerspective()  : MovementPerspective
Get the value of movementPerspective
getMovementType()  : MovementType
Get the value of movementType
getMovementTypeId()  : int
Get the value of movementTypeId
getSourceType()  : SourceType
Get $sourceType
getSourceTypeId()  : int
Get $sourceTypeId
getToCountry()  : Country|null
Get the value of toCountry
getTransId()  : string
Get $transid
getValue()  : float|null
Get the value of value
getValueEur()  : float|null
Get the value of valueEur
getVatCountry()  : Country|null
Get the value of vatCountry
setClient()  : self
Set the value of client
setCurrency()  : self
Set the value of currency
setEventDate()  : self
Set the value of eventDate
setFromCountry()  : self
Set the value of fromCountry
setHasMissingProduct()  : self
Set the value of hasMissingProduct
setHasStatusCodeNull()  : self
Set the value of hasStatusCodeNull
setIsCreditNote()  : self
Set the value of isCreditNote
setIsInvoice()  : self
Set the value of isInvoice
setMaxStatusCode()  : self
Set the value of maxStatusCode
setMinStatusCode()  : self
Set the value of minStatusCode
setModule()  : self
Set the value of module
setMovementClass()  : self
Set the value of movementClass
setMovementPerspective()  : self
Set the value of movementPerspective
setMovementType()  : self
Set the value of movementType
setSourceType()  : self
Set $sourceType
setToCountry()  : self
Set the value of toCountry
setTransId()  : self
Set $transid
setValue()  : self
Set the value of value
setValueEur()  : self
Set the value of valueEur
setVatCountry()  : self
Set the value of vatCountry

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

$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

Methods

__construct()

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

setHasMissingProduct()

Set the value of hasMissingProduct

public setHasMissingProduct(bool $hasMissingProduct) : self
Parameters
$hasMissingProduct : bool
Return values
self

setHasStatusCodeNull()

Set the value of hasStatusCodeNull

public setHasStatusCodeNull(bool $hasStatusCodeNull) : self
Parameters
$hasStatusCodeNull : bool
Return values
self

setMaxStatusCode()

Set the value of maxStatusCode

public setMaxStatusCode(mixed $maxStatusCode) : self
Parameters
$maxStatusCode : mixed
Return values
self

setMinStatusCode()

Set the value of minStatusCode

public setMinStatusCode(mixed $minStatusCode) : self
Parameters
$minStatusCode : mixed
Return values
self

setMovementPerspective()

Set the value of movementPerspective

public setMovementPerspective(mixed $movementPerspective) : self
Parameters
$movementPerspective : mixed
Return values
self

        
On this page

Search results