app = $app; $this->request = $Request; return $this; } /** @return Request */ public function getRequest() { return $this->request; } }