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


Public Member Functions | |
| __construct (backup_ui $ui, array $params=null) | |
| process (base_moodleform $m=null) | |
Protected Member Functions | |
| initialise_stage_form () | |
Class representing the initial stage of a backup.
In this stage the user is required to set the root level settings.
Definition at line 63 of file backup_ui_stage.class.php.
| __construct | ( | backup_ui $ | ui, |
| array $ | params = null |
||
| ) |
Initial backup stage constructor
| backup_ui | $ui |
Reimplemented from backup_ui_stage.
Definition at line 69 of file backup_ui_stage.class.php.
| initialise_stage_form | ( | ) | [protected] |
Initialises the backup_moodleform instance for this stage
Reimplemented from base_ui_stage.
Definition at line 120 of file backup_ui_stage.class.php.

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