Table of Contents
-
STATUS__COMPLETED
= 'COMPLETED'
-
STATUS__FAILED
= 'FAILED'
-
STATUS__QUEUED
= 'QUEUED'
-
STATUS__WORKING
= 'WORKING'
-
$errors
: array<string|int, JobError>
-
$id
: string
-
$percent_complete
: float
-
$result
: JobResult
-
$status
: string
-
$time
: string
-
$warnings
: array<string|int, JobWarning>
-
__construct()
: mixed
-
getThemeId()
: string
-
jsonSerialize()
: array<string|int, mixed>
STATUS__COMPLETED
public
mixed
STATUS__COMPLETED
= 'COMPLETED'
STATUS__FAILED
public
mixed
STATUS__FAILED
= 'FAILED'
STATUS__QUEUED
public
mixed
STATUS__QUEUED
= 'QUEUED'
STATUS__WORKING
public
mixed
STATUS__WORKING
= 'WORKING'
$errors
public
array<string|int, JobError>
$errors
$id
public
string
$id
$percent_complete
public
float
$percent_complete
$result
public
JobResult
$result
$status
public
string
$status
$time
public
string
$time
$warnings
public
array<string|int, JobWarning>
$warnings
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
getThemeId()
public
getThemeId() : string
Return values
string
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—