| 1 | <?php |
||
| 13 | class RunEvent extends ResponseEvent |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Creates an instance of RunEvent. |
||
| 17 | * |
||
| 18 | * @param Request $request |
||
| 19 | */ |
||
| 20 | public function __construct(Request $request) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @codeCoverageIgnore |
||
| 27 | * |
||
| 28 | * @param Response $response |
||
| 29 | * @return self |
||
| 30 | */ |
||
| 31 | public function setResponse(Response $response): RunEvent |
||
| 37 | } |
||
| 38 |