PHP Class Frontend\Core\Engine\Frontend

We create all needed instances.
Inheritance: extends KernelLoader, implements ApplicationInterface
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
display ( ) : Response
initialize ( ) Initializes the entire frontend; preload FB, URL, template and the requested page.

Method Details

display() public method

public display ( ) : Response
return Symfony\Component\HttpFoundation\Response

initialize() public method

This method exists because the service container needs to be set before the page's functionality gets loaded.
public initialize ( )