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

Public Member Functions

 __construct (backup_ui $ui, array $params=null, array $results=null)
 display ()

Protected Attributes

 $results

Detailed Description

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.


Constructor & Destructor Documentation

__construct ( backup_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 439 of file backup_ui_stage.class.php.


Member Function Documentation

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.

Here is the call graph for this function:


Field Documentation

$results [protected]

Definition at line 432 of file backup_ui_stage.class.php.


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