phpDocumentor

FontGroupOption extends AbstractComponentGroupOption

Class FontGroupOption

Table of Contents

$attributes  : ComponentOptionAttributeCollection
$configurationRepository  : SettingsRepository
$default  : mixed
$enableCustomization  : CheckboxOption
$for  : string|null
$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
$color  : ColorpickerOption
$family  : TextBox
$size  : TextBox
$style  : DropdownSelectOption
$textAlign  : DropdownSelectOption
$textDecorationUnderline  : CheckboxOption
$textTransformUppercase  : CheckboxOption
__clone()  : mixed
__construct()  : mixed
FontGroupOption constructor.
attributes()  : ComponentOptionAttributeCollection
color()  : ColorPickerOption
createFromJsonObject()  : bool|OptionCollection|mixed
defaultValue()  : mixed
enableCustomization()  : CheckboxOption
family()  : TextBox
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
requiresReload()  : bool
selector()  : mixed
setConfigurationRepository()  : mixed
size()  : TextBox
style()  : DropdownSelectOption
textAlign()  : DropdownSelectOption
textDecorationUnderline()  : CheckboxOption
textTransformUppercase()  : CheckboxOption
translatable()  : bool|null
type()  : string
value()  : mixed
visible()  : mixed
withConfigurationRepository()  : $this
configurationRepository()  : SettingsRepository
isValid()  : bool
parseValue()  : mixed
setId()  : void

Properties

Methods

__construct()

FontGroupOption constructor.

public __construct() : mixed
Return values
mixed

defaultValue()

public defaultValue() : mixed
Return values
mixed

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

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

isValid()

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

parseValue()

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

setId()

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

Search results