PHP Class Wallabag\CoreBundle\Controller\RssController

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

Public Methods

Method 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

Method 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 method

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

showStarredAction() public method

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

showUnreadAction() public method

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