PHP Class Newscoop\NewscoopBundle\EventListener\RouteListener

Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$listPaginatorService

Public Methods

Method Description
__construct ( ListPaginatorService $listPaginatorService )
onRequest ( GetResponseEvent $event ) Fill listPaginatorService with information about route and parameters from request

Method Details

__construct() public method

public __construct ( ListPaginatorService $listPaginatorService )
$listPaginatorService Newscoop\Services\ListPaginatorService

onRequest() public method

Fill listPaginatorService with information about route and parameters from request
public onRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent

Property Details

$listPaginatorService protected_oe property

protected $listPaginatorService