phpDocumentor

AbstractConfigurationType implements JsonSerializable

Class AbstractThemeConfiguration

Interfaces, Classes and Traits

JsonSerializable

Table of Contents

$basic  : string
$hidden  : bool
$id  : string
$pageNamespace  : string|null
$title  : string
$type  : string
__construct()  : mixed
AbstractConfigurationType constructor.
basic()  : string
hidden()  : bool
id()  : string
initializeFromJsonObject()  : void
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
pageNamespace()  : string|null
title()  : string
type()  : string

Properties

Methods

__construct()

AbstractConfigurationType constructor.

public __construct([string|null $id = null ][, string|null $title = null ][, string|null $type = null ][, string|null $basic = null ][, bool|null $hidden = null ][, string|null $pageNamespace = null ]) : mixed
Parameters
$id : string|null = null
$title : string|null = null
$type : string|null = null
$basic : string|null = null
$hidden : bool|null = null
$pageNamespace : string|null = null
Return values
mixed

initializeFromJsonObject()

public initializeFromJsonObject( $object) : void
Parameters
$object :
Return values
void

Search results