class
Illuminate
/
Routing
/
Events
/
ResponsePrepared
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ResponsePrepared
Properties
public
$request Symfony\...\Request
The request instance.
Default: null
public
$response Symfony\...\Response
The response instance.
Default: null
Methods
public
__construct ( $request , $response ) : void
Create a new event instance.
Parameters
- $request Symfony\...\Request
- $response Symfony\...\Response