$this->controller->set_status(backup::STATUS_EXECUTING);
parent::execute();
$this->controller->set_status(backup::STATUS_FINISHED_OK);
+
+ events_trigger('course_restored', (object) array(
+ 'courseid' => $this->get_courseid(), // The new course
+ 'userid' => $this->get_userid(), // User doing the restore
+ 'type' => $this->controller->get_type(), // backup::TYPE_* constant
+ 'target' => $this->controller->get_target(), // backup::TARGET_* constant
+ 'mode' => $this->controller->get_mode(), // backup::MODE_* constant
+ 'operation' => $this->controller->get_operation(), // backup::OPERATION_* constant
+ 'samesite' => $this->controller->is_samesite(),
+ ));
}
/**
course_updated - object course table record
course_content_removed - object course table record + context property
course_deleted - object course table record + context property
+course_restored - custom object with courseid, userid and restore information
user_enrolled - object record from user_enrolments table + courseid,enrol
user_enrol_modified - object record from user_enrolments table + courseid,enrol