Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Abstract class defining the static method in charge of building the whole backup plan, based in @backup_controller preferences. More...
Static Public Member Functions | |
static | build_plan ($controller) |
Dispatches, based on type to specialised builders. | |
static | supported_backup_types () |
Return one array of supported backup types. | |
Static Protected Member Functions | |
static | build_activity_plan ($controller, $id) |
Build one 1-activity backup. | |
static | build_course_plan ($controller, $id) |
Build one 1-course backup. | |
static | build_section_plan ($controller, $id) |
Build one 1-section backup. | |
Abstract class defining the static method in charge of building the whole backup plan, based in @backup_controller preferences.
TODO: Finish phpdocs