AfterRequestDispatchedEvent
FinalYes
Event which is fired after the dispatcher has successfully dispatched a request to a controller/action.
Table of Contents
Methods
- __construct() : mixed
- getRequest() : RequestInterface
- getResponse() : ResponseInterface
Methods
__construct()
    public
                    __construct(RequestInterface $request, ResponseInterface $response) : mixed
    Parameters
- $request : RequestInterface
- $response : ResponseInterface
getRequest()
    public
                    getRequest() : RequestInterface
    Return values
RequestInterfacegetResponse()
    public
                    getResponse() : ResponseInterface