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


Public Member Functions | |
| __construct ($ui, array $params=null) | |
| process (base_moodleform $form=null) | |
Protected Member Functions | |
| initialise_stage_form () | |
Confirmation stage
On this stage the user reviews the setting for the backup and can change the filename of the file that will be generated.
Definition at line 523 of file restore_ui_stage.class.php.
| __construct | ( | $ | ui, |
| array $ | params = null |
||
| ) |
Constructs the stage
| backup_ui | $ui |
Definition at line 528 of file restore_ui_stage.class.php.
| initialise_stage_form | ( | ) | [protected] |
Creates the backup_confirmation_form instance this stage requires
Reimplemented from base_ui_stage.
Definition at line 557 of file restore_ui_stage.class.php.

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