Moodle  2.2.1
http://www.collinsharper.com
restore_ui_stage_complete Class Reference
Inheritance diagram for restore_ui_stage_complete:
Collaboration diagram for restore_ui_stage_complete:

Public Member Functions

 __construct (restore_ui $ui, array $params=null, array $results=null)
 display (core_backup_renderer $renderer)

Protected Attributes

 $results

Detailed Description

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.


Constructor & Destructor Documentation

__construct ( restore_ui ui,
array params = null,
array results = null 
)

Constructs the complete backup stage

Parameters:
backup_ui$ui
array | null$params
array$results

Definition at line 742 of file restore_ui_stage.class.php.


Member Function Documentation

display ( core_backup_renderer renderer)

Displays the completed backup stage.

Currently this just envolves redirecting to the file browser with an appropriate message.

Parameters:
core_backup_renderer$renderer

Definition at line 756 of file restore_ui_stage.class.php.

Here is the call graph for this function:


Field Documentation

$results [protected]

Definition at line 735 of file restore_ui_stage.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations