Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • MapbenderWmsBundle
  • WmsEvents
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download
 1: <?php
 2: 
 3: namespace Mapbender\WmsBundle;
 4: 
 5: use Mapbender\CoreBundle\Component\MapbenderBundle;
 6: 
 7: /**
 8:  * 
 9:  */
10: class MapbenderWmsBundle
11:         extends MapbenderBundle
12: {
13:     /**
14:      * @inheritdoc
15:      */
16:     public function getElements()
17:     {
18:         return array(
19:             'Mapbender\WmsBundle\Element\WmsLoader'
20:             );
21:     }
22: 
23:     /**
24:      * @inheritdoc
25:      */
26:     public function getRepositoryManagers()
27:     {
28:         return array(
29:             'wms' => array(
30:                 'id' => 'wms',
31:                 'label' => 'OGC WMS',
32:                 'manager' => 'mapbender_wms_repository',
33:                 'startAction' => "MapbenderWmsBundle:Repository:start",
34:                 'bundle' => "MapbenderWmsBundle"
35:             )
36:         );
37:     }
38: 
39: }
40: 
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0