Neos\Flow\Mvc\Dispatcher::emitAfterControllerInvocation PHP Метод

emitAfterControllerInvocation() защищенный Метод

This signal is emitted directly after the request has been dispatched to a controller and the controller returned control back to the dispatcher.
protected emitAfterControllerInvocation ( 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
Результат void
    protected function emitAfterControllerInvocation(RequestInterface $request, ResponseInterface $response, ControllerInterface $controller)
    {
    }