|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($name, $plan=null) | |
| get_restoreid () | |
| get_info () | |
| get_target () | |
| get_userid () | |
| get_decoder () | |
| is_samesite () | |
| is_missing_modules () | |
| is_excluding_activities () | |
| set_preloaded_information () | |
| get_preloaded_information () | |
| get_tempdir () | |
| get_old_courseid () | |
| get_old_contextid () | |
| get_old_system_contextid () | |
| execute_after_restore () | |
Abstract class defining the needed stuf for one restore task (a collection of steps)
TODO: Finish phpdocs
Definition at line 30 of file restore_task.class.php.
| __construct | ( | $ | name, |
| $ | plan = null |
||
| ) |
Constructor - instantiates one object of this class
Reimplemented from base_task.
Definition at line 35 of file restore_task.class.php.
If the task has been executed, launch its after_restore() method if available
Definition at line 102 of file restore_task.class.php.
| get_decoder | ( | ) |
Definition at line 58 of file restore_task.class.php.
| get_info | ( | ) |
Reimplemented in restore_block_task, and restore_activity_task.
Definition at line 90 of file restore_task.class.php.
| get_old_courseid | ( | ) |
Definition at line 86 of file restore_task.class.php.
Definition at line 94 of file restore_task.class.php.
Definition at line 78 of file restore_task.class.php.
| get_restoreid | ( | ) |
| get_target | ( | ) |
| get_tempdir | ( | ) |
Definition at line 82 of file restore_task.class.php.
| get_userid | ( | ) |
Definition at line 54 of file restore_task.class.php.
Definition at line 70 of file restore_task.class.php.
Definition at line 66 of file restore_task.class.php.
| is_samesite | ( | ) |
Definition at line 62 of file restore_task.class.php.
Definition at line 74 of file restore_task.class.php.