Documentation

ThemeJob extends ResourceModel

Table of Contents

STATUS__COMPLETED  = 'COMPLETED'
STATUS__FAILED  = 'FAILED'
STATUS__QUEUED  = 'QUEUED'
STATUS__WORKING  = 'WORKING'
$errors  : array<string|int, mixed>
$id  : string
$percent_complete  : float
$result  : JobResult
$status  : string
$time  : string
$warnings  : array<string|int, mixed>
__construct()  : mixed
getThemeId()  : string
jsonSerialize()  : array<string|int, mixed>

Constants

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'

Properties

$errors

public array<string|int, mixed> $errors

$percent_complete

public float $percent_complete

$warnings

public array<string|int, mixed> $warnings

Methods

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

Search results