header = $header; $this->view = $view; } public function process() { $this->header->pageNotFound(); $twig = new TwigWrapper(); $data = array(); return $twig->render('page_404.html', $data); } }