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


Public Member Functions | |
| __construct (backup_ui $ui, array $params=null) | |
| process (base_moodleform $form=null) | |
Protected Member Functions | |
| initialise_stage_form () | |
Schema stage of backup process
During the schema stage the user is required to set the settings that relate to the area that they are backing up as well as its children.
Definition at line 164 of file backup_ui_stage.class.php.
| __construct | ( | backup_ui $ | ui, |
| array $ | params = null |
||
| ) |
Schema stage constructor
| backup_moodleform | $ui |
Reimplemented from backup_ui_stage.
Definition at line 169 of file backup_ui_stage.class.php.
| initialise_stage_form | ( | ) | [protected] |
Creates the backup_schema_form instance for this stage
Reimplemented from base_ui_stage.
Definition at line 222 of file backup_ui_stage.class.php.

| process | ( | base_moodleform $ | form = null | ) |
Processes the schema stage
| backup_moodleform | null | $form |
Reimplemented from base_ui_stage.
Definition at line 179 of file backup_ui_stage.class.php.
