Newscoop\GimmeBundle\Controller\CommentsController::createCommentAction PHP Метод

createCommentAction() публичный Метод

**Comment available statuses:** APPROVED - 0 PENDING - 1 HIDDEN - 2 DELETED - 3
public createCommentAction ( Request $request, $articleNumber, $languageCode ) : Form
$request Symfony\Component\HttpFoundation\Request
Результат Form
    public function createCommentAction(Request $request, $articleNumber, $languageCode)
    {
        return $this->processForm($request, null, $articleNumber, $languageCode);
    }