BackgroundImageGroupOption
extends AbstractComponentGroupOption
in package
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
$attachment
protected
DropdownSelectOption
$attachment
$attributes
protected
ComponentOptionAttributeCollection
$attributes
$configurationRepository
protected
SettingsRepository
$configurationRepository
$default
protected
mixed
$default
$enabled
protected
CheckboxOption
$enabled
$for
protected
string|null
$for
$group
protected
string
$group
$hidden
protected
bool
$hidden
= false
$id
protected
string
$id
$label
protected
string
$label
$labelId
protected
string
$labelId
$pageNamespace
protected
string|null
$pageNamespace
$position
protected
DropdownSelectOption
$position
$repeat
protected
DropdownSelectOption
$repeat
$requiresReload
protected
bool
$requiresReload
$selector
protected
string
$selector
$size
protected
DropdownSelectOption
$size
$translatable
protected
string|null
$translatable
= false
$type
protected
string
$type
$url
protected
UrlOption
$url
$value
protected
mixed
$value
$visible
protected
null
$visible
Methods
__clone()
clone inner objects
public
__clone() : mixed
Return values
mixed —__construct()
BackgroundImageGroupOption constructor.
public
__construct() : mixed
Return values
mixed —attachment()
public
attachment() : DropdownSelectOption
Return values
DropdownSelectOption —attributes()
public
attributes() : ComponentOptionAttributeCollection
Return values
ComponentOptionAttributeCollection —createFromJsonObject()
public
static createFromJsonObject( $jsonObject[, string $prefix = '' ][, SettingsRepository|null $configurationRepository = null ]) : bool|OptionCollection|mixed
Parameters
- $jsonObject :
- $prefix : string = ''
- $configurationRepository : SettingsRepository|null = null
Tags
Return values
bool|OptionCollection|mixed —defaultValue()
public
defaultValue() : mixed
Return values
mixed —enabled()
public
enabled() : CheckboxOption
Return values
CheckboxOption —for()
public
for() : string|null
Return values
string|null —getGroupOptions()
public
getGroupOptions() : mixed
Return values
mixed —group()
public
group() : string|null
Return values
string|null —hidden()
public
hidden() : bool|null
Return values
bool|null —id()
public
id() : string
Return values
string —initializeFromJsonObject()
public
initializeFromJsonObject( $object) : void
Parameters
Tags
Return values
void —jsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
label()
public
label() : string
Return values
string —labelId()
public
labelId() : string|null
Return values
string|null —pageNamespace()
public
pageNamespace() : string|null
Return values
string|null —position()
public
position() : DropdownSelectOption
Return values
DropdownSelectOption —repeat()
public
repeat() : DropdownSelectOption
Return values
DropdownSelectOption —requiresReload()
public
requiresReload() : bool
Return values
bool —selector()
public
selector() : mixed
Return values
mixed —setConfigurationRepository()
public
setConfigurationRepository(SettingsRepository $configurationRepository) : mixed
Parameters
- $configurationRepository : SettingsRepository
Return values
mixed —size()
public
size() : DropdownSelectOption
Return values
DropdownSelectOption —translatable()
public
translatable() : bool|null
Return values
bool|null —type()
public
type() : string
Return values
string —url()
public
url() : UrlOption
Return values
UrlOption —value()
public
value([Language|null $language = null ]) : mixed
Parameters
- $language : Language|null = null
Return values
mixed —visible()
public
visible() : mixed
Return values
mixed —withConfigurationRepository()
public
withConfigurationRepository( $configurationRepository) : $this
Parameters
Return values
$this —configurationRepository()
protected
configurationRepository() : SettingsRepository
Tags
Return values
SettingsRepository —isValid()
protected
isValid( $value) : bool
Parameters
Return values
bool —parseValue()
protected
parseValue( $value) : mixed
Parameters
Return values
mixed —setId()
protected
setId(string $id) : void
Parameters
- $id : string