Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
|
Abstract class defining the static method in charge of building the whole restore plan, based in @restore_controller preferences. More...
Static Public Member Functions | |
static | build_plan ($controller) |
Dispatches, based on type to specialised builders. | |
Static Protected Member Functions | |
static | build_activity_plan ($controller, $activityid) |
Restore one 1-activity backup. | |
static | build_course_plan ($controller, $courseid) |
Restore one 1-course backup. | |
static | build_delegated_section_plan ($controller, $cmid) |
Build a course module delegated section backup plan. | |
static | build_section_plan ($controller, $sectionid) |
Restore one 1-section backup. | |
Abstract class defining the static method in charge of building the whole restore plan, based in @restore_controller preferences.
TODO: Finish phpdocs
|
staticprotected |
Build a course module delegated section backup plan.
restore_controller | $controller | |
int | $cmid | the parent course module id. |