attributes['uid']; } public function getTitle() { return $this->attributes['description']; } public function __toString() { return "uid:{$this->attributes['uid']}|zone_uid:{$this->attributes['zone_uid']}|host:{$this->attributes['description']}|content:{$this->attributes['action']}"; } public function getParentField(): string { return "zone_uid"; } }