user = $user; } /** * @return IUser * @since 18.0.0 */ public function getUser(): IUser { return $this->user; } }