Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 402 and 403]

(no description)

File Size: 69 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

activity_packager:: (2 methods):
  __construct()
  get_backup_controller()


Class: activity_packager  - X-Ref

Packager to prepare appropriate backup of an activity to share to MoodleNet.

__construct(cm_info $cminfo,int $userid,)   X-Ref
Constructor.

param: cm_info $cminfo context module information about the resource being packaged.
param: int $userid The ID of the user performing the packaging.

get_backup_controller()   X-Ref
Get the backup controller for the activity.

return: backup_controller the backup controller for the activity.