public function PostResponseEvent::getRequest in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Event/PostResponseEvent.php \Symfony\Component\HttpKernel\Event\PostResponseEvent::getRequest()
Returns the request for which this event was thrown.
Return value
File
- vendor/
symfony/ http-kernel/ Event/ PostResponseEvent.php, line 59
Class
- PostResponseEvent
- Allows to execute logic after a response was sent.
Namespace
Symfony\Component\HttpKernel\EventCode
public function getRequest() {
return $this->request;
}