Documentation

ChannelTheme extends ResourceModel

Table of Contents

$active_theme_configuration_uuid  : string
$active_theme_display_version  : string
$active_theme_documentation_url  : string
$active_theme_is_private  : bool
$active_theme_is_purchased  : bool
$active_theme_name  : string
$active_theme_partner  : object
$active_theme_screenshot  : object
$active_theme_style_editable  : bool
$active_theme_type  : string
$active_theme_update_available  : bool
$active_theme_upgrade  : object|null
$active_theme_uuid  : string
$active_theme_variation_count  : int
$active_theme_variation_name  : string
$active_theme_version_uuid  : string
$saved_theme_configuration_uuid  : string
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Properties

$active_theme_configuration_uuid

public string $active_theme_configuration_uuid

$active_theme_display_version

public string $active_theme_display_version

$active_theme_documentation_url

public string $active_theme_documentation_url

$active_theme_is_private

public bool $active_theme_is_private

$active_theme_is_purchased

public bool $active_theme_is_purchased

$active_theme_partner

public object $active_theme_partner

$active_theme_screenshot

public object $active_theme_screenshot

$active_theme_style_editable

public bool $active_theme_style_editable

$active_theme_update_available

public bool $active_theme_update_available

$active_theme_upgrade

public object|null $active_theme_upgrade

$active_theme_variation_count

public int $active_theme_variation_count

$active_theme_variation_name

public string $active_theme_variation_name

$active_theme_version_uuid

public string $active_theme_version_uuid

$saved_theme_configuration_uuid

public string $saved_theme_configuration_uuid

Methods

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

Search results