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

Public Member Functions

 __construct ($contextid)
 process ()
 display ($renderer)
 get_stage ()
 get_progress_bar ()
 get_stage_name ()
 is_independent ()
 destroy ()

Detailed Description

Abstract class used to represent a restore stage that is indenependent.

An independent stage is a judged to be so because it doesn't require, and has no use for the restore controller.

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


Constructor & Destructor Documentation

__construct ( contextid) [abstract]

Member Function Documentation

destroy ( )

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

display ( renderer) [abstract]

Gets an array of progress bar items that can be displayed through the restore renderer.

Returns:
array Array of items for the progress bar

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

Here is the call graph for this function:

get_stage ( ) [abstract]

Reimplemented in restore_ui_stage_destination, and restore_ui_stage_confirm.

Here is the caller graph for this function:

is_independent ( ) [final]

Obviously true

Returns:
true

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

process ( ) [abstract]

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