phpDocumentor

PageGroupOption extends AbstractComponentGroupOption
in package

Class AbstractComponentGroupOption

Table of Contents

$attributes  : ComponentOptionAttributeCollection
$configurationRepository  : SettingsRepository
$default  : mixed
$for  : string|null
$group  : string
$hidden  : bool
$id  : string
$items  : array<string|int, PageOption>
$label  : string
$labelId  : string
$page  : PageOption
$pageNamespace  : string|null
$requiresReload  : bool
$selector  : string
$title  : string
$translatable  : string|null
$type  : string
$value  : mixed
$visible  : null
__clone()  : mixed
s * Clone the object
__construct()  : mixed
attributes()  : ComponentOptionAttributeCollection
createFromJsonObject()  : mixed
defaultValue()  : mixed
for()  : string|null
getGroupOptions()  : mixed
group()  : string|null
hidden()  : bool|null
id()  : string
initializeFromJsonObject()  : void
items()  : array<string|int, PageOption>
jsonSerialize()  : object
label()  : string
labelId()  : string|null
page()  : PageOption
pageNamespace()  : string|null
requiresReload()  : bool
selector()  : mixed
setConfigurationRepository()  : mixed
title()  : string
translatable()  : bool|null
type()  : string|null
value()  : mixed
visible()  : mixed
withConfigurationRepository()  : $this
configurationRepository()  : SettingsRepository
isValid()  : bool
parseValue()  : mixed
setId()  : void

Properties

Methods

createFromJsonObject()

public static createFromJsonObject(mixed $jsonObject[, mixed $prefix = '' ][, SettingsRepository $configurationRepository = null ]) : mixed
Parameters
$jsonObject : mixed
$prefix : mixed = ''
$configurationRepository : SettingsRepository = null
Return values
mixed

defaultValue()

public defaultValue() : mixed
Return values
mixed

getGroupOptions()

public getGroupOptions() : mixed
Tags
inheritDoc
Return values
mixed

group()

public group() : string|null
Return values
string|null

hidden()

public hidden() : bool|null
Return values
bool|null

initializeFromJsonObject()

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

jsonSerialize()

public jsonSerialize() : object
Return values
object

labelId()

public labelId() : string|null
Return values
string|null

pageNamespace()

public pageNamespace() : string|null
Return values
string|null

requiresReload()

public requiresReload() : bool
Return values
bool

translatable()

public translatable() : bool|null
Return values
bool|null

type()

public type() : string|null
Tags
inheritDoc
Return values
string|null

withConfigurationRepository()

public withConfigurationRepository( $configurationRepository) : $this
Parameters
$configurationRepository :
Return values
$this

isValid()

protected isValid(mixed $value) : bool
Parameters
$value : mixed
Tags
inheritDoc
Return values
bool

parseValue()

protected parseValue(mixed $value) : mixed
Parameters
$value : mixed
Tags
inheritDoc
Return values
mixed

setId()

protected setId(string $id) : void
Parameters
$id : string
Return values
void

Search results