id = $concept_id*1; $this->authority = new authority(0, $this->id, AUT_TABLE_CONCEPT); } protected function get_join_recordslist() { return "JOIN index_concept ON notice_id = num_object"; } protected function get_clause_authority_id_recordslist() { return "num_concept = ".$this->id." AND type_object = ".TYPE_NOTICE; } protected function get_mode_recordslist() { return "concept_see"; } protected function get_title_recordslist() { global $msg, $charset; return htmlentities($msg['authperso_doc_auth_title'], ENT_QUOTES, $charset); return ""; } }