PHP Class Sulu\Bundle\WebsiteBundle\Routing\RequestListener

Datei anzeigen Open project: sulu/sulu

Public Methods

Method Description
__construct ( Symfony\Component\Routing\RouterInterface $router, Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface $requestAnalyzer )
onRequest ( GetResponseEvent $event )

Method Details

__construct() public method

public __construct ( Symfony\Component\Routing\RouterInterface $router, Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface $requestAnalyzer )
$router Symfony\Component\Routing\RouterInterface
$requestAnalyzer Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface

onRequest() public method

public onRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent