index_name = $index_name; $this->index_hint_type = $index_hint_type; } function getIndexName(){ return $this->index_name; } function getIndexHintType() { return $this->index_hint_type; } } ?>