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

  • RepositoryController

Class RepositoryController

Symfony\Bundle\FrameworkBundle\Controller\Controller
Extended by Mapbender\WmsBundle\Controller\RepositoryController
Namespace: Mapbender\WmsBundle\Controller
Author: Christian Wygoda
ManagerRoute("/repository/wms")
Located at Mapbender/WmsBundle/Controller/RepositoryController.php

Methods summary

public
# newAction( )

ManagerRoute("/new")

Method({

"GET" })

Template

public
# startAction( )

ManagerRoute("/start")

Method({

"GET" })

Template("MapbenderWmsBundle:Repository:form.html.twig")

public
# viewAction( Mapbender\WmsBundle\Entity\WmsSource $wms )

ManagerRoute("{wms}")

Method({

"GET"})

Template

public
# createAction( )

ManagerRoute("/create")

Method({

"POST" })

Template("MapbenderWmsBundle:Repository:new.html.twig")

public
# updateformAction( mixed $sourceId )

Updates a WMS Source

Updates a WMS Source

ManagerRoute("/{sourceId}/updateform")

Template("MapbenderWmsBundle:Repository:updateform.html.twig")

public
# updateAction( mixed $sourceId )

Updates a WMS Source

Updates a WMS Source

ManagerRoute("/{sourceId}/update")

Template("MapbenderWmsBundle:Repository:updateform.html.twig")

public
# deleteAction( mixed $sourceId )

Removes a WmsSource

Removes a WmsSource

ManagerRoute("/{sourceId}/delete")

Method({"GET"})

public
# deleteInstanceAction( mixed $slug, mixed $instanceId )

Removes a WmsInstance

Removes a WmsInstance

ManagerRoute("/{slug}/instance/{instanceId}/delete")

Method({"GET"})

public
# instanceAction( mixed $slug, mixed $instanceId )

Edits, saves the WmsInstance

Edits, saves the WmsInstance

ManagerRoute("/instance/{slug}/{instanceId}")

Template("MapbenderWmsBundle:Repository:instance.html.twig")

public
# instanceLayerPriorityAction( mixed $slug, mixed $instanceId, mixed $instLayerId )

Changes the priority of WmsInstanceLayers

Changes the priority of WmsInstanceLayers

ManagerRoute("/{slug}/instance/{instanceId}/priority/{instLayerId}")

public
# instanceEnabledAction( mixed $slug, mixed $instanceId )

Sets enabled/disabled for the WmsInstance

Sets enabled/disabled for the WmsInstance

ManagerRoute("/instance/{slug}/enabled/{instanceId}")

Method({

"POST" })
public
# metadataAction( )

Get Metadata for a wms service

Get Metadata for a wms service

ManagerRoute("/instance/metadata")

Method({

"POST" })

Magic methods summary

Properties summary

public static string $WMS_DIR
#"xml/wms"
Mapbender 3.0.6.1 API documenation API documentation generated by ApiGen 2.8.0