PHP Class Frontend\Core\Engine\Frontend

We create all needed instances.
Inheritance: extends KernelLoader, implements ApplicationInterface
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

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

Method Details

display() public méthode

public display ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

initialize() public méthode

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