|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| get_fileareas () | |
| get_configdata_encoded_attributes () | |
Static Public Member Functions | |
| static | define_decode_contents () |
| static | define_decode_rules () |
Protected Member Functions | |
| define_my_settings () | |
| define_my_steps () | |
Default block task to restore blocks not having own DB structures to be added
TODO: Finish phpdocs
Definition at line 30 of file restore_default_block_task.class.php.
| 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 48 of file restore_default_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 52 of file restore_default_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 34 of file restore_default_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 37 of file restore_default_block_task.class.php.
Define one array() of configdata attributes that need to be decoded
Reimplemented from restore_block_task.
Definition at line 44 of file restore_default_block_task.class.php.
| get_fileareas | ( | ) |
Define one array() of fileareas that each block controls
Reimplemented from restore_block_task.
Definition at line 40 of file restore_default_block_task.class.php.