phpDocumentor

ThemeSettings
in package
implements ThemeSettingsInterface, JsonSerializable

Class ThemeSettings

Interfaces, Classes and Traits

ThemeSettingsInterface
Interface ThemeSettingsInterface
JsonSerializable

Table of Contents

$active  : bool
$id  : string
$path  : mixed
$themeJson  : stdClass
createFromJsonObject()  : ThemeSettingsInterface
id()  : string
id matches directory name
isActive()  : bool
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
path()  : string
setActive()  : void
__construct()  : mixed
ThemeSettings constructor.

Properties

Methods

id()

id matches directory name

public id() : string
Return values
string

setActive()

public setActive(bool $isActive) : void
Parameters
$isActive : bool
Return values
void

__construct()

ThemeSettings constructor.

protected __construct(stdClass $themeJson, string $path) : mixed
Parameters
$themeJson : stdClass
$path : string
Return values
mixed

Search results