Méthode | Description | |
---|---|---|
__construct ( Symfony\Component\HttpKernel\EventListener\RouterListener $baseRouterListener, Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface $requestAnalyzer ) | ||
getSubscribedEvents ( ) | ||
onKernelFinishRequest ( Symfony\Component\HttpKernel\Event\FinishRequestEvent $event ) | Simply pass the event to the route listener, because we have nothing to add here. | |
onKernelRequest ( |
Analyzes the request before passing the event to the default RouterListener from symfony and validates the result afterwards. |
public __construct ( Symfony\Component\HttpKernel\EventListener\RouterListener $baseRouterListener, Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface $requestAnalyzer ) | ||
$baseRouterListener | Symfony\Component\HttpKernel\EventListener\RouterListener | |
$requestAnalyzer | Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface |
public onKernelFinishRequest ( Symfony\Component\HttpKernel\Event\FinishRequestEvent $event ) | ||
$event | Symfony\Component\HttpKernel\Event\FinishRequestEvent |
public onKernelRequest ( |
||
$event |