attributes['uid']; } public function getTitle() { return "{$this->attributes['customer']} {$this->attributes['model']}"; } public function __toString() { return "uid:{$this->attributes['uid']}|{$this->attributes['customer']}|{$this->attributes['model']}"; } public function getIP() { return $this->attributes['ip']; } public function getPort() { return $this->attributes['port']; } public function getID() { return $this->attributes['id']; } public function getPassword() { return $this->attributes['passwd']; } }