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


Public Member Functions | |
| __construct (restore_ui $ui, array $params=null, array $results=null) | |
| display (core_backup_renderer $renderer) | |
Protected Attributes | |
| $results | |
This is the completed stage.
Once this is displayed there is nothing more to do.
Definition at line 730 of file restore_ui_stage.class.php.
| __construct | ( | restore_ui $ | ui, |
| array $ | params = null, |
||
| array $ | results = null |
||
| ) |
Constructs the complete backup stage
| backup_ui | $ui | |
| array | null | $params | |
| array | $results |
Definition at line 742 of file restore_ui_stage.class.php.
| display | ( | core_backup_renderer $ | renderer | ) |
Displays the completed backup stage.
Currently this just envolves redirecting to the file browser with an appropriate message.
| core_backup_renderer | $renderer |
Definition at line 756 of file restore_ui_stage.class.php.

$results [protected] |
Definition at line 735 of file restore_ui_stage.class.php.