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


Public Member Functions | |
| __construct ($contextid) | |
| process () | |
| display ($renderer) | |
| get_stage_name () | |
| get_filepath () | |
| get_course_id () | |
| get_stage () | |
| get_target () | |
Protected Attributes | |
| $contextid | |
| $filepath = null | |
| $courseid = null | |
| $target = backup::TARGET_NEW_COURSE | |
| $coursesearch = null | |
| $categorysearch = null | |
This is the destination stage.
This stage is the second stage and is also independent
Definition at line 219 of file restore_ui_stage.class.php.
| __construct | ( | $ | contextid | ) |
Reimplemented from restore_ui_independent_stage.
Definition at line 226 of file restore_ui_stage.class.php.

| display | ( | $ | renderer | ) |
Renders the destination stage screen
| core_backup_renderer | $renderer | renderer instance to use |
Reimplemented from restore_ui_independent_stage.
Definition at line 265 of file restore_ui_stage.class.php.

| get_course_id | ( | ) |
Definition at line 306 of file restore_ui_stage.class.php.
| get_filepath | ( | ) |
Definition at line 303 of file restore_ui_stage.class.php.
| get_stage | ( | ) |
Reimplemented from restore_ui_independent_stage.
Definition at line 309 of file restore_ui_stage.class.php.
| get_stage_name | ( | ) |
Reimplemented from restore_ui_independent_stage.
Definition at line 300 of file restore_ui_stage.class.php.
| get_target | ( | ) |
Definition at line 312 of file restore_ui_stage.class.php.
| process | ( | ) |
Reimplemented from restore_ui_independent_stage.
Definition at line 237 of file restore_ui_stage.class.php.

$categorysearch = null [protected] |
Definition at line 225 of file restore_ui_stage.class.php.
$contextid [protected] |
Definition at line 220 of file restore_ui_stage.class.php.
$courseid = null [protected] |
Definition at line 222 of file restore_ui_stage.class.php.
$coursesearch = null [protected] |
Definition at line 224 of file restore_ui_stage.class.php.
$filepath = null [protected] |
Definition at line 221 of file restore_ui_stage.class.php.
$target = backup::TARGET_NEW_COURSE [protected] |
Definition at line 223 of file restore_ui_stage.class.php.