Report
extends Report
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Constants
- PROGRESS_STATUS_DONE = 2
- PROGRESS_STATUS_ERROR = -1
- PROGRESS_STATUS_ERROR_CAN_NOT_GENERATE = -2
- PROGRESS_STATUS_IN_PROGRESS = 1
- PROGRESS_STATUS_INIT = 0
- PROGRESS_STATUS_QUALITY_CHECK_ERROR = -3
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
- export() : array<string|int, ExportField>
- getCurrency() : mixed
- getEntry() : Entry|null
- getErrors() : string|null
- getFakeFileName() : string|null
- getGenerateDoneDateTime() : DateTime|null
- getGenerateStartDateTime() : DateTime|null
- getHumanCheckDateTime() : DateTime|null
- getHumanFileName() : string|null
- getId() : int|null
- getInProgress() : bool|null
- getLinesCount() : int|null
- getMessage() : string|null
- getMessageGroupType() : int|null
- getNetAmount() : float|null
- getProgressStatusCode() : int|null
- getProgressStatusLabel() : string|null
- getRequestDateTime() : DateTime|null
- getSummary() : array<string|int, mixed>|null
- Get the value of summary
- getUpdateDateTime() : DateTime|null
- getVatAmount() : float|null
- getWorkFileName() : string|null
- getXmlFileName() : string|null
- setEntry() : void
- setErrors() : void
- setFakeFileName() : void
- setGenerateDoneDateTime() : void
- setGenerateStartDateTime() : void
- setHumanCheckDateTime() : void
- setHumanFileName() : void
- setId() : void
- setInProgress() : void
- setLinesCount() : void
- setMessage() : void
- setMessageGroupType() : void
- setNetAmount() : void
- setProgressStatusCode() : void
- setProgressStatusLabel() : void
- setRequestDateTime() : void
- setSummary() : self
- Set the value of summary
- setUpdateDateTime() : void
- setVatAmount() : void
- setWorkFileName() : void
- setXmlFileName() : void
Constants
PROGRESS_STATUS_DONE
public
mixed
PROGRESS_STATUS_DONE
= 2
PROGRESS_STATUS_ERROR
public
mixed
PROGRESS_STATUS_ERROR
= -1
PROGRESS_STATUS_ERROR_CAN_NOT_GENERATE
public
mixed
PROGRESS_STATUS_ERROR_CAN_NOT_GENERATE
= -2
PROGRESS_STATUS_IN_PROGRESS
public
mixed
PROGRESS_STATUS_IN_PROGRESS
= 1
PROGRESS_STATUS_INIT
public
mixed
PROGRESS_STATUS_INIT
= 0
PROGRESS_STATUS_QUALITY_CHECK_ERROR
public
mixed
PROGRESS_STATUS_QUALITY_CHECK_ERROR
= -3
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
export()
public
export() : array<string|int, ExportField>
Return values
array<string|int, ExportField>getCurrency()
public
getCurrency() : mixed
getEntry()
public
getEntry() : Entry|null
Return values
Entry|nullgetErrors()
public
getErrors() : string|null
Return values
string|nullgetFakeFileName()
public
getFakeFileName() : string|null
Return values
string|nullgetGenerateDoneDateTime()
public
getGenerateDoneDateTime() : DateTime|null
Return values
DateTime|nullgetGenerateStartDateTime()
public
getGenerateStartDateTime() : DateTime|null
Return values
DateTime|nullgetHumanCheckDateTime()
public
getHumanCheckDateTime() : DateTime|null
Return values
DateTime|nullgetHumanFileName()
public
getHumanFileName() : string|null
Return values
string|nullgetId()
public
getId() : int|null
Return values
int|nullgetInProgress()
public
getInProgress() : bool|null
Return values
bool|nullgetLinesCount()
public
getLinesCount() : int|null
Return values
int|nullgetMessage()
public
getMessage() : string|null
Return values
string|nullgetMessageGroupType()
public
getMessageGroupType() : int|null
Return values
int|nullgetNetAmount()
public
getNetAmount() : float|null
Return values
float|nullgetProgressStatusCode()
public
getProgressStatusCode() : int|null
Return values
int|nullgetProgressStatusLabel()
public
getProgressStatusLabel() : string|null
Return values
string|nullgetRequestDateTime()
public
getRequestDateTime() : DateTime|null
Return values
DateTime|nullgetSummary()
Get the value of summary
public
getSummary() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetUpdateDateTime()
public
getUpdateDateTime() : DateTime|null
Return values
DateTime|nullgetVatAmount()
public
getVatAmount() : float|null
Return values
float|nullgetWorkFileName()
public
getWorkFileName() : string|null
Return values
string|nullgetXmlFileName()
public
getXmlFileName() : string|null
Return values
string|nullsetEntry()
public
setEntry(Entry|null $entry) : void
Parameters
- $entry : Entry|null
setErrors()
public
setErrors(string|null $errors) : void
Parameters
- $errors : string|null
setFakeFileName()
public
setFakeFileName(string|null $fakeFileName) : void
Parameters
- $fakeFileName : string|null
setGenerateDoneDateTime()
public
setGenerateDoneDateTime(DateTime|null $generateDoneDateTime) : void
Parameters
- $generateDoneDateTime : DateTime|null
setGenerateStartDateTime()
public
setGenerateStartDateTime(DateTime|null $generateStartDateTime) : void
Parameters
- $generateStartDateTime : DateTime|null
setHumanCheckDateTime()
public
setHumanCheckDateTime(DateTime|null $humanCheckDateTime) : void
Parameters
- $humanCheckDateTime : DateTime|null
setHumanFileName()
public
setHumanFileName(string|null $humanFileName) : void
Parameters
- $humanFileName : string|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setInProgress()
public
setInProgress(bool|null $inProgress) : void
Parameters
- $inProgress : bool|null
setLinesCount()
public
setLinesCount(int|null $linesCount) : void
Parameters
- $linesCount : int|null
setMessage()
public
setMessage(string|null $message) : void
Parameters
- $message : string|null
setMessageGroupType()
public
setMessageGroupType(int|null $messageGroupType) : void
Parameters
- $messageGroupType : int|null
setNetAmount()
public
setNetAmount(float|null $netAmount) : void
Parameters
- $netAmount : float|null
setProgressStatusCode()
public
setProgressStatusCode(int|null $progressStatusCode) : void
Parameters
- $progressStatusCode : int|null
setProgressStatusLabel()
public
setProgressStatusLabel(string|null $progressStatusLabel) : void
Parameters
- $progressStatusLabel : string|null
setRequestDateTime()
public
setRequestDateTime(DateTime|null $requestDateTime) : void
Parameters
- $requestDateTime : DateTime|null
setSummary()
Set the value of summary
public
setSummary(mixed $summary) : self
Parameters
- $summary : mixed
Return values
selfsetUpdateDateTime()
public
setUpdateDateTime(DateTime|null $updateDateTime) : void
Parameters
- $updateDateTime : DateTime|null
setVatAmount()
public
setVatAmount(float|null $vatAmount) : void
Parameters
- $vatAmount : float|null
setWorkFileName()
public
setWorkFileName(string|null $workFileName) : void
Parameters
- $workFileName : string|null
setXmlFileName()
public
setXmlFileName(string|null $xmlFileName) : void
Parameters
- $xmlFileName : string|null