public function set_vedette_element_from_database()
 {
     $ontology = new ontology($this->params['id_ontology']);
     $this->isbd = $ontology->get_instance_label(onto_common_uri::get_uri($this->id));
 }