[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Event/ -> PostResponseEvent.php (summary)

(no description)

File Size: 46 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PostResponseEvent:: (2 methods):
  __construct()
  getResponse()


Class: PostResponseEvent  - X-Ref

Allows to execute logic after a response was sent.

Since it's only triggered on master requests, the `getRequestType()` method
will always return the value of `HttpKernelInterface::MASTER_REQUEST`.

__construct(HttpKernelInterface $kernel, Request $request, Response $response)   X-Ref
No description

getResponse()   X-Ref
Returns the response for which this event was thrown.

return: Response



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1