The completed backup stage.
More...
|
array | $params = null |
| Custom form params that will be added as hidden inputs.
|
|
array | $results |
| The results of the backup execution.
|
|
int | $stage = 1 |
| The current stage.
|
|
base_moodleform | $stageform = null |
| The moodleform for this stage.
|
|
base_ui | $ui |
| The backuck UI object.
|
|
The completed backup stage.
At this stage everything is done and the user will be redirected to view the backup file in the file browser.
- Copyright
- 2010 Sam Hemelryk
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
backup_ui_stage_complete::__construct |
( |
backup_ui | $ui, |
|
|
array | $params = null, |
|
|
array | $results = null ) |
Constructs the complete backup stage.
- Parameters
-
◆ display()
Displays the completed backup stage.
Currently this just involves redirecting to the file browser with an appropriate message.
- Parameters
-
- Return values
-
Reimplemented from backup_ui_stage_final.
◆ get_backupid()
backup_ui_stage::get_backupid |
( |
| ) |
|
|
finalinherited |
The backup id from the backup controller.
- Return values
-
◆ get_name()
base_ui_stage::get_name |
( |
| ) |
|
|
inherited |
◆ get_next_stage()
base_ui_stage::get_next_stage |
( |
| ) |
|
|
inherited |
◆ get_params()
base_ui_stage::get_params |
( |
| ) |
|
|
finalinherited |
Returns the custom params for this stage.
- Return values
-
◆ get_prev_stage()
base_ui_stage::get_prev_stage |
( |
| ) |
|
|
finalinherited |
The previous stage.
- Return values
-
◆ get_stage()
base_ui_stage::get_stage |
( |
| ) |
|
|
finalinherited |
The current stage.
- Return values
-
◆ get_ui()
base_ui_stage::get_ui |
( |
| ) |
|
|
finalinherited |
Returns the base UI class.
- Return values
-
◆ get_uniqueid()
base_ui_stage::get_uniqueid |
( |
| ) |
|
|
finalinherited |
The backup id from the backup controller.
- Return values
-
◆ initialise_stage_form()
backup_ui_stage_final::initialise_stage_form |
( |
| ) |
|
|
protectedinherited |
should NEVER be called... throws an exception
Reimplemented from base_ui_stage.
◆ is_first_stage()
base_ui_stage::is_first_stage |
( |
| ) |
|
|
inherited |
Returns true if this stage is the first stage.
- Return values
-
Reimplemented in restore_ui_stage.
◆ process()
Processes the final stage.
In this case it ALWAYS passes processing to the previous stage (confirmation)
- Parameters
-
- Return values
-
Reimplemented from base_ui_stage.
The documentation for this class was generated from the following file:
- backup/util/ui/backup_ui_stage.class.php