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

  • ACLController
  • GroupController
  • LoginController
  • PasswordController
  • RegistrationController
  • UserController

Class GroupController

Group management controller

Symfony\Bundle\FrameworkBundle\Controller\Controller
Extended by FOM\UserBundle\Controller\GroupController
Namespace: FOM\UserBundle\Controller
Author: Christian Wygoda
Located at FOM/UserBundle/Controller/GroupController.php

Methods summary

public
# indexAction( )

Renders group list.

Renders group list.

Method({

"GET" })

Route("/group")

Template

public
# newAction( )

Method({

"GET" })

Route("/group/new")

Template("FOMUserBundle:Group:form.html.twig")

public
# createAction( )

Method({

"POST" })

Route("/group")

Template("FOMUserBundle:Group:form.html.twig")

There is one weirdness when storing groups: In Doctrine Many-to-Many associations, updates are only written, when the owning side changes. For the User-Group association, the user is the owner part.
public
# editAction( mixed $id )

Method({

"GET" })

Route("/group/{id}/edit")

Template("FOMUserBundle:Group:form.html.twig")

public
# updateAction( mixed $id )

Method({

"POST" })

Route("/group/{id}/update")

Template("FOMUserBundle:Group:form.html.twig")

There is one weirdness when storing groups: In Doctrine Many-to-Many associations, updates are only written, when the owning side changes. For the User-Group association, the user is the owner part.
public
# deleteAction( mixed $id )

Method({

"POST" })

Route("/group/{id}/delete")

Magic methods summary

Mapbender 3.0.6.0 API documenation API documentation generated by ApiGen 2.8.0