protected function _get_sign_elements($sorted = false)
 {
     global $id_thes;
     $str_to_hash = parent::_get_sign_elements($sorted);
     $str_to_hash .= "&id_thes=" . $id_thes;
     return $str_to_hash;
 }
 protected function _get_sign_elements($sorted = false)
 {
     global $type_autorite;
     $str_to_hash = parent::_get_sign_elements($sorted);
     $str_to_hash .= "&type_autorite=" . $type_autorite;
     return $str_to_hash;
 }
 protected function _get_sign_elements($sorted = false)
 {
     global $oeuvre_nature_selector, $oeuvre_type_selector;
     $str_to_hash = parent::_get_sign_elements($sorted);
     $str_to_hash .= "&oeuvre_nature_selector=" . $oeuvre_nature_selector . "&oeuvre_type_selector" . $oeuvre_type_selector;
     return $str_to_hash;
 }
 protected function _get_sign_elements($sorted = false)
 {
     global $thesaurus_classement_mode_pmb, $thesaurus_classement_defaut, $id_pclass;
     $str_to_hash = parent::_get_sign_elements($sorted);
     if ($thesaurus_classement_mode_pmb) {
         $str_to_hash .= "&num_pclass=" . $id_pclass;
     } else {
         $str_to_hash .= "&num_pclass=" . $thesaurus_classement_defaut;
     }
     return $str_to_hash;
 }