* * 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:----jls6UymNUHPtP7/O7SRpoVyjVgUjiWNPRYZOOcdNArgF5SXMxCWy/gjs3ZVmxxNXJsSKfRoGD1zCos6fSUHMYgZor69frFFGvdBnB4v11T1oI3igX+cs7YWHqzo/MDL+7yZumkhWXmHNdDILuYjHCmdnN3PBe3KU/y00re/9OGqK7FQUSKDfxzphT4oa48dyvvKNAjt57VWjCjQlSJP7jJppSFG4mQ6gwX18qSGwqY5CgfOd2VIHlT5uUzXJltwaiIIVE/vfxFzDBT7p+eSD/tF7O/fAU6xLXk7YKtPsSDiOpOCWQlKF+ak867l0Trh+IGuk+TZNOHczF+hi9mgficpfMxqf7b1zy/GRl14P7tAFhGrvqw+iQlkfusC4+kGqffQIofrafh7TwMryhAo88buo6dc/UNpAo0X1cPXqmwTib6RkQNjIpGVUBVzwckdFo4Q36Y/ZVdfq7QKePLQyYc7KiPlg6ur7UNQo1KneVMLdldrw+kK734X+g6t2an3BLq1+d6LLqkb+F2hP+W/Z/YauyJLp60mY6/f6nTa/ySBZpp5GlzuPoWho7dfxIIwTwCgSZaABkwFZuBVGl/JjvRLip4/SuEaGW/G40CI7FbWfX1dvuJLb/yxC1X4hJToS0qCDeZbCMipUcfxzIwSh11Tq0U7ltlQa1ae+FYxyhPo=----ATTACHMENT:----ODczMjk5NjczMDU4MzYxIDg5OTA0NDUyNDc5NzUwMDQgNTQzNjUwMDYwMjg5NDM1NQ==