PHP Class Newscoop\GimmeBundle\EventListener\PaginationExtraDataSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$paginatorService

Méthodes publiques

Méthode Description
__construct ( PaginatorService $paginatorService )
after ( Knp\Component\Pager\Event\AfterEvent $event )
getSubscribedEvents ( )

Method Details

__construct() public méthode

public __construct ( PaginatorService $paginatorService )
$paginatorService Newscoop\Gimme\PaginatorService

after() public méthode

public after ( Knp\Component\Pager\Event\AfterEvent $event )
$event Knp\Component\Pager\Event\AfterEvent

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

Property Details

$paginatorService protected_oe property

protected $paginatorService