CronRequest
extends CronRequest
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Constants
- CRON_REQUEST_STATUS_LABEL_FINISHED_SUCCESSFULLY = "finished_successfully"
- CRON_REQUEST_STATUS_LABEL_FINISHED_WITH_ERROR = "finished_with_error"
- CRON_REQUEST_STATUS_LABEL_IN_PROGRESS = "in_progress"
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
- canInProgressReset() : bool
- canReset() : bool
- canResetProgressStatus() : bool
- canUploadAmazonReport() : bool
- canUploadAmazonReportProgressStatus() : bool
- getChangeTime() : DateTime|null
- getCronPull() : CronPull|null
- getEndDate() : DateTime|null
- getFileName() : string|null
- getId() : int|null
- getInProgress() : bool|null
- getIsArchived() : bool|null
- getMessage() : string|null
- getNextCheck() : string|null
- getNextCheckTime() : DateTime|null
- getProgressStatus() : int|null
- getProgressStatusCode() : int|null
- getRequestId() : string|null
- getRequestNumber() : string|null
- getResponseId() : string|null
- getResponseNumber() : string|null
- getRetry() : int|null
- getStartDate() : DateTime|null
- getStatusCode() : string|null
- getStatusLabel() : string|null
- inProgressReset() : mixed
- reset() : mixed
- setChangeTime() : void
- setCronPull() : void
- setEndDate() : void
- setFileName() : void
- setId() : void
- setInProgress() : void
- setIsArchived() : void
- setMessage() : void
- setNextCheck() : void
- setNextCheckTime() : void
- setProgressStatus() : void
- setProgressStatusCode() : void
- setRequestNumber() : void
- setResponseNumber() : void
- setRetry() : void
- setStartDate() : void
- setStatusLabel() : void
Constants
CRON_REQUEST_STATUS_LABEL_FINISHED_SUCCESSFULLY
public
mixed
CRON_REQUEST_STATUS_LABEL_FINISHED_SUCCESSFULLY
= "finished_successfully"
CRON_REQUEST_STATUS_LABEL_FINISHED_WITH_ERROR
public
mixed
CRON_REQUEST_STATUS_LABEL_FINISHED_WITH_ERROR
= "finished_with_error"
CRON_REQUEST_STATUS_LABEL_IN_PROGRESS
public
mixed
CRON_REQUEST_STATUS_LABEL_IN_PROGRESS
= "in_progress"
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
canInProgressReset()
public
canInProgressReset() : bool
Return values
boolcanReset()
public
canReset() : bool
Return values
boolcanResetProgressStatus()
public
static canResetProgressStatus(int $progressStatusCode) : bool
Parameters
- $progressStatusCode : int
Return values
boolcanUploadAmazonReport()
public
canUploadAmazonReport() : bool
Return values
boolcanUploadAmazonReportProgressStatus()
public
static canUploadAmazonReportProgressStatus(int $progressStatusCode) : bool
Parameters
- $progressStatusCode : int
Return values
boolgetChangeTime()
public
getChangeTime() : DateTime|null
Return values
DateTime|nullgetCronPull()
public
getCronPull() : CronPull|null
Return values
CronPull|nullgetEndDate()
public
getEndDate() : DateTime|null
Return values
DateTime|nullgetFileName()
public
getFileName() : string|null
Return values
string|nullgetId()
public
getId() : int|null
Return values
int|nullgetInProgress()
public
getInProgress() : bool|null
Return values
bool|nullgetIsArchived()
public
getIsArchived() : bool|null
Return values
bool|nullgetMessage()
public
getMessage() : string|null
Return values
string|nullgetNextCheck()
public
getNextCheck() : string|null
Return values
string|nullgetNextCheckTime()
public
getNextCheckTime() : DateTime|null
Return values
DateTime|nullgetProgressStatus()
public
getProgressStatus() : int|null
Return values
int|nullgetProgressStatusCode()
public
getProgressStatusCode() : int|null
Return values
int|nullgetRequestId()
public
getRequestId() : string|null
Return values
string|nullgetRequestNumber()
public
getRequestNumber() : string|null
Return values
string|nullgetResponseId()
public
getResponseId() : string|null
Return values
string|nullgetResponseNumber()
public
getResponseNumber() : string|null
Return values
string|nullgetRetry()
public
getRetry() : int|null
Return values
int|nullgetStartDate()
public
getStartDate() : DateTime|null
Return values
DateTime|nullgetStatusCode()
public
getStatusCode() : string|null
Return values
string|nullgetStatusLabel()
public
getStatusLabel() : string|null
Return values
string|nullinProgressReset()
public
inProgressReset() : mixed
reset()
public
reset() : mixed
setChangeTime()
public
setChangeTime(DateTime|null $changeTime) : void
Parameters
- $changeTime : DateTime|null
setCronPull()
public
setCronPull(CronPull|null $cronPull) : void
Parameters
- $cronPull : CronPull|null
setEndDate()
public
setEndDate(DateTime|null $endDate) : void
Parameters
- $endDate : DateTime|null
setFileName()
public
setFileName(string|null $fileName) : void
Parameters
- $fileName : string|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setInProgress()
public
setInProgress(bool|null $inProgress) : void
Parameters
- $inProgress : bool|null
setIsArchived()
public
setIsArchived(bool|null $isArchived) : void
Parameters
- $isArchived : bool|null
setMessage()
public
setMessage(string|null $message) : void
Parameters
- $message : string|null
setNextCheck()
public
setNextCheck(string|null $nextCheck) : void
Parameters
- $nextCheck : string|null
setNextCheckTime()
public
setNextCheckTime(DateTime|null $nextCheckTime) : void
Parameters
- $nextCheckTime : DateTime|null
setProgressStatus()
public
setProgressStatus(mixed $progressStatus) : void
Parameters
- $progressStatus : mixed
setProgressStatusCode()
public
setProgressStatusCode(int|null $progressStatusCode) : void
Parameters
- $progressStatusCode : int|null
setRequestNumber()
public
setRequestNumber(string|null $requestNumber) : void
Parameters
- $requestNumber : string|null
setResponseNumber()
public
setResponseNumber(string|null $responseNumber) : void
Parameters
- $responseNumber : string|null
setRetry()
public
setRetry(int|null $retry) : void
Parameters
- $retry : int|null
setStartDate()
public
setStartDate(DateTime|null $startDate) : void
Parameters
- $startDate : DateTime|null
setStatusLabel()
public
setStatusLabel(string|null $statusLabel) : void
Parameters
- $statusLabel : string|null