getDoctrine()->getRepository('KekRozsakFrontBundle:Document'); if (!($document = $docRepo->findOneBySlug($documentSlug))) throw $this->createNotFoundException('A kért dokumentum nem létezik!'); return array( 'document' => $document, ); } }