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


Public Member Functions | |
| __construct (backup_ui $ui, array $params=null, array $results=null) | |
| display () | |
Protected Attributes | |
| $results | |
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.
Definition at line 427 of file backup_ui_stage.class.php.
| __construct | ( | backup_ui $ | ui, |
| array $ | params = null, |
||
| array $ | results = null |
||
| ) |
Constructs the complete backup stage
| backup_ui | $ui | |
| array | null | $params | |
| array | $results |
Definition at line 439 of file backup_ui_stage.class.php.
| display | ( | ) |
Displays the completed backup stage.
Currently this just envolves redirecting to the file browser with an appropriate message.
core_renderer $OUTPUT
Reimplemented from backup_ui_stage_final.
Definition at line 452 of file backup_ui_stage.class.php.

$results [protected] |
Definition at line 432 of file backup_ui_stage.class.php.