PHP 클래스 Wallabag\CoreBundle\Controller\TagController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: wallabag/wallabag

공개 메소드들

메소드 설명
addTagFormAction ( Request $request, Entry $entry ) : Response
removeTagFromEntry ( Request $request, Entry $entry, Wallabag\CoreBundle\Entity\Tag $tag ) : Response Removes tag from entry.
showEntriesForTagAction ( Wallabag\CoreBundle\Entity\Tag $tag, integer $page, Request $request ) : Response
showTagAction ( ) : Response Shows tags for current user.

메소드 상세

addTagFormAction() 공개 메소드

public addTagFormAction ( Request $request, Entry $entry ) : Response
$request Symfony\Component\HttpFoundation\Request
$entry Wallabag\CoreBundle\Entity\Entry
리턴 Symfony\Component\HttpFoundation\Response

removeTagFromEntry() 공개 메소드

Removes tag from entry.
public removeTagFromEntry ( Request $request, Entry $entry, Wallabag\CoreBundle\Entity\Tag $tag ) : Response
$request Symfony\Component\HttpFoundation\Request
$entry Wallabag\CoreBundle\Entity\Entry
$tag Wallabag\CoreBundle\Entity\Tag
리턴 Symfony\Component\HttpFoundation\Response

showEntriesForTagAction() 공개 메소드

public showEntriesForTagAction ( Wallabag\CoreBundle\Entity\Tag $tag, integer $page, Request $request ) : Response
$tag Wallabag\CoreBundle\Entity\Tag
$page integer
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\Response

showTagAction() 공개 메소드

Shows tags for current user.
public showTagAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response