|
| __construct (stdClass|cm_info $resource, int $userid, string $resourcefilename,) |
| Constructor for the base packager.
|
|
| get_package () |
| Prepare the backup file using appropriate setting overrides and return relevant information.
|
|
|
cm_info cm_info | $cminfo |
| $cminfo The course module which the resource belongs to.
|
|
stdClass stdClass | $course |
| $course The course which the resource belongs to.
|
|
string string | $resourcefilename = 'resource' |
| $resourcefilename The filename for the resource.
|
|
int int | $userid |
| $userid The ID of the user performing the packaging.
|
|
◆ __construct()
core\moodlenet\resource_packager::__construct |
( |
stdClass|cm_info | $resource, |
|
|
int | $userid, |
|
|
string | $resourcefilename ) |
Constructor for the base packager.
- Parameters
-
stdClass | cm_info | $resource | The resource object |
int | $userid | The user id |
◆ get_all_task_settings()
core\moodlenet\resource_packager::get_all_task_settings |
( |
backup_controller | $controller | ) |
|
|
protected |
Get all backup settings available for override.
- Return values
-
array | the associative array of taskclass => settings instances. |
◆ get_backup_controller()
core\moodlenet\resource_packager::get_backup_controller |
( |
| ) |
|
|
abstractprotected |
◆ get_package()
core\moodlenet\resource_packager::get_package |
( |
| ) |
|
Prepare the backup file using appropriate setting overrides and return relevant information.
- Return values
-
◆ override_task_setting()
core\moodlenet\resource_packager::override_task_setting |
( |
array | $alltasksettings, |
|
|
string | $settingname, |
|
|
int | $settingvalue ) |
|
protected |
Override a backup task setting with a given value.
- Parameters
-
array | $alltasksettings | All task settings. |
string | $settingname | The name of the setting to be overridden (task class name format). |
int | $settingvalue | Value to be given to the setting. |
◆ package()
The documentation for this class was generated from the following file:
- lib/classes/moodlenet/resource_packager.php