Documentation

MovementProduct extends MovementProduct
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
getActivityId()  : int|null
Get $activityId
getActivityInvoice()  : ActivityInvoice|null
Get the value of activityInvoice
getActivityInvoiceId()  : int|null
getAwaitingDelete()  : bool|null
Get $awaitingDelete
getChangeTime()  : DateTime
Get $changeTime
getChannel()  : Channel
Get the value of channel
getChannelId()  : int
getClient()  : Client
getCurrency()  : Currency|null
Get the value of currency
getCurrencyId()  : int|null
getEventDate()  : DateTime
Get $eventDate
getEventTime()  : DateTime
Get $eventTime
getFromCountry()  : Country|null
Get $fromCountry
getFromCountryId()  : int|null
getId()  : int|null
Get $id
getInvoiceNumberId()  : int|null
Get the value of invoiceNumberId
getModule()  : Module
Get the value of module
getModuleId()  : int
getMovementPerspectiveId()  : int
Get $movementPerspectiveId
getMovementTypeId()  : int
Get the value of movementTypeId
getPosition()  : int|null
Get $position
getPrice()  : float|null
Get $price
getProductId()  : int|null
Get $productId
getQuantity()  : int|null
Get $quantity
getSourceId()  : int
Get the value of sourceId
getSourceType()  : SourceType
Get $sourceType
getSourceTypeId()  : int
getStatusCode()  : int|null
Get $statusCode
getStatusCorrection()  : MovementStatusCorrection|null
getToCountry()  : Country|null
Get $toCountry
getToCountryId()  : int|null
getTransId()  : string
Get the value of transId
getUser()  : Client
getUserModule()  : UserModule
getValueEur()  : float|null
Get the value of valueEur
getVatCountry()  : Country|null
Get $vatCountry
getVatCountryId()  : int|null
getVatRate()  : float|null
Get $vatRate
isDigitalService()  : bool
setActivityId()  : self
Set $activityId
setActivityInvoice()  : self
Set the value of activityInvoice
setAwaitingDelete()  : self
Set $awaitingDelete
setChangeTime()  : self
Set $changeTime
setChannel()  : self
Set the value of channel
setClient()  : mixed
setCurrency()  : self
Set the value of currency
setDigitalService()  : void
setEventDate()  : self
Set $eventDate
setEventTime()  : self
Set $eventTime
setFromCountry()  : self
Set $fromCountry
setId()  : self
Set $id
setInvoiceNumberId()  : self
Set the value of invoiceNumberId
setModule()  : self
Set the value of module
setMovementPerspectiveId()  : self
Set $movementPerspectiveId
setMovementTypeId()  : self
Set the value of movementTypeId
setPosition()  : self
Set $position
setPrice()  : self
Set $price
setProductId()  : self
Set $productId
setQuantity()  : self
Set $quantity
setSourceId()  : self
Set the value of sourceId
setSourceType()  : self
Set $sourceType
setStatusCode()  : self
Set $statusCode
setStatusCorrection()  : void
setToCountry()  : self
Set $toCountry
setTransId()  : self
Set the value of transId
setUserModule()  : void
setValueEur()  : self
Set the value of valueEur
setVatCountry()  : self
Set $vatCountry
setVatRate()  : self
Set $vatRate

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

setActivityInvoice()

Set the value of activityInvoice

public setActivityInvoice(mixed $activityInvoice) : self
Parameters
$activityInvoice : mixed
Return values
self

setAwaitingDelete()

Set $awaitingDelete

public setAwaitingDelete(mixed $awaitingDelete) : self
Parameters
$awaitingDelete : mixed

$awaitingDelete

Return values
self

setClient()

public setClient(mixed $client) : mixed
Parameters
$client : mixed

setInvoiceNumberId()

Set the value of invoiceNumberId

public setInvoiceNumberId(mixed $invoiceNumberId) : self
Parameters
$invoiceNumberId : mixed
Return values
self

setMovementPerspectiveId()

Set $movementPerspectiveId

public setMovementPerspectiveId(int $movementPerspectiveId) : self
Parameters
$movementPerspectiveId : int

$movementPerspectiveId

Return values
self

setMovementTypeId()

Set the value of movementTypeId

public setMovementTypeId(int $movementTypeId) : self
Parameters
$movementTypeId : int
Return values
self

        
On this page

Search results