public function GetResponseEvent::getResponse in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Event/GetResponseEvent.php \Symfony\Component\HttpKernel\Event\GetResponseEvent::getResponse()
Returns the response object.
Return value
File
- vendor/
symfony/ http-kernel/ Event/ GetResponseEvent.php, line 39
Class
- GetResponseEvent
- Allows to create a response for a request.
Namespace
Symfony\Component\HttpKernel\EventCode
public function getResponse() {
return $this->response;
}