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


Public Member Functions | |
| __construct (backup_ui $ui, array $params=null) | |
| get_backupid () | |
Abstract stage class
This class should be extended by all backup stages (a requirement of many backup ui functions). Each stage must then define two abstract methods
Definition at line 41 of file backup_ui_stage.class.php.
| __construct | ( | backup_ui $ | ui, |
| array $ | params = null |
||
| ) |
Reimplemented in backup_ui_stage_final, backup_ui_stage_schema, and backup_ui_stage_initial.
Definition at line 43 of file backup_ui_stage.class.php.
| get_backupid | ( | ) | [final] |
The backup id from the backup controller
Definition at line 50 of file backup_ui_stage.class.php.
