Table of Contents
-
$is_active
: bool
-
$is_private
: bool
-
$name
: string
-
$uuid
: string
-
$variations
: array<string|int, ThemeVariation>
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$is_active
public
bool
$is_active
$is_private
public
bool
$is_private
$name
public
string
$name
$uuid
public
string
$uuid
$variations
public
array<string|int, ThemeVariation>
$variations
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—