[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

FilterResponseEvent:: (3 methods):
  __construct()
  getResponse()
  setResponse()


Class: FilterResponseEvent  - X-Ref

Allows to filter a Response object.

You can call getResponse() to retrieve the current response. With
setResponse() you can set a new response that will be returned to the
browser.

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

getResponse()   X-Ref
Returns the current response object.

return: Response

setResponse(Response $response)   X-Ref
Sets a new response object.




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1