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
Namespace: Mapbender\KmlBundle\Element
Author: Christian Wygoda
Located at Mapbender/KmlBundle/Element/KmlExport.php
Author: Christian Wygoda
Located at Mapbender/KmlBundle/Element/KmlExport.php
public
string
|
|
public
string
|
|
public
|
|
public
string
|
#
getWidgetName( )
Get the function name of the JavaScript widget for this element. This will be called to initialize the element. |
public
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
|
$application,
$container,
$entity
|