Documentation

ThemeJob extends ResourceModel
in package

Tags

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>

Constants

STATUS__COMPLETED

public mixed STATUS__COMPLETED = 'COMPLETED'
Tags

STATUS__FAILED

public mixed STATUS__FAILED = 'FAILED'
Tags

STATUS__QUEUED

public mixed STATUS__QUEUED = 'QUEUED'
Tags

STATUS__WORKING

public mixed STATUS__WORKING = 'WORKING'
Tags

Properties

$percent_complete

public float $percent_complete
Tags

Methods

__construct()

public __construct([stdClass|null $optionObject = null ]) : mixed
Parameters
$optionObject : stdClass|null = null
Tags
Return values
mixed

getThemeId()

public getThemeId() : string
Tags
Return values
string

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

        

Search results