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


Static Public Member Functions | |
| static | define_decode_contents () |
| static | define_decode_rules () |
| static | define_restore_log_rules () |
| static | define_restore_log_rules_for_course () |
Protected Member Functions | |
| define_my_settings () | |
| define_my_steps () | |
basiclti restore task that provides all the settings and steps to perform one complete restore of the activity
Definition at line 57 of file restore_lti_activity_task.class.php.
| static define_decode_contents | ( | ) | [static] |
Define the contents in the activity that must be processed by the link decoder
Reimplemented from restore_activity_task.
Definition at line 78 of file restore_lti_activity_task.class.php.
| static define_decode_rules | ( | ) | [static] |
Define the decoding rules for links belonging to the activity to be executed by the link decoder
Reimplemented from restore_activity_task.
Definition at line 90 of file restore_lti_activity_task.class.php.
| define_my_settings | ( | ) | [protected] |
Define (add) particular settings this activity can have
Reimplemented from restore_activity_task.
Definition at line 62 of file restore_lti_activity_task.class.php.
| define_my_steps | ( | ) | [protected] |
Define (add) particular steps this activity can have
Reimplemented from restore_activity_task.
Definition at line 69 of file restore_lti_activity_task.class.php.

| static define_restore_log_rules | ( | ) | [static] |
Define the restore log rules that will be applied by the restore_logs_processor when restoring basiclti logs. It must return one array of restore_log_rule objects
Reimplemented from restore_activity_task.
Definition at line 106 of file restore_lti_activity_task.class.php.
| static define_restore_log_rules_for_course | ( | ) | [static] |
Define the restore log rules that will be applied by the restore_logs_processor when restoring course logs. It must return one array of restore_log_rule objects
Note this rules are applied when restoring course logs by the restore final task, but are defined here at activity level. All them are rules not linked to any module instance (cmid = 0)
Definition at line 126 of file restore_lti_activity_task.class.php.