Documentation

EntryFilterLastCompletedStatus extends EntryFilterBase
in package

FinalYes

Table of Contents

Properties

$dataReceived  : int|null
$hasEntryReport  : bool|null
$hasReport  : array<string|int, int>|null
$isDone  : bool|null
$isNeedPay  : bool|null
$isOnHold  : bool|null
$isPaid  : bool|null
$isQualityChecked  : bool|null
$isSubmitted  : bool|null
$reportProgressStatus  : int|null

Methods

__construct()  : mixed
getDataReceived()  : int|null
getHasEntryReport()  : bool|null
getHasReport()  : array<string|int, int>|null
getIsDone()  : bool|null
getIsNeedPay()  : bool|null
getIsOnHold()  : bool|null
getIsPaid()  : bool|null
getIsQualityChecked()  : bool|null
getIsSubmitted()  : bool|null
getReportProgressStatus()  : int|null
setDataReceived()  : void
setHasEntryReport()  : void
setHasReport()  : void
setIsDone()  : void
setIsNeedPay()  : void
setIsOnHold()  : void
setIsPaid()  : void
setIsQualityChecked()  : void
setIsSubmitted()  : void
setReportProgressStatus()  : void

Properties

Methods

__construct()

public __construct(int|null $dataReceived, array<string|int, int>|null $hasReport, bool|null $hasEntryReport, bool|null $isOnHold, bool|null $isQualityChecked, bool|null $isSubmitted, bool|null $isPaid, bool|null $isNeedPay, bool|null $isDone, int|null $reportProgressStatus) : mixed
Parameters
$dataReceived : int|null
$hasReport : array<string|int, int>|null
$hasEntryReport : bool|null
$isOnHold : bool|null
$isQualityChecked : bool|null
$isSubmitted : bool|null
$isPaid : bool|null
$isNeedPay : bool|null
$isDone : bool|null
$reportProgressStatus : int|null

getDataReceived()

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

getHasEntryReport()

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

getHasReport()

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

getIsNeedPay()

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

getIsOnHold()

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

getIsQualityChecked()

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

getIsSubmitted()

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

setDataReceived()

public setDataReceived(int|null $dataReceived) : void
Parameters
$dataReceived : int|null

setHasEntryReport()

public setHasEntryReport(bool|null $hasEntryReport) : void
Parameters
$hasEntryReport : bool|null

setHasReport()

public setHasReport(array<string|int, int>|null $hasReport) : void
Parameters
$hasReport : array<string|int, int>|null

setIsDone()

public setIsDone(bool|null $isDone) : void
Parameters
$isDone : bool|null

setIsNeedPay()

public setIsNeedPay(bool|null $isNeedPay) : void
Parameters
$isNeedPay : bool|null

setIsOnHold()

public setIsOnHold(bool|null $isOnHold) : void
Parameters
$isOnHold : bool|null

setIsPaid()

public setIsPaid(bool|null $isPaid) : void
Parameters
$isPaid : bool|null

setIsQualityChecked()

public setIsQualityChecked(bool|null $isQualityChecked) : void
Parameters
$isQualityChecked : bool|null

setIsSubmitted()

public setIsSubmitted(bool|null $isSubmitted) : void
Parameters
$isSubmitted : bool|null

setReportProgressStatus()

public setReportProgressStatus(int|null $reportProgressStatus) : void
Parameters
$reportProgressStatus : int|null

        
On this page

Search results