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