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

Protected Member Functions

 define_structure ()
 process_workshop ($data)
 process_workshop_examplesubmission ($data)
 process_workshop_referenceassessment ($data)
 process_workshop_exampleassessment ($data)
 process_workshop_submission ($data)
 process_workshop_assessment ($data)
 process_workshop_aggregation ($data)
 after_execute ()

Detailed Description

Define all the restore steps that will be used by the restore_workshop_activity_task Structure step to restore one workshop activity

Definition at line 32 of file restore_workshop_stepslib.php.


Member Function Documentation

after_execute ( ) [protected]

This method will be executed after the whole structure step have been processed

After execution method for code needed to be executed after the whole structure has been processed. Useful for cleaning tasks, files process and others. Simply overwrite in in your steps if needed

Reimplemented from restore_structure_step.

Definition at line 210 of file restore_workshop_stepslib.php.

Here is the call graph for this function:

define_structure ( ) [protected]

Function that will return the structure to be processed by this restore_step. Must return one array of elements

Reimplemented from restore_structure_step.

Definition at line 34 of file restore_workshop_stepslib.php.

Here is the call graph for this function:

process_workshop ( data) [protected]

Definition at line 101 of file restore_workshop_stepslib.php.

Here is the call graph for this function:

process_workshop_aggregation ( data) [protected]

Definition at line 197 of file restore_workshop_stepslib.php.

Here is the call graph for this function:

process_workshop_assessment ( data) [protected]

Definition at line 182 of file restore_workshop_stepslib.php.

Here is the call graph for this function:

process_workshop_exampleassessment ( data) [protected]

Definition at line 151 of file restore_workshop_stepslib.php.

Here is the call graph for this function:

process_workshop_examplesubmission ( data) [protected]

Definition at line 120 of file restore_workshop_stepslib.php.

Here is the call graph for this function:

process_workshop_referenceassessment ( data) [protected]

Definition at line 136 of file restore_workshop_stepslib.php.

Here is the call graph for this function:

process_workshop_submission ( data) [protected]

Definition at line 166 of file restore_workshop_stepslib.php.

Here is the call graph for this function:


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