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);
    }