attributes['uid']; } public function getUserUID() { return $this->attributes['user_uid']; } public function getSite() { return $this->attributes['site']; } public function getTitle() { return $this->attributes['name']; } public function getEmail() { return $this->attributes['email']; } public function getStatus() { return $this->attributes['status']; } }