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


Public Member Functions | |
| __construct (restore_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 415 of file restore_ui_stage.class.php.
| __construct | ( | restore_ui $ | ui, |
| array $ | params = null |
||
| ) |
Schema stage constructor
| backup_moodleform | $ui |
Reimplemented from restore_ui_stage.
Definition at line 420 of file restore_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 473 of file restore_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 430 of file restore_ui_stage.class.php.
