@api
Overrides TerminableInterface::terminate
public function terminate(Request $request, Response $response) { $this->dispatcher ->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response)); }