phpDocumentor

FieldSet extends AbstractConfigurationType

Class FieldSet

Table of Contents

$configurationRepository  : SettingsRepository
$options  : OptionCollection
$basic  : string
$hidden  : bool
$id  : string
$pageNamespace  : string|null
$title  : string
$type  : string
__clone()  : mixed
__construct()  : mixed
FieldSet constructor.
basic()  : string
createFromJsonObject()  : bool|mixed
hidden()  : bool
id()  : string
initializeFromJsonObject()  : void
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
options()  : OptionCollection
pageNamespace()  : string|null
title()  : string
type()  : string

Properties

Methods

__clone()

public __clone() : mixed
Return values
mixed

__construct()

FieldSet constructor.

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

createFromJsonObject()

public static createFromJsonObject( $jsonFieldSet[, SettingsRepository|null $configurationRepository = null ]) : bool|mixed
Parameters
$jsonFieldSet :
$configurationRepository : SettingsRepository|null = null
Tags
throws
Exception
Return values
bool|mixed

initializeFromJsonObject()

public initializeFromJsonObject( $object) : void
Parameters
$object :
Tags
throws
Exception
Return values
void

Search results