Documentation

MovementCredit extends MovementCredit
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
getActivityInvoice()  : ActivityInvoice|null
Get the value of activityInvoice
getActivityInvoiceId()  : int|null
getAwaitingDelete()  : bool|null
getBuyerVatCountry()  : Country|null
getBuyerVatCountryId()  : int|null
getBuyerVatId()  : string|null
getChangeTime()  : DateTime
getChannel()  : Channel
Get the value of channel
getChannelId()  : int
getClient()  : Client|null
Get $client
getClientId()  : int
getCurrency()  : Currency|null
getCurrencyId()  : int|null
getDiscount()  : float|null
getEventDate()  : DateTime
getEventTime()  : DateTime
getExportOutsideEu()  : bool|null
Get the value of exportOutsideEu
getFromBillCountry()  : Country|null
getFromBillCountryId()  : int|null
getFromCountry()  : Country|null
getFromCountryId()  : int|null
getFromVatidValidationStatusId()  : int|null
getId()  : int|null
getInvoiceNumberId()  : int|null
getInvoiceNumberString()  : mixed
getIsCreditNote()  : bool|null
getLinkedMovementCredit()  : MovementCredit|null
getLinkedMovementCreditId()  : int|null
getModule()  : Module
Get the value of module
getMovementPerspectiveId()  : int
Get $movementPerspectiveId
getMovementTypeId()  : int
Get the value of movementTypeId
getPosition()  : int|null
getPreventScenario()  : bool|null
getPrice()  : float|null
getProductId()  : int|null
getQuantity()  : int|null
getSalesChannel()  : string|null
getSellerVatCountry()  : Country|null
getSellerVatCountryId()  : int|null
getSellerVatId()  : string|null
getShipPrice()  : float|null
getSourceId()  : int|null
getSourceType()  : SourceType
Get $sourceType
getSourceTypeId()  : int
getStatusCode()  : int|null
getStatusCorrection()  : MovementStatusCorrection|null
getToBillCountry()  : Country|null
getToBillCountryId()  : int|null
getToCountry()  : Country|null
getToCountryId()  : int|null
getToVatidValidationStatusId()  : int|null
getTransId()  : string
Get the value of transId
getUser()  : Client|null
getUserId()  : int|null
getUserModule()  : UserModule
getValueEur()  : float|null
getVatCountry()  : Country|null
getVatCountryId()  : int|null
getVatRate()  : float|null
isDigitalService()  : bool
isInvoice()  : bool|null
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
setActivityId()  : void
setActivityInvoice()  : self
Set the value of activityInvoice
setAwaitingDelete()  : void
setBuyerVatCountry()  : void
setBuyerVatId()  : void
setChangeTime()  : void
setChannel()  : self
Set the value of channel
setClient()  : self
Set $client
setCurrency()  : void
setDigitalService()  : void
setDiscount()  : void
setEventDate()  : void
setEventTime()  : void
setExportOutsideEu()  : self
Set the value of exportOutsideEu
setFromBillCountry()  : void
setFromCountry()  : void
setFromVatidValidationStatusId()  : void
setId()  : void
setInvoiceNumberId()  : void
setInvoiceNumberString()  : void
setIsCreditNote()  : void
setIsInvoice()  : void
setLinkedMovementCredit()  : void
setLinkedMovementCreditId()  : void
setModule()  : self
Set the value of module
setMovementPerspectiveId()  : self
Set $movementPerspectiveId
setMovementTypeId()  : self
Set the value of movementTypeId
setPosition()  : void
setPreventScenario()  : void
setPrice()  : void
setProductId()  : void
setQuantity()  : void
setSalesChannel()  : void
setSellerVatCountry()  : void
setSellerVatId()  : void
setShipPrice()  : void
setSourceId()  : void
setSourceType()  : self
Set $sourceType
setStatusCode()  : void
setStatusCorrection()  : void
setToBillCountry()  : void
setToCountry()  : void
setToVatidValidationStatusId()  : void
setTransId()  : self
Set the value of transId
setUser()  : MovementCredit
setUserModule()  : void
setValueEur()  : void
setVatCountry()  : void
setVatRate()  : void

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

jsonSerialize()

Specify data which should be serialized to JSON

public jsonSerialize() : mixed
Return values
mixed

data which can be serialized by json_encode, which is a value of any type other than a resource.

setActivityInvoice()

Set the value of activityInvoice

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

setExportOutsideEu()

Set the value of exportOutsideEu

public setExportOutsideEu(mixed $exportOutsideEu) : self
Parameters
$exportOutsideEu : mixed
Return values
self

setFromVatidValidationStatusId()

public setFromVatidValidationStatusId(int|null $fromVatidValidationStatusId) : void
Parameters
$fromVatidValidationStatusId : int|null

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

setToVatidValidationStatusId()

public setToVatidValidationStatusId(int|null $toVatidValidationStatusId) : void
Parameters
$toVatidValidationStatusId : int|null

        
On this page

Search results