attributes['uid']; } public function getTitle() { return $this->attributes['host']; } public function __toString() { return "uid:{$this->attributes['uid']}|host:{$this->attributes['host']}"; } }