entity = new authority(0, $this->id, AUT_TABLE_CATEG); $this->isbd = $this->entity->get_object_instance()->libelle; } public function get_link_see(){ return str_replace("!!type!!", "category",$this->get_generic_link()); } }