Mapbender 3.0.6.3 API documenation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • FOM
    • CoreBundle
      • Component
      • DependencyInjection
      • Doctrine
        • Types
      • Form
        • DataTransformer
        • Type
    • ManagerBundle
      • Component
      • Configuration
      • Controller
      • DependencyInjection
        • Compiler
      • Form
        • Type
      • Routing
    • UserBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
        • Factory
      • Entity
      • EventListener
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Firewall
  • Mapbender
    • Component
    • CoreBundle
      • Asset
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
          • Application
      • DependencyInjection
        • Compiler
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
      • Tests
        • Controller
      • Utils
      • Validator
        • Constraints
    • DataSourceBundle
      • Component
        • Drivers
          • Interfaces
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Extension
      • Tests
    • DigitizerBundle
      • Component
      • Element
        • Type
      • Entity
      • Utils
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Component
        • Exception
      • Controller
      • Form
        • DataTransformer
        • Type
      • Template
    • MobileBundle
      • DependencyInjection
      • Template
    • PrintBundle
      • Component
      • Element
        • Type
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
      • Tests
        • Component
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • Event
      • Form
        • DataTransformer
        • EventListener
        • Type
  • None
  • OwsProxy3
    • CoreBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Entity
      • Event
      • EventListener
      • Worker
  • PHP

Classes

  • SuggestMap
  • WmcEditor
  • WmcList
  • WmcLoader

Class WmcEditor

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
Extended by Mapbender\WmcBundle\Element\WmcEditor
Namespace: Mapbender\WmcBundle\Element
Author: Christian Wygoda
Located at Mapbender/WmcBundle/Element/WmcEditor.php

Methods summary

public static string
# getClassTitle( )

Returns

string
string

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::getClassTitle
public static string
# getClassDescription( )

Returns

string
string

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::getClassDescription
public static array
# getClassTags( )

Returns

array
array

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::getClassTags
public static array
# getDefaultConfiguration( )

Returns

array
array

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::getDefaultConfiguration
public static string
# getType( )

Returns

string
Administration type class name

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::getType
public static string
# getFormTemplate( )

Returns

string
string

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::getFormTemplate
public string
# getWidgetName( )

Returns

string
string

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::getWidgetName
public static array
# listAssets( )

Returns

array
array

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::listAssets
public array
# getConfiguration( )

Returns

array
array

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::getConfiguration
public string
# render( )

Returns

string
string

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Element::render
public Symfony\Component\HttpFoundation\Response
# httpAction( string $action )

Handle element Ajax requests.

Handle element Ajax requests.

Do your magic here.

Parameters

$action
The action to perform

Returns

Symfony\Component\HttpFoundation\Response
Response

Overrides

Mapbender\CoreBundle\Component\Element::httpAction
protected Symfony\Component\HttpFoundation\Response
# setPublic( )

Returns a json encoded

Returns a json encoded

Returns

Symfony\Component\HttpFoundation\Response
a json encoded result.
protected Symfony\Component\HttpFoundation\Response
# getWmc( )

Returns a json encoded or html form wmc or error if wmc is not found.

Returns a json encoded or html form wmc or error if wmc is not found.

Returns

Symfony\Component\HttpFoundation\Response
a json encoded result.
protected Symfony\Component\HttpFoundation\Response
# loadWmc( )

Returns a json encoded or html form wmc or error if wmc is not found.

Returns a json encoded or html form wmc or error if wmc is not found.

Returns

Symfony\Component\HttpFoundation\Response
a json encoded result.
protected Symfony\Component\HttpFoundation\Response
# getWmcList( )

Returns a html encoded list of all wmc documents

Returns a html encoded list of all wmc documents

Returns

Symfony\Component\HttpFoundation\Response
\Symfony\Component\HttpFoundation\Response
protected Symfony\Component\HttpFoundation\Response
# saveWmc( )

Returns

Symfony\Component\HttpFoundation\Response
a json encoded result.
protected Symfony\Component\HttpFoundation\Response
# confirmDeleteWmc( )

Returns a json encoded or html form wmc or error if wmc is not found.

Returns a json encoded or html form wmc or error if wmc is not found.

Returns

Symfony\Component\HttpFoundation\Response
a json encoded result.
protected Symfony\Component\HttpFoundation\Response
# deleteWmc( )

Returns a json encoded wmc or error if wmc is not found.

Returns a json encoded wmc or error if wmc is not found.

Returns

Symfony\Component\HttpFoundation\Response
a json encoded result.

Methods inherited from Mapbender\CoreBundle\Component\Element

__construct(), denormalizeConfiguration(), get(), getAssets(), getDefaultElement(), getDescription(), getElementForm(), getEntity(), getFormAssets(), getId(), getTemplateName(), getTitle(), 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

Mapbender 3.0.6.3 API documenation API documentation generated by ApiGen 2.8.0