|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | build_plan ($controller) |
| static | supported_backup_types () |
Static Protected Member Functions | |
| static | build_activity_plan ($controller, $id) |
| static | build_section_plan ($controller, $id) |
| static | build_course_plan ($controller, $id) |
Abstract class defining the static method in charge of building the whole backup plan, based in preferences.
TODO: Finish phpdocs
Definition at line 74 of file backup_plan_builder.class.php.
| static build_activity_plan | ( | $ | controller, |
| $ | id | ||
| ) | [static, protected] |
Build one 1-activity backup
Definition at line 120 of file backup_plan_builder.class.php.


| static build_course_plan | ( | $ | controller, |
| $ | id | ||
| ) | [static, protected] |
Build one 1-course backup
Definition at line 171 of file backup_plan_builder.class.php.


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

| static build_section_plan | ( | $ | controller, |
| $ | id | ||
| ) | [static, protected] |
Build one 1-section backup
Definition at line 149 of file backup_plan_builder.class.php.


| static supported_backup_types | ( | ) | [static] |
Return one array of supported backup types
Definition at line 111 of file backup_plan_builder.class.php.
