Knp\Bundle\KnpBundlesBundle\Controller\MainController::faqScoringAction PHP Method

faqScoringAction() public method

public faqScoringAction ( )
    public function faqScoringAction()
    {
        $text = file_get_contents(__DIR__ . '/../Resources/doc/faq_scoring.markdown');
        return $this->render('KnpBundlesBundle:Main:faqScoring.html.twig', array('text' => $text));
    }