public function __construct($user_query)
 {
     $this->authority_type = AUT_TABLE_CATEG;
     parent::__construct($user_query);
     $this->object_table = "noeuds";
     $this->object_table_key = "id_noeud";
 }
 public function __construct($user_query)
 {
     $this->authority_type = AUT_TABLE_SUB_COLLECTIONS;
     parent::__construct($user_query);
     $this->object_table = "sub_collections";
     $this->object_table_key = "sub_coll_id";
 }
 public function __construct($user_query)
 {
     $this->authority_type = AUT_TABLE_AUTHPERSO;
     parent::__construct($user_query);
     $this->object_table = "authperso_authorities";
     $this->object_table_key = "id_authperso_authority";
 }
 public function __construct($user_query)
 {
     $this->authority_type = AUT_TABLE_TITRES_UNIFORMES;
     parent::__construct($user_query);
     $this->object_table = "titres_uniformes";
     $this->object_table_key = "tu_id";
 }
 public function __construct($user_query)
 {
     $this->authority_type = AUT_TABLE_AUTHORS;
     parent::__construct($user_query);
     $this->object_table = "authors";
     $this->object_table_key = "author_id";
 }
 public function __construct($user_query)
 {
     $this->authority_type = AUT_TABLE_SERIES;
     parent::__construct($user_query);
     $this->object_table = "series";
     $this->object_table_key = "serie_id";
 }
 public function __construct($user_query)
 {
     parent::__construct($user_query);
     $this->authority_type = AUT_TABLE_CONCEPT;
     $this->searcher_authorities_skos_concept = new searcher_autorities_skos_concepts($user_query);
     $this->searcher_authorities_skos_concept->add_fields_restrict($this->field_restrict);
 }
 public function __construct($user_query)
 {
     $this->authority_type = AUT_TABLE_INDEXINT;
     parent::__construct($user_query);
     $this->object_table = "indexint";
     $this->object_table_key = "indexint_id";
 }
 public function __construct($user_query)
 {
     $this->authority_type = AUT_TABLE_PUBLISHERS;
     parent::__construct($user_query);
     $this->object_table = "publishers";
     $this->object_table_key = "ed_id";
 }
 public function __construct($user_query)
 {
     parent::__construct($user_query);
     $this->object_key = "id_item";
     $this->object_index_key = "id_item";
     $this->object_words_table = "skos_words_global_index";
     $this->object_fields_table = "skos_fields_global_index";
     $this->field_restrict[] = array('field' => "code_champ", 'values' => array(1, 2, 3), 'op' => "and", 'not' => false);
 }
 public function __construct($user_query)
 {
     parent::__construct($user_query);
     $this->search_noise_limit_type = false;
 }