type = $type; $this->key = $key; } public function getIndexField() { return $this->key; } public function __toString() { return $this->type; } }