PHP Класс Wallabag\CoreBundle\Controller\TagController

Наследование: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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