PHP Class Newscoop\GimmeBundle\EventListener\QuerySubscriber

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

Protected Properties

Property Type Description
$paginationService

Public Methods

Method Description
__construct ( $paginationService )
getSubscribedEvents ( )
serveQuery ( Knp\Component\Pager\Event\ItemsEvent $event )

Method Details

__construct() public method

public __construct ( $paginationService )

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

serveQuery() public method

public serveQuery ( Knp\Component\Pager\Event\ItemsEvent $event )
$event Knp\Component\Pager\Event\ItemsEvent

Property Details

$paginationService protected_oe property

protected $paginationService