[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

(no description)

File Size: 65 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

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

param: Response $response

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

return: bool Whether a response was set



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1