Exemple #1
0
 public function get_table_to_history()
 {
     if ($this->{$_history_active}) {
         $this->_table_to_history = \history::get_table_with_history();
     }
 }