Пример #1
0
 protected function define_execution()
 {
     if ($this->task->get_preloaded_information()) {
         // if info is already preloaded, nothing to do
         return;
     }
     restore_dbops::process_categories_and_questions($this->get_restoreid(), $this->task->get_courseid(), $this->task->get_userid(), $this->task->is_samesite());
 }