phpDocumentor

ThemeConfiguration implements CurrentThemeInterface, JsonSerializable

Class ThemeConfiguration

Interfaces, Classes and Traits

CurrentThemeInterface
Interface CurrentThemeInterface
JsonSerializable

Table of Contents

$areas  : ConfigurationCategory
$author  : string
$basics  : ConfigurationCategory
$children  : array<string|int, mixed>
$colorPalette  : array<string|int, mixed>
$extendsOf  : string|null
$id  : string
$inherits  : string
$isActive  : bool
$isEditable  : bool
$isPreview  : bool
$isRemovable  : bool
$languages  : array<string|int, mixed>
$path  : string
$styles  : ConfigurationCategory
$thumbnail  : string
$title  : string
$version  : string
$isUpdatable  : bool
__construct()  : mixed
ThemeConfiguration constructor.
areas()  : ConfigurationCategory
author()  : string
basics()  : ConfigurationCategory
children()  : array<string|int, mixed>
colorPalette()  : array<string|int, mixed>
extendsOf()  : string|null
id()  : string
inherits()  : string
isActive()  : bool
isEditable()  : bool
isPreview()  : bool
isRemovable()  : bool
isUpdatable()  : bool
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
languages()  : array<string|int, mixed>
parent()  : BasicThemeInterface|null
path()  : string
setToNotEditable()  : $this
styles()  : ConfigurationCategory
thumbnail()  : string
title()  : string
version()  : string

Properties

Methods

__construct()

ThemeConfiguration constructor.

public __construct(string $id, string $title, string $thumbnail, string $author, string $version, string $extendsOf, string|null $inherit, bool $isPreview, bool $isEditable, bool $isRemovable, bool $isActive, array<string|int, mixed> $colorPalette, ConfigurationCategory $areas, ConfigurationCategory $basics, ConfigurationCategory $styles, array<string|int, mixed> $children, array<string|int, mixed> $languages, string $path, bool $isUpdatable) : mixed
Parameters
$id : string
$title : string
$thumbnail : string
$author : string
$version : string
$extendsOf : string
$inherit : string|null
$isPreview : bool
$isEditable : bool
$isRemovable : bool
$isActive : bool
$colorPalette : array<string|int, mixed>
$areas : ConfigurationCategory
$basics : ConfigurationCategory
$styles : ConfigurationCategory
$children : array<string|int, mixed>
$languages : array<string|int, mixed>
$path : string
$isUpdatable : bool
Return values
mixed

children()

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

colorPalette()

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

languages()

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

Search results