PHP Class Wallabag\CoreBundle\Controller\RssController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Afficher le fichier Open project: wallabag/wallabag

Méthodes publiques

Méthode Description
showArchiveAction ( User $user ) : Response Shows read entries for current user.
showStarredAction ( User $user ) : Response Shows starred entries for current user.
showUnreadAction ( User $user ) : Response Shows unread entries for current user.

Private Methods

Méthode Description
showEntries ( string $type, User $user ) : Response Global method to retrieve entries depending on the given type It returns the response to be send.

Method Details

showArchiveAction() public méthode

Shows read entries for current user.
public showArchiveAction ( User $user ) : Response
$user Wallabag\UserBundle\Entity\User
Résultat Symfony\Component\HttpFoundation\Response

showStarredAction() public méthode

Shows starred entries for current user.
public showStarredAction ( User $user ) : Response
$user Wallabag\UserBundle\Entity\User
Résultat Symfony\Component\HttpFoundation\Response

showUnreadAction() public méthode

Shows unread entries for current user.
public showUnreadAction ( User $user ) : Response
$user Wallabag\UserBundle\Entity\User
Résultat Symfony\Component\HttpFoundation\Response