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']}"; } }