Documentation

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
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

getMessageGroupType()

public getMessageGroupType() : int|null
Return values
int|null

getSummary()

Get the value of summary

public getSummary() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getUpdateDateTime()

public getUpdateDateTime() : DateTime|null
Return values
DateTime|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

setMessageGroupType()

public setMessageGroupType(int|null $messageGroupType) : void
Parameters
$messageGroupType : int|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
self

setUpdateDateTime()

public setUpdateDateTime(DateTime|null $updateDateTime) : void
Parameters
$updateDateTime : DateTime|null

        
On this page

Search results