PHP Class Wallabag\CoreBundle\Controller\TagController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Datei anzeigen Open project: wallabag/wallabag

Public Methods

Method Description
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.

Method Details

addTagFormAction() public method

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

removeTagFromEntry() public method

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
return Symfony\Component\HttpFoundation\Response

showEntriesForTagAction() public method

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

showTagAction() public method

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