Documentation

Report extends Model
in package

Tags
@property

Entry|null entry

Table of Contents

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

Properties

$createTime  : DateTime|null
$currencyId  : int|null
$entryId  : int|null
$errorList  : mixed
$errors  : string|null
$fakeFileName  : string|null
$generateDoneDateTime  : DateTime|null
$generateStartDateTime  : DateTime|null
$humanCheckDateTime  : DateTime|null
$humanFileName  : string|null
$id  : int|null
$inProgress  : bool|null
$isHidden  : bool|null
$linesCount  : int|null
$message  : string|null
$messageGroupType  : int|null
$netAmount  : float|null
$progressStatus  : int|null
$requestDateTime  : DateTime|null
$summary  : string|null
$updateTime  : DateTime|null
$vatAmount  : int|null
$workFileName  : string|null

Methods

afterFetch()  : mixed
afterSave()  : mixed
beforeSave()  : mixed
columnMap()  : array<string|int, mixed>
getCreateTime()  : DateTime|null
getCurrencyId()  : int|null
getEntry()  : Entry|null
getEntryId()  : int|null
getErrorList()  : mixed
getErrors()  : string|null
getFakeFileName()  : string|null
getGenerateDoneDateTime()  : DateTime|null
getGenerateStartDateTime()  : DateTime|null
getHumanCheckDateTime()  : DateTime|null
getHumanFileName()  : string|null
getId()  : int|null
getInProgress()  : bool|null
getMessage()  : string|null
getProgressStatus()  : int|null
getRequestDateTime()  : DateTime|null
getUpdateTime()  : DateTime|null
getVatAmount()  : int|null
getWorkFileName()  : string|null
initialize()  : mixed
isHidden()  : bool|null
setCreateTime()  : void
setCurrencyId()  : void
setEntry()  : void
setEntryId()  : void
setErrors()  : void
setFakeFileName()  : void
setGenerateDoneDateTime()  : void
setGenerateStartDateTime()  : void
setHumanFileName()  : void
setId()  : void
setInProgress()  : void
setIsHidden()  : void
setMessage()  : void
setProgressStatus()  : void
setRequestDateTime()  : void
setUpdateTime()  : void
setVatAmount()  : void
setWorkFileName()  : 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

Properties

$createTime

protected DateTime|null $createTime

$currencyId

protected int|null $currencyId

$entryId

protected int|null $entryId

$errorList

protected mixed $errorList

$errors

protected string|null $errors

$fakeFileName

protected string|null $fakeFileName

$generateDoneDateTime

protected DateTime|null $generateDoneDateTime

$generateStartDateTime

protected DateTime|null $generateStartDateTime

$humanCheckDateTime

protected DateTime|null $humanCheckDateTime

$humanFileName

protected string|null $humanFileName

$inProgress

protected bool|null $inProgress

$isHidden

protected bool|null $isHidden

$linesCount

protected int|null $linesCount

$message

protected string|null $message

$messageGroupType

protected int|null $messageGroupType

$netAmount

protected float|null $netAmount

$progressStatus

protected int|null $progressStatus

$requestDateTime

protected DateTime|null $requestDateTime

$summary

protected string|null $summary

$updateTime

protected DateTime|null $updateTime

$vatAmount

protected int|null $vatAmount

$workFileName

protected string|null $workFileName

Methods

afterFetch()

public afterFetch() : mixed
Tags
throws
Exception

afterSave()

public afterSave() : mixed
Tags
throws
Exception

beforeSave()

public beforeSave() : mixed

columnMap()

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

getCreateTime()

public getCreateTime() : DateTime|null
Return values
DateTime|null

getCurrencyId()

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

getEntryId()

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

getErrorList()

public getErrorList() : mixed

getErrors()

public getErrors() : string|null
Return values
string|null

getFakeFileName()

public getFakeFileName() : string|null
Return values
string|null

getGenerateDoneDateTime()

public getGenerateDoneDateTime() : DateTime|null
Return values
DateTime|null

getGenerateStartDateTime()

public getGenerateStartDateTime() : DateTime|null
Return values
DateTime|null

getHumanCheckDateTime()

public getHumanCheckDateTime() : DateTime|null
Return values
DateTime|null

getHumanFileName()

public getHumanFileName() : string|null
Return values
string|null

getId()

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

getInProgress()

public getInProgress() : bool|null
Return values
bool|null

getMessage()

public getMessage() : string|null
Return values
string|null

getProgressStatus()

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

getRequestDateTime()

public getRequestDateTime() : DateTime|null
Return values
DateTime|null

getUpdateTime()

public getUpdateTime() : DateTime|null
Return values
DateTime|null

getVatAmount()

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

getWorkFileName()

public getWorkFileName() : string|null
Return values
string|null

initialize()

public initialize() : mixed

isHidden()

public isHidden() : bool|null
Return values
bool|null

setCreateTime()

public setCreateTime(DateTime|null $createTime) : void
Parameters
$createTime : DateTime|null

setCurrencyId()

public setCurrencyId(int|null $currencyId) : void
Parameters
$currencyId : int|null

setEntry()

public setEntry(Entry|null $entry) : void
Parameters
$entry : Entry|null

setEntryId()

public setEntryId(int|null $entryId) : void
Parameters
$entryId : int|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

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

setIsHidden()

public setIsHidden(bool|null $isHidden) : void
Parameters
$isHidden : bool|null

setMessage()

public setMessage(string|null $message) : void
Parameters
$message : string|null

setProgressStatus()

public setProgressStatus(int|null $progressStatus) : void
Parameters
$progressStatus : int|null

setRequestDateTime()

public setRequestDateTime(DateTime|null $requestDateTime) : void
Parameters
$requestDateTime : DateTime|null

setUpdateTime()

public setUpdateTime(DateTime|null $updateTime) : void
Parameters
$updateTime : DateTime|null

setVatAmount()

public setVatAmount(int|null $vatAmount) : void
Parameters
$vatAmount : int|null

setWorkFileName()

public setWorkFileName(string|null $workFileName) : void
Parameters
$workFileName : string|null

        
On this page

Search results