Class ThemeSettings
package |
Default |
---|
__construct(\stdClass $themeJson, string $path)
\stdClass
string
createFromJsonObject(\stdClass $json, string $path) : \Gambio\GX\Services\System\ThemeSettings\ValueObjects\Interfaces\ThemeSettingsInterface
\stdClass
string
\Gambio\GX\Services\System\ThemeSettings\ValueObjects\Interfaces\ThemeSettingsInterface
id() : string
string
isActive() : boolean
boolean
jsonSerialize() : mixed
link |
https://php.net/manual/en/jsonserializable.jsonserialize.php |
---|---|
since | 5.4.0 |
mixed
data which can be serialized by json_encode, which is a value of any type other than a resource.
path() : string
string
setActive(boolean $isActive)
boolean
themeJson : \stdClass
var |
---|
\stdClass
id : string
var |
---|
string
active : boolean
var |
---|
boolean
path : \Gambio\GX\Services\System\ThemeSettings\ValueObjects\string;
var |
---|
\Gambio\GX\Services\System\ThemeSettings\ValueObjects\string;