phpDocumentor

ConfigurationCategory extends AbstractConfigurationType

Class Category

Table of Contents

$categories  : ConfigurationCategoryCollection
$fieldSets  : FieldSetCollection
$for  : string
Categories which are only active for a specific variant have this property
$selector  : string
$basic  : string
$hidden  : bool
$id  : string
$pageNamespace  : string|null
$title  : string
$type  : string
__clone()  : mixed
__construct()  : mixed
ConfigurationCategory constructor.
basic()  : string
categories()  : ConfigurationCategoryCollection
fieldSets()  : FieldSetCollection
for()  : string
hidden()  : bool
id()  : string
initializeFromJsonObject()  : void
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
pageNamespace()  : string|null
selector()  : string
title()  : string
type()  : string

Properties

$for

Categories which are only active for a specific variant have this property

protected string $for

Methods

__construct()

ConfigurationCategory constructor.

public __construct([string $id = null ][, string $title = null ][, string $type = null ][, string $basic = null ][, bool $hidden = null ][, string $for = null ][, string|null $selector = null ][, string|null $pageNamespace = null ][, ConfigurationCategoryCollection $categories = null ][, FieldSetCollection $fieldSets = null ]) : mixed
Parameters
$id : string = null
$title : string = null
$type : string = null
$basic : string = null
$hidden : bool = null
$for : string = null
$selector : string|null = null
$pageNamespace : string|null = null
$categories : ConfigurationCategoryCollection = null
$fieldSets : FieldSetCollection = null
Tags
throws
Exception
Return values
mixed

initializeFromJsonObject()

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

Search results