phpDocumentor

GoogleMapsGroupOption extends AbstractComponentGroupOption
in package

Class AbstractComponentGroupOption

Table of Contents

$apiKey  : GapiKeyOption
$attributes  : ComponentOptionAttributeCollection
$configurationRepository  : SettingsRepository
$default  : mixed
$for  : string|null
$group  : string
$hidden  : bool
$id  : string
$label  : string
$labelId  : string
$latitude  : TextBox
$longitude  : TextBox
$pageNamespace  : string|null
$requiresReload  : bool
$selector  : string
$translatable  : string|null
$type  : string
$value  : mixed
$visible  : null
$zoom  : SliderOption
__clone()  : mixed
__construct()  : mixed
apiKey()  : GapiKeyOption
attributes()  : ComponentOptionAttributeCollection
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
latitude()  : TextBox
longitude()  : TextBox
pageNamespace()  : string|null
requiresReload()  : bool
selector()  : mixed
setConfigurationRepository()  : mixed
translatable()  : bool|null
type()  : string|null
value()  : mixed
visible()  : mixed
withConfigurationRepository()  : $this
zoom()  : SliderOption
configurationRepository()  : SettingsRepository
initApiKeyOption()  : GoogleMapsGroupOption
initLatitudeOption()  : GoogleMapsGroupOption
initLongitudeOption()  : GoogleMapsGroupOption
initZoomOption()  : GoogleMapsGroupOption
isValid()  : bool
parseValue()  : mixed
setId()  : void

Properties

Methods

defaultValue()

public defaultValue() : mixed
Return values
mixed

getGroupOptions()

public getGroupOptions() : mixed
Tags
inheritcDoc
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(mixed $value) : bool
Parameters
$value : mixed
Tags
inheritcDoc
Return values
bool

parseValue()

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

setId()

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

Search results