You are here

private property GetResponseEvent::$response in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Event/GetResponseEvent.php \Symfony\Component\HttpKernel\Event\GetResponseEvent::response

The response object.

Type: Response

File

vendor/symfony/http-kernel/Event/GetResponseEvent.php, line 32

Class

GetResponseEvent
Allows to create a response for a request.

Namespace

Symfony\Component\HttpKernel\Event

Code

private $response;