コード例 #1
0
ファイル: restore_stepslib.php プロジェクト: Jinelle/moodle
 protected function define_execution()
 {
     restore_dbops::create_included_users($this->get_basepath(), $this->get_restoreid(), $this->task->get_userid(), $this->task->get_progress());
 }
コード例 #2
0
ファイル: restore_stepslib.php プロジェクト: nottmoo/moodle
    protected function define_execution() {

        restore_dbops::create_included_users($this->get_basepath(), $this->get_restoreid(), $this->get_setting_value('user_files'), $this->task->get_userid());
    }