Documentation

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

jsonSerialize()

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.

setGenerateTime()

public setGenerateTime(DateTime|null $generateTime) : void
Parameters
$generateTime : DateTime|null

setMainAction()

public setMainAction(int|null $mainActionCode) : void
Parameters
$mainActionCode : int|null

setMainActionCode()

public setMainActionCode(int|null $mainActionCode) : void
Parameters
$mainActionCode : int|null

setNextCheckDate()

public setNextCheckDate(DateTime|null $nextCheckDate) : void
Parameters
$nextCheckDate : DateTime|null

setProgressStatusCode()

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

setUserId()

Set the value of userId

public setUserId(int $userId) : self
Parameters
$userId : int
Return values
self

        
On this page

Search results