PHP Class Contao\BackendPage

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

Protected Properties

Property Type Description
$objAjax Ajax Current Ajax object

Public Methods

Method Description
__construct ( ) Initialize the controller
run ( ) : Response Run the controller and parse the 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 template
public run ( ) : Response
return Symfony\Component\HttpFoundation\Response

Property Details

$objAjax protected property

Current Ajax object
protected Ajax,contao $objAjax
return Ajax