PHP Class Newscoop\GimmeBundle\EventListener\PaginationExtraDataSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$paginatorService

Public Methods

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

Method Details

__construct() public method

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

after() public method

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

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

Property Details

$paginatorService protected_oe property

protected $paginatorService