PHP Class Wallabag\CoreBundle\Helper\PreparePagerForEntries

Afficher le fichier Open project: wallabag/wallabag

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Router $router )
prepare ( Pagerfanta\Adapter\AdapterInterface $adapter, integer $page = 1 ) : null | Pagerfanta\Pagerfanta

Method Details

__construct() public méthode

public __construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Router $router )
$tokenStorage Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
$router Symfony\Component\Routing\Router

prepare() public méthode

public prepare ( Pagerfanta\Adapter\AdapterInterface $adapter, integer $page = 1 ) : null | Pagerfanta\Pagerfanta
$adapter Pagerfanta\Adapter\AdapterInterface
$page integer
Résultat null | Pagerfanta\Pagerfanta