entity = new authority(0, $this->id, AUT_TABLE_TITRES_UNIFORMES); $this->isbd = $this->entity->get_isbd(); } public function get_link_see(){ return str_replace("!!type!!", "titre_uniforme",$this->get_generic_link()); } }