Mapbender 3.0.6.2 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

  • BaseElement
  • DataManagerElement
  • DataStoreElement
  • QueryBuilderElement

Class BaseElement

Class BaseElement

Mapbender\CoreBundle\Component\Element
Extended by Mapbender\CoreBundle\Element\HTMLElement
Extended by Mapbender\DataSourceBundle\Element\BaseElement

Direct known subclasses

Mapbender\DigitizerBundle\Element\Digitizer

Namespace: Mapbender\DataSourceBundle\Element
Located at data-source/Element/BaseElement.php

Methods summary

public array
# prepareItems( mixed $items )

Prepare elements recursive.

Prepare elements recursive.

Parameters

$items

Returns

array
array

Overrides

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

Handles requests (API)

Handles requests (API)

Get request "action" variable and run defined action method.

Example: if $action="feature/get", then convert name and run $this->getFeatureAction($request);

Parameters

$action
The action to perform

Returns

Symfony\Component\HttpFoundation\Response
Response

Inheritdoc

Overrides

Mapbender\CoreBundle\Element\HTMLElement::httpAction
protected mixed
# prepareItem( mixed $item )

Prepare element by type

Prepare element by type

Parameters

$item

Returns

mixed
mixed

Overrides

Mapbender\CoreBundle\Element\HTMLElement::prepareItem
protected array|mixed
# getRequestData( )

Returns

array|mixed
array|mixed

Throws

LogicException
\LogicException
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException
\Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException
Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
\Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
protected integer
# getUserId( )

Returns

integer
int

Throws

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException
\Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException
Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
\Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
public mixed
# decodeRequest( array $request )

Decode request array variables

Decode request array variables

Parameters

$request

Returns

mixed
mixed

Methods inherited from Mapbender\CoreBundle\Element\HTMLElement

getAssets(), getConfiguration(), getFormAssets(), isAssoc(), listAssets()

Methods inherited from Mapbender\CoreBundle\Component\Element

__construct(), denormalizeConfiguration(), get(), getClassDescription(), getClassTags(), getClassTitle(), getDefaultConfiguration(), getDefaultElement(), getDescription(), getElementForm(), getEntity(), getFormTemplate(), getId(), getTemplateName(), getTitle(), getType(), getWidgetName(), mergeArrays(), normalizeConfiguration(), postSave(), render(), set(), trans(), updateAppConfig()

Magic methods summary

Properties summary

Properties inherited from Mapbender\CoreBundle\Element\HTMLElement

$defaultConfiguration, $description, $tags, $title

Properties inherited from Mapbender\CoreBundle\Component\Element

$application, $classNameParts, $container, $entity, $ext_api, $merge_configurations

Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0