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

Public Member Functions

 get_fileareas ()
 get_configdata_encoded_attributes ()
 after_restore ()

Static Public Member Functions

static define_decode_contents ()
static define_decode_rules ()

Protected Member Functions

 define_my_settings ()
 define_my_steps ()

Detailed Description

Specialised restore task for the glossary_random block (using execute_after_tasks for recoding of glossaryid)

TODO: Finish phpdocs

Definition at line 31 of file restore_glossary_random_block_task.class.php.


Member Function Documentation

This function, executed after all the tasks in the plan have been executed, will perform the recode of the target glossary for the block. This must be done here and not in normal execution steps because the glossary may be restored after the block.

Definition at line 54 of file restore_glossary_random_block_task.class.php.

Here is the call graph for this function:

static define_decode_contents ( ) [static]

Define the contents in the activity that must be processed by the link decoder

Reimplemented from restore_block_task.

Definition at line 74 of file restore_glossary_random_block_task.class.php.

static define_decode_rules ( ) [static]

Define the decoding rules for links belonging to the activity to be executed by the link decoder

Reimplemented from restore_block_task.

Definition at line 78 of file restore_glossary_random_block_task.class.php.

define_my_settings ( ) [protected]

Define (add) particular settings that each block can have

Reimplemented from restore_block_task.

Definition at line 33 of file restore_glossary_random_block_task.class.php.

define_my_steps ( ) [protected]

Define (add) particular steps that each block can have

Reimplemented from restore_block_task.

Definition at line 36 of file restore_glossary_random_block_task.class.php.

Define one array() of configdata attributes that need to be decoded

Reimplemented from restore_block_task.

Definition at line 43 of file restore_glossary_random_block_task.class.php.

Define one array() of fileareas that each block controls

Reimplemented from restore_block_task.

Definition at line 39 of file restore_glossary_random_block_task.class.php.


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