Newscoop\GimmeBundle\Controller\EditorialCommentsApiController::createCommentAction PHP 메소드

createCommentAction() 공개 메소드

Create editorial comments
public createCommentAction ( Request $request, $number, $language )
$request Symfony\Component\HttpFoundation\Request
    public function createCommentAction(Request $request, $number, $language)
    {
        return $this->processForm($request, $number, $language);
    }