Ejemplo n.º 1
0
 /**
  * Constructeur
  * @param notice $notice Instance de la classe notice associée
  */
 public function __construct($record)
 {
     $this->record = $record;
     $this->tabs = array();
     $this->add_tab($this->get_tab_records_indexed_with_concept());
     $this->add_tab($this->get_tab_authorities_indexed_with_concept());
     $this->record->set_record_tabs($this);
     $this->record->get_records_list_ui();
 }