|
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 () | |
This stage is the settings stage.
This stage is the third stage, it is dependent on a restore controller and is the first stage as such.
Definition at line 322 of file restore_ui_stage.class.php.
| __construct | ( | restore_ui $ | ui, |
| array $ | params = null |
||
| ) |
Initial restore stage constructor
| restore_ui | $ui |
Reimplemented from restore_ui_stage.
Definition at line 327 of file restore_ui_stage.class.php.
| initialise_stage_form | ( | ) | [protected] |
Creates an instance of the correct moodleform properly populated and all dependencies instantiated
Reimplemented from base_ui_stage.
Definition at line 367 of file restore_ui_stage.class.php.

| process | ( | base_moodleform $ | form = null | ) |
Processes the stage.
This must be overridden by every stage as it will be different for every stage
| backup_moodleform | null | $form |
Reimplemented from base_ui_stage.
Definition at line 332 of file restore_ui_stage.class.php.
