ConfigurationCategory
extends AbstractConfigurationType
in package
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
$categories
protected
ConfigurationCategoryCollection
$categories
$fieldSets
protected
FieldSetCollection
$fieldSets
$for
Categories which are only active for a specific variant have this property
protected
string
$for
$selector
protected
string
$selector
$basic
private
string
$basic
$hidden
private
bool
$hidden
$id
private
string
$id
$pageNamespace
private
string|null
$pageNamespace
$title
private
string
$title
$type
private
string
$type
Methods
__clone()
public
__clone() : mixed
Return values
mixed —__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
Return values
mixed —basic()
public
basic() : string
Return values
string —categories()
public
categories() : ConfigurationCategoryCollection
Return values
ConfigurationCategoryCollection —fieldSets()
public
fieldSets() : FieldSetCollection
Return values
FieldSetCollection —for()
public
for() : string
Return values
string —hidden()
public
hidden() : bool
Return values
bool —id()
public
id() : string
Return values
string —initializeFromJsonObject()
public
initializeFromJsonObject( $object) : void
Parameters
Return values
void —jsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
pageNamespace()
public
pageNamespace() : string|null
Return values
string|null —selector()
public
selector() : string
Return values
string —title()
public
title() : string
Return values
string —type()
public
type() : string