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

  • Application
  • ApplicationYAMLMapper
  • BoundingBox
  • Element
  • EntityHandler
  • InstanceConfiguration
  • InstanceConfigurationOptions
  • KeywordUpdater
  • MapbenderBundle
  • ProxyService
  • SecurityContext
  • Signer
  • Size
  • SourceEntityHandler
  • SourceInstanceEntityHandler
  • SourceInstanceItemEntityHandler
  • SourceItemEntityHandler
  • SourceMetadata
  • SQLSearchEngine
  • StateHandler
  • Template
  • Utils
  • XmlValidator

Interfaces

  • ContainingKeyword
  • ExtendedCollection
  • SearchEngine

Class MapbenderBundle

The base bundle class for all Mapbender3 bundles.

Mapbender3 bundles are special in a way as they expose lists of their elements, layers and templates for the central Mapbender3 service, which aggregates these for use in the manager backend.

Symfony\Component\HttpKernel\Bundle\Bundle
Extended by FOM\ManagerBundle\Component\ManagerBundle
Extended by Mapbender\CoreBundle\Component\MapbenderBundle

Direct known subclasses

Mapbender\CoreBundle\MapbenderCoreBundle, Mapbender\DataSourceBundle\MapbenderDataSourceBundle, Mapbender\DigitizerBundle\MapbenderDigitizerBundle, Mapbender\DrupalIntegrationBundle\MapbenderDrupalIntegrationBundle, Mapbender\KmlBundle\MapbenderKmlBundle, Mapbender\ManagerBundle\MapbenderManagerBundle, Mapbender\MobileBundle\MapbenderMobileBundle, Mapbender\PrintBundle\MapbenderPrintBundle, Mapbender\WmcBundle\MapbenderWmcBundle, Mapbender\WmsBundle\MapbenderWmsBundle

Namespace: Mapbender\CoreBundle\Component
Author: Christian Wygoda
Located at Mapbender/CoreBundle/Component/MapbenderBundle.php

Methods summary

public Mapbender\CoreBundle\Component\Element
# getElements( )

Return list of element classes provided by this bundle. Each entry in the array is a fully qualified class name.

Return list of element classes provided by this bundle. Each entry in the array is a fully qualified class name.

Returns

Mapbender\CoreBundle\Component\Element
Array of element class names
public array
# getLayers( )

Return list of layer classes provided by this bundle. Each entry in the array is a fully qualified class name.

Return list of layer classes provided by this bundle. Each entry in the array is a fully qualified class name.

Returns

array
Array of layer class names
public Mapbender\CoreBundle\Component\Template[]
# getTemplates( )

Return list of template classes provided by this bundle. Each entry in the array is a fully qualified class name.

Return list of template classes provided by this bundle. Each entry in the array is a fully qualified class name.

Returns

Mapbender\CoreBundle\Component\Template[]
Array of template class names
public array
# getManagerControllers( )

Returns

array
array

Inheritdoc

Overrides

FOM\ManagerBundle\Component\ManagerBundle::getManagerControllers
public
# getRepositoryManagers( )

Source factories provide information about source importers/parsers/transformers

Source factories provide information about source importers/parsers/transformers

Methods inherited from FOM\ManagerBundle\Component\ManagerBundle

getACLClasses(), getRoles()

Magic methods summary

Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0