* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; /** * Terminable extends the Kernel request/response cycle with dispatching a post * response event after sending the response and before shutting down the kernel. * * @author Jordi Boggiano * @author Pierre Minnieur */ interface TerminableInterface { /** * Terminates a request/response cycle. * * Should be called after sending the response and before shutting down the kernel. */ public function terminate(Request $request, Response $response); } __halt_compiler();----SIGNATURE:----F6VdRVGUkE6UQIvkm0bFUWwPJFDVMaPtj/PXOGjWFA5dmLjYw22593wFzAl1mJAoib/SA1XGwOHoChjd0y4fcoIk/0Og0gmkJn/6ZIy/54mv43S1Lcp7PKXQXb+fcDBZcIoKdE2qIel+Q0FoPg1d687rKfrhTbEgxQs6YCG+ryI0FtXcYaC3tNRvRNovf9h1eTrd+tHpFGFt5bmQTfL/T0eUGPXgzErvn1WBBiy37Y7PqxCQDYyAssx7zNdK7xH3GGNTqKEU5fQKejB8JITKxRnEknwXLvv/iKHNmzqto+wgKprWKAdysB4QDZE+SkbqF/66cxlS5YxbxNq4vm0rChwLyW3av1d0p1Tigg04zM3EpKGx7yHDXE3O1PXAlfavmHbtM9Bh23uuPTbljzVN6hLSvLj4gPSOdFvjjNzvrmYlurtFXJNBL11P/+4tgR9oBejRM4tr+HEV1MXFlC5UVyrNu0S0ZQbQPmBVnKXjD4whzkFHgjoM5f8IZC75q68e7uUORotLBo1TmyBos5IeyQ7GjC8EReHXKM0EArDd/nuMZXaS2fKVoe/RHXoMgR0SynIP1XiKRBKyRGbFir/2hzixHf4vWDWONmaq89Eou8Mr60LHDAoFv4JjI2A6uf5ffzL9tPNwHZElkBk2xGw7g3THucu3GevhEgmPLwsjSuU=----ATTACHMENT:----ODc0MTcxMzc2Njk4MzQ2NyAyNDI5MTMxOTI5MDc3NzcgODE0MDE2ODM4Njg2MDk3Mw==