Moodle  2.2.1
http://www.collinsharper.com
backup_course_completion_structure_step Class Reference
Inheritance diagram for backup_course_completion_structure_step:
Collaboration diagram for backup_course_completion_structure_step:

Protected Member Functions

 execute_condition ()
 define_structure ()

Detailed Description

Backups up the course completion information for the course.

Definition at line 1942 of file backup_stepslib.php.


Member Function Documentation

define_structure ( ) [protected]

The structure of the course completion backup

Returns:
backup_nested_element

Reimplemented from backup_structure_step.

Definition at line 1957 of file backup_stepslib.php.

Here is the call graph for this function:

execute_condition ( ) [protected]

To conditionally decide if one step will be executed or no

For steps needing to be executed conditionally, based in dynamic conditions (at execution time vs at declaration time) you must override this function. It will return true if the step must be executed and false if not

Reimplemented from backup_structure_step.

Definition at line 1944 of file backup_stepslib.php.


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