attributes[Model::PARENT]; } public function getID(): string { return $this->attributes['id'] ?? ""; } public function getSite(): string { return $this->attributes['site'] ?? ""; } public function getEmail(): string { return $this->attributes['email'] ?? ""; } }