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

  • ApplicationController
  • ElementController
  • RepositoryController
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class RepositoryController

Symfony\Bundle\FrameworkBundle\Controller\Controller
Extended by Mapbender\ManagerBundle\Controller\RepositoryController
Namespace: Mapbender\ManagerBundle\Controller
ManagerRoute("/repository")
Located at Mapbender/ManagerBundle/Controller/RepositoryController.php
Methods summary
public
# indexAction( mixed $page )

Renders the layer service repository.

Renders the layer service repository.

ManagerRoute("/{page}",

defaults={ "page"=1 }, requirements={ "page"="\d+" })

Method({

"GET" })

Template

public
# newAction( )

Renders a list of importers

Renders a list of importers

ManagerRoute("/new")

Method({

"GET" })

Template

public
# viewAction( mixed $sourceId )

ManagerRoute("/source/{sourceId}")

Method({"GET"})

Template

public
# deleteAction( mixed $sourceId )

deletes a Source

deletes a Source

ManagerRoute("/source/{sourceId}/delete")

Method({"POST"})

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

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

public
# instanceWeightAction( mixed $slug, mixed $layersetId, mixed $instanceId )

ManagerRoute("/application/{slug}/instance/{layersetId}/weight/{instanceId}")

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

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

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

ManagerRoute("/application/{slug}/instanceLayer/{instanceId}/weight/{instLayerId}")

Mapbender3 API documenation API documentation generated by ApiGen 2.8.0