PHP 클래스 Frontend\Core\Engine\Frontend

We create all needed instances.
상속: extends KernelLoader, implements ApplicationInterface
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
display ( ) : Response
initialize ( ) Initializes the entire frontend; preload FB, URL, template and the requested page.

메소드 상세

display() 공개 메소드

public display ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

initialize() 공개 메소드

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