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

Public Member Functions | |
| __construct ($contextid) | |
| process () | |
| display ($renderer) | |
| get_stage () | |
| get_progress_bar () | |
| get_stage_name () | |
| is_independent () | |
| destroy () | |
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.
| __construct | ( | $ | contextid | ) | [abstract] |
Reimplemented in restore_ui_stage_destination, and restore_ui_stage_confirm.
| destroy | ( | ) |
Definition at line 135 of file restore_ui_stage.class.php.
| display | ( | $ | renderer | ) | [abstract] |
Reimplemented in restore_ui_stage_destination, and restore_ui_stage_confirm.
| get_progress_bar | ( | ) |
Gets an array of progress bar items that can be displayed through the restore renderer.
Definition at line 104 of file restore_ui_stage.class.php.

| get_stage | ( | ) | [abstract] |
Reimplemented in restore_ui_stage_destination, and restore_ui_stage_confirm.

| get_stage_name | ( | ) | [abstract] |
Reimplemented in restore_ui_stage_destination, and restore_ui_stage_confirm.
| is_independent | ( | ) | [final] |
| process | ( | ) | [abstract] |
Reimplemented in restore_ui_stage_destination, and restore_ui_stage_confirm.