Newscoop\GimmeBundle\Controller\EditorialCommentsApiController::editCommentAction PHP Метод

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

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