Moodle  2.2.1
http://www.collinsharper.com
restore_task Class Reference
Inheritance diagram for restore_task:
Collaboration diagram for restore_task:

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 ()

Detailed Description

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.


Constructor & Destructor Documentation

__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.


Member Function Documentation

If the task has been executed, launch its after_restore() method if available

Definition at line 102 of file restore_task.class.php.

Definition at line 58 of file restore_task.class.php.

get_info ( )

Definition at line 46 of file restore_task.class.php.

Here is the caller graph for this function:

Reimplemented in restore_block_task, and restore_activity_task.

Definition at line 90 of file restore_task.class.php.

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.

Definition at line 42 of file restore_task.class.php.

Here is the caller graph for this function:

Definition at line 50 of file restore_task.class.php.

Here is the caller graph for this function:

Definition at line 82 of file restore_task.class.php.

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.

Definition at line 62 of file restore_task.class.php.

Definition at line 74 of file restore_task.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations