PHP 클래스 Newscoop\GimmeBundle\Controller\EditorialCommentsApiController

상속: extends FOS\RestBundle\Controller\FOSRestController
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
createCommentAction ( Request $request, $number, $language ) Create editorial comments
editCommentAction ( Request $request, $number, $language, $commentId ) Edit editorial comments
getCommentAction ( Request $request, $number, $language, $commentId ) Get single editorial comment
getCommentsAction ( Request $request, $number, $language, $order ) Get editorial comments
removeCommentAction ( Request $request, $number, $language, $commentId ) Edit editorial comments

비공개 메소드들

메소드 설명
processForm ( Request $request, $articleNumber = null, $languageId = null, $commentId = null ) : Form Process editorial comments form

메소드 상세

createCommentAction() 공개 메소드

Create editorial comments
public createCommentAction ( Request $request, $number, $language )
$request Symfony\Component\HttpFoundation\Request

editCommentAction() 공개 메소드

Edit editorial comments
public editCommentAction ( Request $request, $number, $language, $commentId )
$request Symfony\Component\HttpFoundation\Request

getCommentAction() 공개 메소드

Get single editorial comment
public getCommentAction ( Request $request, $number, $language, $commentId )
$request Symfony\Component\HttpFoundation\Request

getCommentsAction() 공개 메소드

Get editorial comments
public getCommentsAction ( Request $request, $number, $language, $order )
$request Symfony\Component\HttpFoundation\Request

removeCommentAction() 공개 메소드

Edit editorial comments
public removeCommentAction ( Request $request, $number, $language, $commentId )
$request Symfony\Component\HttpFoundation\Request