[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

GetResponseEvent:: (3 methods):
  getResponse()
  setResponse()
  hasResponse()


Class: GetResponseEvent  - X-Ref

Allows to create a response for a request.

Call setResponse() to set the response that will be returned for the
current request. The propagation of this event is stopped as soon as a
response is set.

getResponse()   X-Ref
Returns the response object.

return: Response|null

setResponse(Response $response)   X-Ref
Sets a response and stops event propagation.


hasResponse()   X-Ref
Returns whether a response was set.

return: bool Whether a response was set



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