phpDocumentor

BorderGroupOption extends AbstractComponentGroupOption
in package

Class BorderGroupOption

Table of Contents

$attributes  : ComponentOptionAttributeCollection
$configurationRepository  : SettingsRepository
$default  : mixed
$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
$bottom  : TextBox
$color  : ColorPickerOption
$left  : TextBox
$right  : TextBox
$style  : DropdownSelectOption
$top  : TextBox
__clone()  : mixed
clone inner objects
__construct()  : mixed
BorderGroupOption constructor.
attributes()  : ComponentOptionAttributeCollection
bottom()  : TextBox
color()  : ColorPickerOption
createFromJsonObject()  : bool|OptionCollection|mixed
defaultValue()  : mixed
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
left()  : TextBox
pageNamespace()  : string|null
requiresReload()  : bool
right()  : TextBox
selector()  : mixed
setConfigurationRepository()  : mixed
style()  : DropdownSelectOption
top()  : TextBox
translatable()  : bool|null
type()  : string
value()  : mixed
visible()  : mixed
withConfigurationRepository()  : $this
configurationRepository()  : SettingsRepository
isValid()  : bool
parseValue()  : mixed
setId()  : void

Properties

Methods

__clone()

clone inner objects

public __clone() : mixed
Return values
mixed

__construct()

BorderGroupOption constructor.

public __construct() : mixed
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( $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