Baikal\FrontendBundle\Controller\DashboardController::indexAction PHP 메소드

indexAction() 공개 메소드

public indexAction ( )
    public function indexAction()
    {
        return $this->render('BaikalFrontendBundle:Dashboard:index.html.twig', array('user' => $this->get('security.context')->getToken()->getUser()));
    }
DashboardController