Class KmlExport
Base class for all Mapbender elements.
This class defines all base methods and required instance methods to implement an Mapbender3 element.
- Mapbender\CoreBundle\Component\Element
-
Mapbender\KmlBundle\Element\KmlExport
Author: Christian Wygoda
Located at Mapbender/KmlBundle/Element/KmlExport.php
Methods summary
public static
string
|
|
public static
string
|
|
public static
array
|
|
public
string
|
#
getWidgetName( )
Get the function name of the JavaScript widget for this element. This will be called to initialize the element. |
public static
array
|
|
public
array
|
#
getConfiguration( )
Get the publicly exposed configuration, usually directly derived from the configuration field of the configuration entity. If you, for example, store passwords in your element configuration, you should override this method to return a cleaned up version of your configuration which can safely be exposed in the client. |
public
Symfony\Component\HttpFoundation\Response
|
|
public
string
|
Methods inherited from Mapbender\CoreBundle\Component\Element
__construct()
,
denormalizeConfiguration()
,
get()
,
getAssets()
,
getDefaultConfiguration()
,
getDefaultElement()
,
getDescription()
,
getElementForm()
,
getEntity()
,
getFormAssets()
,
getFormTemplate()
,
getId()
,
getTemplateName()
,
getTitle()
,
getType()
,
mergeArrays()
,
normalizeConfiguration()
,
postSave()
,
set()
,
trans()
,
updateAppConfig()
Magic methods summary
Properties summary
Properties inherited from Mapbender\CoreBundle\Component\Element
$application
,
$classNameParts
,
$container
,
$defaultConfiguration
,
$description
,
$entity
,
$ext_api
,
$merge_configurations
,
$tags
,
$title