isLoggedIn = $isLoggedIn; } public function isLoggedIn(): bool { return $this->isLoggedIn; } }