[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

TerminableInterface:: (1 method):
  terminate()


Interface: TerminableInterface  - X-Ref

Terminable extends the Kernel request/response cycle with dispatching a post
response event after sending the response and before shutting down the kernel.

terminate(Request $request, Response $response)   X-Ref
Terminates a request/response cycle.

Should be called after sending the response and before shutting down the kernel.

param: Request  $request  A Request instance
param: Response $response A Response instance



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