phpDocumentor

BackgroundGradientGroupOption extends AbstractComponentGroupOption

Class BackgroundGradientGroupOption

Table of Contents

$angle  : DropdownSelectOption
$attributes  : ComponentOptionAttributeCollection
$color1  : Option
$color2  : Option
$configurationRepository  : SettingsRepository
$default  : mixed
$enabled  : Option
$for  : string|null
$gradientType  : Option
$group  : string
$hidden  : bool
$id  : string
$label  : string
$labelId  : string
$pageNamespace  : string|null
$requiresReload  : bool
$selector  : string
$translatable  : string|null
$type  : string
$value  : mixed
$visible  : null
__clone()  : mixed
clone inner objects
__construct()  : mixed
BackgroundGradientGroupOption constructor.
angle()  : DropdownSelectOption
attributes()  : ComponentOptionAttributeCollection
color1()  : mixed
color2()  : mixed
createFromJsonObject()  : bool|OptionCollection|mixed
defaultValue()  : mixed
enabled()  : mixed
for()  : string|null
getGroupOptions()  : mixed
gradientType()  : 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
requiresReload()  : bool
selector()  : mixed
setConfigurationRepository()  : mixed
translatable()  : bool|null
type()  : string
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