|
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 272 of file backup_ui_stage.class.php.
| __construct | ( | $ | ui, |
| array $ | params = null |
||
| ) |
Constructs the stage
| backup_ui | $ui |
Definition at line 277 of file backup_ui_stage.class.php.
| initialise_stage_form | ( | ) | [protected] |
Creates the backup_confirmation_form instance this stage requires
Reimplemented from base_ui_stage.
Reimplemented in import_ui_stage_confirmation.
Definition at line 322 of file backup_ui_stage.class.php.


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