PHP Class Contao\PageError404

Inheritance: extends Frontend
Show file Open project: contao/core-bundle

Public Methods

Method Description
generate ( ) Generate an error 404 page
getResponse ( ) : Response Return a response object

Protected Methods

Method Description
prepare ( ) : PageModel Prepare the output

Method Details

generate() public method

Generate an error 404 page
public generate ( )

getResponse() public method

Return a response object
public getResponse ( ) : Response
return Symfony\Component\HttpFoundation\Response

prepare() protected method

Prepare the output
protected prepare ( ) : PageModel
return PageModel