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

  • ApplicationController
  • ElementController
  • RepositoryController

Class RepositoryController

Mapbender repository controller

Symfony\Bundle\FrameworkBundle\Controller\Controller
Extended by Mapbender\ManagerBundle\Controller\RepositoryController
Namespace: Mapbender\ManagerBundle\Controller
Author: Christian Wygoda <christian.wygoda@wheregroup.com>
Author: Andreas Schmitz <andreas.schmitz@wheregroup.com>
Author: Paul Schmidt <paul.schmidt@wheregroup.com>
Author: Andriy Oblivantsev <andriy.oblivantsev@wheregroup.com>
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
# createAction( mixed $managertype )

Renders a list of importers

Renders a list of importers

ManagerRoute("/create/{managertype}")

Method({

"POST" })

Template()

public
# viewAction( mixed $sourceId )

ManagerRoute("/source/{sourceId}")

Method({"GET"})

Template

public
# confirmdeleteAction( mixed $sourceId )

deletes a Source

deletes a Source

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

Method({"GET"})

Template("MapbenderManagerBundle:Repository:confirmdelete.html.twig")

public
# deleteAction( mixed $sourceId )

deletes a Source

deletes a Source

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

Method({"POST"})

public
# updateformAction( mixed $sourceId )

Returns a Source update form.

Returns a Source update form.

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

Method({"GET"})

Template

public
# updateAction( mixed $sourceId )

Updates a Source

Updates a Source

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

Method({"POST"})

Template

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}")

Method({

"POST" })
public
# instanceLayerWeightAction( mixed $slug, mixed $instanceId, mixed $instLayerId )

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

Magic methods summary

Mapbender 3.0.6.1 API documenation API documentation generated by ApiGen 2.8.0