ClassIndex = $class_id; $this->InstanceIndex = $inst_id; } public function __toString() { return $this->ClassIndex . "$" . $this->InstanceIndex; } }