Job
extends Job
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
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
- getEndTime() : DateTime|null
- getErrors() : string|null
- getGenerateTime() : DateTime|null
- getId() : int|null
- getMainAction() : int|null
- getMainActionCode() : int|null
- getMessage() : string|null
- getNextCheckDate() : DateTime|null
- getParameters() : string|null
- getProgressStatusCode() : int|null
- getRequestUserAccount() : UserAccount
- Get the value of requestUserAccount
- getResult() : string|null
- getSecondaryId() : int|null
- getStartTime() : DateTime|null
- getSubAction() : int|null
- getSubActionCode() : int|null
- getUpdateTime() : DateTime|null
- getUserAccount() : UserAccount|null
- Get $client
- getUserId() : int
- Get the value of userId
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setEndTime() : void
- setErrors() : void
- setGenerateTime() : void
- setId() : void
- setMainAction() : void
- setMainActionCode() : void
- setMessage() : void
- setNextCheckDate() : void
- setParameters() : void
- setProgressStatusCode() : void
- setRequestUserAccount() : self
- Set the value of requestUserAccount
- setResult() : void
- setSecondaryId() : void
- setStartTime() : void
- setSubAction() : void
- setSubActionCode() : void
- setUpdateTime() : void
- setUserAccount() : self
- Set $client
- setUserId() : self
- Set the value of userId
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
getEndTime()
public
getEndTime() : DateTime|null
Return values
DateTime|nullgetErrors()
public
getErrors() : string|null
Return values
string|nullgetGenerateTime()
public
getGenerateTime() : DateTime|null
Return values
DateTime|nullgetId()
public
getId() : int|null
Return values
int|nullgetMainAction()
public
getMainAction() : int|null
Return values
int|nullgetMainActionCode()
public
getMainActionCode() : int|null
Return values
int|nullgetMessage()
public
getMessage() : string|null
Return values
string|nullgetNextCheckDate()
public
getNextCheckDate() : DateTime|null
Return values
DateTime|nullgetParameters()
public
getParameters() : string|null
Return values
string|nullgetProgressStatusCode()
public
getProgressStatusCode() : int|null
Return values
int|nullgetRequestUserAccount()
Get the value of requestUserAccount
public
getRequestUserAccount() : UserAccount
Return values
UserAccountgetResult()
public
getResult() : string|null
Return values
string|nullgetSecondaryId()
public
getSecondaryId() : int|null
Return values
int|nullgetStartTime()
public
getStartTime() : DateTime|null
Return values
DateTime|nullgetSubAction()
public
getSubAction() : int|null
Return values
int|nullgetSubActionCode()
public
getSubActionCode() : int|null
Return values
int|nullgetUpdateTime()
public
getUpdateTime() : DateTime|null
Return values
DateTime|nullgetUserAccount()
Get $client
public
getUserAccount() : UserAccount|null
Return values
UserAccount|nullgetUserId()
Get the value of userId
public
getUserId() : int
Return values
intjsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setEndTime()
public
setEndTime(DateTime|null $endTime) : void
Parameters
- $endTime : DateTime|null
setErrors()
public
setErrors(string|null $errors) : void
Parameters
- $errors : string|null
setGenerateTime()
public
setGenerateTime(DateTime|null $generateTime) : void
Parameters
- $generateTime : DateTime|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setMainAction()
public
setMainAction(int|null $mainActionCode) : void
Parameters
- $mainActionCode : int|null
setMainActionCode()
public
setMainActionCode(int|null $mainActionCode) : void
Parameters
- $mainActionCode : int|null
setMessage()
public
setMessage(string|null $message) : void
Parameters
- $message : string|null
setNextCheckDate()
public
setNextCheckDate(DateTime|null $nextCheckDate) : void
Parameters
- $nextCheckDate : DateTime|null
setParameters()
public
setParameters(string|null $parameters) : void
Parameters
- $parameters : string|null
setProgressStatusCode()
public
setProgressStatusCode(int|null $progressStatusCode) : void
Parameters
- $progressStatusCode : int|null
setRequestUserAccount()
Set the value of requestUserAccount
public
setRequestUserAccount(UserAccount $requestUserAccount) : self
Parameters
- $requestUserAccount : UserAccount
Return values
selfsetResult()
public
setResult(string|null $result) : void
Parameters
- $result : string|null
setSecondaryId()
public
setSecondaryId(int|null $secondaryId) : void
Parameters
- $secondaryId : int|null
setStartTime()
public
setStartTime(DateTime|null $startTime) : void
Parameters
- $startTime : DateTime|null
setSubAction()
public
setSubAction(int|null $subActionCode) : void
Parameters
- $subActionCode : int|null
setSubActionCode()
public
setSubActionCode(int|null $subActionCode) : void
Parameters
- $subActionCode : int|null
setUpdateTime()
public
setUpdateTime(DateTime|null $updateTime) : void
Parameters
- $updateTime : DateTime|null
setUserAccount()
Set $client
public
setUserAccount(mixed $userAccount) : self
Parameters
- $userAccount : mixed
-
$client
Return values
selfsetUserId()
Set the value of userId
public
setUserId(int $userId) : self
Parameters
- $userId : int