PHP 클래스 Contao\FrontendIndex

상속: extends Frontend
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Initialize the object
renderPage ( Collection | PageModel[] | PageModel $pageModel ) : Response Render a page
run ( ) : Response Run the controller

보호된 메소드들

메소드 설명
outputFromCache ( ) Try to load the page from the cache

메소드 상세

__construct() 공개 메소드

Initialize the object
public __construct ( )

outputFromCache() 보호된 메소드

Try to load the page from the cache
사용 중단: Deprecated since Contao 4.0, to be removed in Contao 5.0. Use the kernel.request event instead.
protected outputFromCache ( )

renderPage() 공개 메소드

Render a page
public renderPage ( Collection | PageModel[] | PageModel $pageModel ) : Response
$pageModel Contao\Model\Collection | PageModel[] | PageModel
리턴 Symfony\Component\HttpFoundation\Response

run() 공개 메소드

Run the controller
public run ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response