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

Protected Member Functions

 execute_condition ()
 define_structure ()
 process_grading_area ($data)
 process_grading_definition ($data)
 process_grading_instance ($data)
 after_execute ()

Detailed Description

Defines the restore step for advanced grading methods attached to the activity module

Definition at line 1947 of file restore_stepslib.php.


Member Function Documentation

after_execute ( ) [protected]

Final operations when the database records are inserted

Reimplemented from restore_structure_step.

Definition at line 2064 of file restore_stepslib.php.

Here is the call graph for this function:

define_structure ( ) [protected]

Declares paths in the grading.xml file we are interested in

Reimplemented from restore_structure_step.

Definition at line 1967 of file restore_stepslib.php.

Here is the call graph for this function:

execute_condition ( ) [protected]

This step is executed only if the grading file is present

Reimplemented from restore_structure_step.

Definition at line 1952 of file restore_stepslib.php.

process_grading_area ( data) [protected]

Processes one grading area element

Parameters:
array$dataelement data

Definition at line 1993 of file restore_stepslib.php.

Here is the call graph for this function:

process_grading_definition ( data) [protected]

Processes one grading definition element

Parameters:
array$dataelement data

Definition at line 2011 of file restore_stepslib.php.

Here is the call graph for this function:

process_grading_instance ( data) [protected]

Processes one grading form instance element

Parameters:
array$dataelement data

Definition at line 2033 of file restore_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