PHP Class Contao\BackendPassword

Inheritance: extends Backend
Show file Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
__construct ( ) Initialize the controller
run ( ) : Response Run the controller and parse the password template

Method Details

__construct() public method

1. Import the user 2. Call the parent constructor 3. Authenticate the user 4. Load the language files DO NOT CHANGE THIS ORDER!
public __construct ( )

run() public method

Run the controller and parse the password template
public run ( ) : Response
return Symfony\Component\HttpFoundation\Response