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


Public Member Functions | |
| get_paths () | |
| process_legacy_resource (array $data, array $raw) | |
| on_legacy_resource_end (array $data) | |
Base class for all modules that are successors of the 1.9 resource module
Definition at line 1956 of file handlerlib.php.
| get_paths | ( | ) | [final] |
Resource successors do not attach to paths themselves, they are called explicitely by moodle1_mod_resource_handler
Definition at line 1964 of file handlerlib.php.
| on_legacy_resource_end | ( | array $ | data | ) |
Called when the parses reaches the end </MOD> resource tag
| array | $data | the data returned by self::process_resource or just pre-cooked |
Definition at line 1984 of file handlerlib.php.
| process_legacy_resource | ( | array $ | data, |
| array $ | raw | ||
| ) |
Converts /MOODLE_BACKUP/COURSE/MODULES/MOD/RESOURCE data
Called by moodle1_mod_resource_handler::process_resource()
| array | $data | pre-cooked legacy resource data |
| array | $raw | raw legacy resource data |
Definition at line 1976 of file handlerlib.php.