attributes['id'] ?? ""; } public function getPassword(): string { return $this->attributes['passwd'] ?? ""; } public function getRole(): string { return $this->attributes['role'] ?? ""; } }