name: TerminableInterface class_comment: null dependencies: - name: Request type: class source: Symfony\Component\HttpFoundation\Request - name: Response type: class source: Symfony\Component\HttpFoundation\Response properties: [] methods: - name: terminate visibility: public parameters: - name: request - name: response comment: '# * 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.' traits: - Symfony\Component\HttpFoundation\Request - Symfony\Component\HttpFoundation\Response interfaces: []