attributes['uid']; } public function getTitle() { return $this->attributes['name']; } public function getRole() { return $this->attributes['role']; } public function getPassword() { return $this->attributes['passwd']; } }