phpDocumentor

BackgroundImageGroupOption extends AbstractComponentGroupOption

Class BackgroundImageGroupOption

Table of Contents

$attachment  : DropdownSelectOption
$attributes  : ComponentOptionAttributeCollection
$configurationRepository  : SettingsRepository
$default  : mixed
$enabled  : CheckboxOption
$for  : string|null
$group  : string
$hidden  : bool
$id  : string
$label  : string
$labelId  : string
$pageNamespace  : string|null
$position  : DropdownSelectOption
$repeat  : DropdownSelectOption
$requiresReload  : bool
$selector  : string
$size  : DropdownSelectOption
$translatable  : string|null
$type  : string
$url  : UrlOption
$value  : mixed
$visible  : null
__clone()  : mixed
clone inner objects
__construct()  : mixed
BackgroundImageGroupOption constructor.
attachment()  : DropdownSelectOption
attributes()  : ComponentOptionAttributeCollection
createFromJsonObject()  : bool|OptionCollection|mixed
defaultValue()  : mixed
enabled()  : CheckboxOption
for()  : string|null
getGroupOptions()  : mixed
group()  : string|null
hidden()  : bool|null
id()  : string
initializeFromJsonObject()  : void
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
label()  : string
labelId()  : string|null
pageNamespace()  : string|null
position()  : DropdownSelectOption
repeat()  : DropdownSelectOption
requiresReload()  : bool
selector()  : mixed
setConfigurationRepository()  : mixed
size()  : DropdownSelectOption
translatable()  : bool|null
type()  : string
url()  : UrlOption
value()  : mixed
visible()  : mixed
withConfigurationRepository()  : $this
configurationRepository()  : SettingsRepository
isValid()  : bool
parseValue()  : mixed
setId()  : void

Properties

Methods

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( $object) : void
Parameters
$object :
Tags
throws
Exception
Return values
void

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

withConfigurationRepository()

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

setId()

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

Search results