attributes['uid']; } public function getTitle() { return $this->attributes['id']; } public function getAuthId() { return $this->attributes['id']; } public function getAuthKey() { return $this->attributes['authkey']; } public function __toString() { return "{$this->attributes['id']} | {$this->attributes['authkey']} | {$this->attributes['status']}"; } }