db
LoginController Class Reference

Inherits Controller.

Public Member Functions

 __construct (SessionService $sessionService, $redirectCotrollerIdentifier)
 
 login (HttpRequest $request)
 

Protected Member Functions

 createLoginForm (HttpRequest $request)
 

Protected Attributes

 $sessionService
 
 $redirectCotrollerIdentifier = NULL
 
 $loginFormViewName = "admin/login"
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( SessionService  $sessionService,
  $redirectCotrollerIdentifier 
)

Member Function Documentation

◆ createLoginForm()

createLoginForm ( HttpRequest  $request)
protected

◆ login()

login ( HttpRequest  $request)

Member Data Documentation

◆ $loginFormViewName

$loginFormViewName = "admin/login"
protected

◆ $redirectCotrollerIdentifier

$redirectCotrollerIdentifier = NULL
protected

◆ $sessionService

$sessionService
protected

The documentation for this class was generated from the following file: