|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| utf8_to_entities ($str) | |
| parse ($strInputXML) | |
| tagOpen ($parser, $name, $attrs) | |
| tagData ($parser, $tagData) | |
| tagClosed ($parser, $name) | |
Data Fields | |
| $arrOutput = array() | |
| $resParser | |
| $strXmlData | |
Definition at line 783 of file scormlib.php.
| parse | ( | $ | strInputXML | ) |
Parse an XML text string and create an array tree that rapresent the XML structure
| string | $strInputXML | The XML string |
Definition at line 811 of file scormlib.php.
| tagClosed | ( | $ | parser, |
| $ | name | ||
| ) |
Definition at line 845 of file scormlib.php.
| tagData | ( | $ | parser, |
| $ | tagData | ||
| ) |
| tagOpen | ( | $ | parser, |
| $ | name, | ||
| $ | attrs | ||
| ) |
Definition at line 830 of file scormlib.php.
| utf8_to_entities | ( | $ | str | ) |
Convert a utf-8 string to html entities
| string | $str | The UTF-8 string |
Definition at line 795 of file scormlib.php.

| $arrOutput = array() |
Definition at line 785 of file scormlib.php.
| $resParser |
Definition at line 786 of file scormlib.php.
| $strXmlData |
Definition at line 787 of file scormlib.php.