|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | build_plan ($controller) |
Static Protected Member Functions | |
| static | build_activity_plan ($controller, $activityid) |
| static | build_section_plan ($controller, $sectionid) |
| static | build_course_plan ($controller, $courseid) |
Abstract class defining the static method in charge of building the whole restore plan, based in preferences.
TODO: Finish phpdocs
Definition at line 80 of file restore_plan_builder.class.php.
| static build_activity_plan | ( | $ | controller, |
| $ | activityid | ||
| ) | [static, protected] |
Restore one 1-activity backup
Definition at line 121 of file restore_plan_builder.class.php.


| static build_course_plan | ( | $ | controller, |
| $ | courseid | ||
| ) | [static, protected] |
Restore one 1-course backup
Definition at line 177 of file restore_plan_builder.class.php.


| static build_plan | ( | $ | controller | ) | [static] |
Dispatches, based on type to specialised builders
Definition at line 85 of file restore_plan_builder.class.php.


| static build_section_plan | ( | $ | controller, |
| $ | sectionid | ||
| ) | [static, protected] |
Restore one 1-section backup
Definition at line 152 of file restore_plan_builder.class.php.

