Moodle  2.2.1
http://www.collinsharper.com
restore_plan_builder Class Reference

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)

Detailed Description

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.


Member Function Documentation

static build_activity_plan ( controller,
activityid 
) [static, protected]

Restore one 1-activity backup

Definition at line 121 of file restore_plan_builder.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static build_course_plan ( controller,
courseid 
) [static, protected]

Restore one 1-course backup

Definition at line 177 of file restore_plan_builder.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static build_plan ( controller) [static]

Dispatches, based on type to specialised builders

Definition at line 85 of file restore_plan_builder.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static build_section_plan ( controller,
sectionid 
) [static, protected]

Restore one 1-section backup

Definition at line 152 of file restore_plan_builder.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations