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

Protected Member Functions

 define_structure ()
 process_wiki ($data)
 process_wiki_subwiki ($data)
 process_wiki_page ($data)
 process_wiki_version ($data)
 process_wiki_synonym ($data)
 process_wiki_link ($data)
 process_wiki_tag ($data)
 after_execute ()

Detailed Description

Define all the restore steps that will be used by the restore_wiki_activity_task Structure step to restore one wiki activity

Definition at line 32 of file restore_wiki_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 150 of file restore_wiki_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_wiki_stepslib.php.

Here is the call graph for this function:

process_wiki ( data) [protected]

Definition at line 53 of file restore_wiki_stepslib.php.

Here is the call graph for this function:

process_wiki_link ( data) [protected]

Definition at line 121 of file restore_wiki_stepslib.php.

Here is the call graph for this function:

process_wiki_page ( data) [protected]

Definition at line 83 of file restore_wiki_stepslib.php.

Here is the call graph for this function:

process_wiki_subwiki ( data) [protected]

Definition at line 70 of file restore_wiki_stepslib.php.

Here is the call graph for this function:

process_wiki_synonym ( data) [protected]

Definition at line 109 of file restore_wiki_stepslib.php.

Here is the call graph for this function:

process_wiki_tag ( data) [protected]

Definition at line 135 of file restore_wiki_stepslib.php.

Here is the call graph for this function:

process_wiki_version ( data) [protected]

Definition at line 97 of file restore_wiki_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