index_name = $index_name; $this->index_hint_type = $index_hint_type; } function getIndexName() { return $this->index_name; } function getIndexHintType() { return $this->index_hint_type; } } /* End of file IndexHint.class.php */ /* Location: ./classes/db/queryparts/table/IndexHint.class.php */