Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Non instantiable factory class providing different backup object instances. More...
Static Public Member Functions | |
static | build_plan ($controller) |
Dispatches the creation of the @backup_plan to the proper format builder. | |
static | get_backup_activity_task ($format, $moduleid) |
Given one format and one course module id, return the corresponding backup_xxxx_activity_task() | |
static | get_backup_block_task ($format, $blockid, $moduleid=null) |
Given one format, one block id and, optionally, one moduleid, return the corresponding backup_xxx_block_task() | |
static | get_backup_course_task ($format, $courseid) |
Given one format and one course id, return the corresponding backup_course_task() | |
static | get_backup_section_task ($format, $sectionid) |
Given one format and one section id, return the corresponding backup_section_task() | |
static | get_destination_chain ($type, $id, $mode, $execution) |
static | get_logger_chain ($interactive, $execution, $backupid) |
Non instantiable factory class providing different backup object instances.
This class contains various methods available in order to easily create different parts of the backup architecture in an easy way
TODO: Finish phpdocs