getResponse(); if (!$response instanceof Response) { return $this; } $this->sendHeaders($event) ->sendContent($event); $event->stopPropagation(true); return $this; } }