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


Public Member Functions | |
| get_paths () | |
| process_info ($data) | |
| process_info_details_mod ($data) | |
| process_info_details_mod_instance ($data) | |
| on_info_details_mod_end ($data) | |
| on_info_details_end () | |
Protected Attributes | |
| $modnames = array() | |
| $currentmod | |
Handles the conversion of /MOODLE_BACKUP/INFO paths
We do not produce any XML file here, just storing the data in the temp table so thay can be used by a later handler.
Definition at line 590 of file handlerlib.php.
| get_paths | ( | ) |
Definition at line 598 of file handlerlib.php.
Stashes the list of activity module types for later processing by moodle1_root_handler
Definition at line 650 of file handlerlib.php.
| on_info_details_mod_end | ( | $ | data | ) |
Stashes the backup info for later processing by moodle1_root_handler
Definition at line 632 of file handlerlib.php.

| process_info | ( | $ | data | ) |
Stashes the backup info for later processing by moodle1_root_handler
Definition at line 610 of file handlerlib.php.
| process_info_details_mod | ( | $ | data | ) |
Initializes the in-memory cache for the current mod
Definition at line 617 of file handlerlib.php.
| process_info_details_mod_instance | ( | $ | data | ) |
Appends the current instance data to the temporary in-memory cache
Definition at line 625 of file handlerlib.php.
$currentmod [protected] |
Definition at line 596 of file handlerlib.php.
$modnames = array() [protected] |
Definition at line 593 of file handlerlib.php.