示例#1
0
 protected function define_execution()
 {
     if ($this->task->get_preloaded_information()) {
         // if info is already preloaded, nothing to do
         return;
     }
     if (!$this->task->get_setting_value('users')) {
         // No userinfo being restored, nothing to do
         return;
     }
     restore_dbops::process_included_users($this->get_restoreid(), $this->task->get_courseid(), $this->task->get_userid(), $this->task->is_samesite(), $this->task->get_progress());
 }