RequestHandled
in package
Table of Contents
- $request : Request
- The request instance.
- $response : Response
- The response instance.
- __construct() : void
- Create a new event instance.
Properties
$request
The request instance.
public
Request
$request
$response
The response instance.
public
Response
$response
Methods
__construct()
Create a new event instance.
public
__construct(Request $request, Response $response) : void