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

Protected Member Functions

 define_structure ()
 process_scorm ($data)
 process_scorm_sco ($data)
 process_scorm_sco_data ($data)
 process_scorm_seq_objective ($data)
 process_scorm_seq_rolluprule ($data)
 process_scorm_seq_rolluprulecond ($data)
 process_scorm_seq_rulecond ($data)
 process_scorm_seq_rulecond_data ($data)
 process_scorm_seq_mapinfo ($data)
 process_scorm_sco_track ($data)
 after_execute ()

Detailed Description

Define all the restore steps that will be used by the restore_scorm_activity_task Structure step to restore one scorm activity

Definition at line 31 of file restore_scorm_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 186 of file restore_scorm_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 33 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm ( data) [protected]

Definition at line 56 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_sco ( data) [protected]

Definition at line 74 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_sco_data ( data) [protected]

Definition at line 86 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_sco_track ( data) [protected]

Definition at line 171 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_seq_mapinfo ( data) [protected]

Definition at line 159 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_seq_objective ( data) [protected]

Definition at line 98 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_seq_rolluprule ( data) [protected]

Definition at line 109 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_seq_rolluprulecond ( data) [protected]

Definition at line 120 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_seq_rulecond ( data) [protected]

Definition at line 133 of file restore_scorm_stepslib.php.

Here is the call graph for this function:

process_scorm_seq_rulecond_data ( data) [protected]

Definition at line 144 of file restore_scorm_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