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

Public Member Functions

 get_fileareas ()
 get_configdata_encoded_attributes ()

Static Public Member Functions

static encode_content_links ($content)

Protected Member Functions

 define_my_settings ()
 define_my_steps ()

Detailed Description

Default block task to backup blocks that haven't own DB structures to be added when one block is being backup

TODO: Finish phpdocs

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


Member Function Documentation

define_my_settings ( ) [protected]

Define (add) particular settings that each block can have

Reimplemented from backup_block_task.

Definition at line 35 of file backup_default_block_task.class.php.

define_my_steps ( ) [protected]

Define (add) particular steps that each block can have

Reimplemented from backup_block_task.

Definition at line 38 of file backup_default_block_task.class.php.

static encode_content_links ( content) [static]

Code the transformations to perform in the block in order to get transportable (encoded) links

Reimplemented from backup_block_task.

Definition at line 49 of file backup_default_block_task.class.php.

Define one array() of configdata attributes that need to be processed by the contenttransformer

Reimplemented from backup_block_task.

Definition at line 45 of file backup_default_block_task.class.php.

Define one array() of fileareas that each block controls

Reimplemented from backup_block_task.

Definition at line 41 of file backup_default_block_task.class.php.


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