Esempio n. 1
0
 protected function get_table_footer()
 {
     if ($this->is_assigning()) {
         return get_string('onlyvalidmoodleusers', 'local_elisprogram');
     }
     return parent::get_table_footer();
 }