Neos\Flow\Mvc\Dispatcher::emitBeforeControllerInvocation PHP Method

emitBeforeControllerInvocation() protected method

This signal is emitted directly before the request is been dispatched to a controller.
protected emitBeforeControllerInvocation ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response, Neos\Flow\Mvc\Controller\ControllerInterface $controller ) : void
$request Neos\Flow\Mvc\RequestInterface
$response Neos\Flow\Mvc\ResponseInterface
$controller Neos\Flow\Mvc\Controller\ControllerInterface
return void
    protected function emitBeforeControllerInvocation(RequestInterface $request, ResponseInterface $response, ControllerInterface $controller)
    {
    }