mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 08:00:37 +01:00
Merge branch 'MDL-69202_master' of https://github.com/ffhs/moodle
This commit is contained in:
commit
97b18d6743
@ -100,6 +100,15 @@ abstract class restore_activity_task extends restore_task {
|
||||
return $this->moduleid;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the old course module id (cmid of activity which will be restored)
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function get_old_moduleid() {
|
||||
return $this->oldmoduleid;
|
||||
}
|
||||
|
||||
public function get_old_moduleversion() {
|
||||
return $this->oldmoduleversion;
|
||||
}
|
||||
|
@ -129,13 +129,4 @@ class restore_lti_activity_task extends restore_activity_task {
|
||||
|
||||
return $rules;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for ltisource plugins.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function get_old_moduleid() {
|
||||
return $this->oldmoduleid;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user