Mapbender 3.0.6.3 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 RegistrationController

Self registration controller.

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

Methods summary

public
# setContainer( Symfony\Component\DependencyInjection\ContainerInterface $container = NULL )

Check if self registration is allowed.

Check if self registration is allowed.

setContainer is called after controller creation is used to deny access to controller if self registration has been disabled.

public
# sendAction( )

Registration step 3: Show instruction page that email has been sent

Registration step 3: Show instruction page that email has been sent

Method("GET")

Route("/user/registration/send")

Template

public
# formAction( )

Registration step 1: Registration form

Registration step 1: Registration form

Method("GET")

Route("/user/registration")

Template

public
# register( )

Registration step 2: Create user and set registration token

Registration step 2: Create user and set registration token

Method("POST")

Route("/user/registration")

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

public
# confirmAction( )

Registration step 4: Activate account by token

Registration step 4: Activate account by token

Method("GET")

Route("/user/activate")

public
# reset( )

Registration step 4a: Reset token (if expired)

Registration step 4a: Reset token (if expired)

Method("POST")

Route("/user/registration/reset")

public
# doneAction( )

Registration step 5: Welcome new user

Registration step 5: Welcome new user

Method("GET")

Route("/user/registration/done")

Template

protected
# checkTimeInterval( mixed $startTime, mixed $timeInterval )
protected
# sendEmail( mixed $user )

Magic methods summary

Mapbender 3.0.6.3 API documenation API documentation generated by ApiGen 2.8.0