|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | imscp_file_info |
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Functions | |
| imscp_print_content ($imscp, $cm, $course) | |
| imscp_htmllize_item ($item, $imscp, $cm) | |
| imscp_parse_structure ($imscp, $context) | |
| imscp_parse_manifestfile ($manifestfilecontents) | |
| imscp_recursive_item ($xmlitem, $level, $resources) | |
| imscp_htmllize_item | ( | $ | item, |
| $ | imscp, | ||
| $ | cm | ||
| ) |
Internal function - creates htmls structure suitable for YUI tree.
Definition at line 61 of file locallib.php.


| imscp_parse_manifestfile | ( | $ | manifestfilecontents | ) |
Parse the contents of a IMS package's manifest file
| string | $manifestfilecontents | the contents of the manifest file |
Definition at line 102 of file locallib.php.


| imscp_parse_structure | ( | $ | imscp, |
| $ | context | ||
| ) |
Parse an IMS content package's manifest file to determine its structure
| object | $imscp | |
| object | $context |
Definition at line 87 of file locallib.php.


| imscp_print_content | ( | $ | imscp, |
| $ | cm, | ||
| $ | course | ||
| ) |
| imscp_recursive_item | ( | $ | xmlitem, |
| $ | level, | ||
| $ | resources | ||
| ) |