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


Public Member Functions | |
| get_paths () | |
| process_course_header ($data, $raw) | |
| process_course_header_category ($data) | |
| on_course_header_end () | |
Protected Attributes | |
| $course = array() | |
| $courseraw = array() | |
| $category | |
Handles the conversion of /MOODLE_BACKUP/COURSE/HEADER paths
Definition at line 659 of file handlerlib.php.
| get_paths | ( | ) |
Definition at line 670 of file handlerlib.php.
| process_course_header | ( | $ | data, |
| $ | raw | ||
| ) |
Because there is the CATEGORY branch in the middle of the COURSE/HEADER branch, this is dispatched twice. We use $this->coursecooked to merge the result. Once the parser is fixed, it can be refactored.
Definition at line 726 of file handlerlib.php.
| process_course_header_category | ( | $ | data | ) |
Definition at line 731 of file handlerlib.php.
$category [protected] |
Definition at line 668 of file handlerlib.php.
Definition at line 662 of file handlerlib.php.
$courseraw = array() [protected] |
Definition at line 665 of file handlerlib.php.