Ojs\SiteBundle\Controller\CmsController::postAction PHP 메소드

postAction() 공개 메소드

public postAction ( AdminPost $page ) : Response
$page Ojs\AdminBundle\Entity\AdminPost
리턴 Symfony\Component\HttpFoundation\Response
    public function postAction(AdminPost $page)
    {
        return $this->render('OjsSiteBundle:Cms:post.html.twig', ['post' => $page]);
    }