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


Public Member Functions | |
| __construct (backup_ui $ui, array $params=null) | |
| process (base_moodleform $form=null) | |
| display () | |
Protected Member Functions | |
| initialise_stage_form () | |
Final stage of backup
This stage is special in that it is does not make use of a form. The reason for this is the order of procession of backup at this stage. The processesion is: 1. The final stage will be intialise. 2. The confirmation stage will be processed. 3. The backup will be executed 4. The complete stage will be loaded by execution 5. The complete stage will be displayed
This highlights that we neither need a form nor a display method for this stage we simply need to process.
Definition at line 387 of file backup_ui_stage.class.php.
| __construct | ( | backup_ui $ | ui, |
| array $ | params = null |
||
| ) |
Constructs the final stage
| backup_ui | $ui |
Reimplemented from backup_ui_stage.
Definition at line 392 of file backup_ui_stage.class.php.
| display | ( | ) |
should NEVER be called... throws an exception
Reimplemented from base_ui_stage.
Reimplemented in backup_ui_stage_complete.
Definition at line 413 of file backup_ui_stage.class.php.
| initialise_stage_form | ( | ) | [protected] |
should NEVER be called... throws an exception
Reimplemented from base_ui_stage.
Definition at line 407 of file backup_ui_stage.class.php.
| process | ( | base_moodleform $ | form = null | ) |
Processes the final stage.
In this case it ALWAYS passes processing to the previous stage (confirmation)
Reimplemented from base_ui_stage.
Definition at line 401 of file backup_ui_stage.class.php.