|
@ -84,9 +84,9 @@ class restore_attendance_activity_task extends restore_activity_task { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Define the restore log rules that will be applied |
|
|
* Define the restore log rules that will be applied |
|
|
* by the {@link restore_logs_processor} when restoring |
|
|
* by the {@see restore_logs_processor} when restoring |
|
|
* attendance logs. It must return one array |
|
|
* attendance logs. It must return one array |
|
|
* of {@link restore_log_rule} objects |
|
|
* of {@see restore_log_rule} objects |
|
|
*/ |
|
|
*/ |
|
|
static public function define_restore_log_rules() { |
|
|
static public function define_restore_log_rules() { |
|
|
$rules = array(); |
|
|
$rules = array(); |
|
@ -97,9 +97,9 @@ class restore_attendance_activity_task extends restore_activity_task { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Define the restore log rules that will be applied |
|
|
* Define the restore log rules that will be applied |
|
|
* by the {@link restore_logs_processor} when restoring |
|
|
* by the {@see restore_logs_processor} when restoring |
|
|
* course logs. It must return one array |
|
|
* course logs. It must return one array |
|
|
* of {@link restore_log_rule} objects |
|
|
* of {@see restore_log_rule} objects |
|
|
* |
|
|
* |
|
|
* Note this rules are applied when restoring course logs |
|
|
* Note this rules are applied when restoring course logs |
|
|
* by the restore final task, but are defined here at |
|
|
* by the restore final task, but are defined here at |
|
|