Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • 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
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • MapbenderWmtsBundle
  • WmtsLayerFactory
  • WmtsLayerLoader
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download
 1: <?php
 2: 
 3: namespace Mapbender\WmtsBundle;
 4: 
 5: use Mapbender\CoreBundle\Component\MapbenderBundle;
 6: 
 7: class MapbenderWmtsBundle extends MapbenderBundle {
 8:     
 9:     public function getRepositoryManagers()
10:     {
11:         // VH: 20130313 - under development
12:         // return array(
13:         //     'wmts' => array(
14:         //         'id'    => 'wmts',
15:         //         'label' => 'OGC WMTS',
16:         //         'manager' => 'mapbender_wmts_repository',
17:         //         'startAction' => "MapbenderWmtsBundle:Repository:start",
18:         //         'bundle' => "MapbenderWmtsBundle"
19:         //     )
20:         // );
21: 
22:         return array();
23:     }
24: }
25: 
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0