user = $user; } /** * @return UserInterface */ public function getUser(): UserInterface { return $this->user; } /** * @return bool */ public function hasUser(): bool { return isset($this->user); } }