phpDocumentor

ContentZoneOption extends AbstractOption implements UpdatableContentZoneContentInterface

Class ContentZoneOption

Interfaces, Classes and Traits

UpdatableContentZoneContentInterface
Class UpdatableContentZoneContentInterface

Table of Contents

$configurationRepository  : SettingsRepository
$content  : ContentZoneContent
$default  : mixed
$for  : string|null
$group  : string
$hidden  : bool
$id  : string
$labelId  : string
$originalJson  : mixed
$pageNamespace  : string|null
$requiresReload  : bool
$selector  : string
$translatable  : string|null
$type  : string
$value  : mixed
$visible  : null
__construct()  : mixed
AbstractOption constructor.
content()  : ContentZoneContent
createFromJsonObject()  : bool|OptionCollection|mixed
defaultValue()  : mixed
for()  : string|null
group()  : string|null
hidden()  : bool|null
id()  : string
initializeFromJsonObject()  : void
isValid()  : bool
jsonSerialize()  : mixed|void
Specify data which should be serialized to JSON
labelId()  : string|null
pageNamespace()  : string|null
parseValue()  : mixed|void
requiresReload()  : bool
selector()  : mixed
setConfigurationRepository()  : mixed
translatable()  : bool|null
type()  : string
update()  : void
value()  : mixed
visible()  : mixed
withConfigurationRepository()  : $this
configurationRepository()  : SettingsRepository
setId()  : void

Properties

Methods

__construct()

AbstractOption constructor.

public __construct([string $id = null ][, string $type = null ][, string $labelId = null ][, string $group = null ][, string $selector = null ][, string $for = null ][, bool $translatable = null ][, bool $requiresReload = null ][,  $default = null ][,  $value = null ][, null $visible = null ]) : mixed
Parameters
$id : string = null
$type : string = null
$labelId : string = null
$group : string = null
$selector : string = null
$for : string = null
$translatable : bool = null
$requiresReload : bool = null
$default : = null
$value : = null
$visible : null = null
Return values
mixed

defaultValue()

public defaultValue() : mixed
Return values
mixed

group()

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

hidden()

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

initializeFromJsonObject()

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

isValid()

public isValid( $value) : bool
Parameters
$value :
Return values
bool

jsonSerialize()

Specify data which should be serialized to JSON

public jsonSerialize() : mixed|void
Return values
mixed|void

labelId()

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

pageNamespace()

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

parseValue()

public parseValue( $value) : mixed|void
Parameters
$value :
Return values
mixed|void

requiresReload()

public requiresReload() : bool
Return values
bool

translatable()

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

withConfigurationRepository()

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

setId()

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

Search results