interface TerminableInterface
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) Terminates a request/response cycle. |
Terminates a request/response cycle.
Should be called after sending the response and before shutting down the kernel.
Request | $request | |
Response | $response |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/TerminableInterface.html