|
ILIAS
release_4-4 Revision
|
Test results to XML class. More...
Inheritance diagram for ilTestResultsToXML:
Collaboration diagram for ilTestResultsToXML:Public Member Functions | |
| __construct ($test_id, $anonymized=false) | |
| getXML () | |
| xmlDumpMem ($format=TRUE) | |
| xmlDumpFile ($file, $format=TRUE) | |
Public Member Functions inherited from ilXmlWriter | |
| ilXmlWriter ($version="1.0", $outEnc="utf-8", $inEnc="utf-8") | |
| constructor More... | |
| _ilXmlWriter () | |
| destructor public More... | |
| xmlSetDtdDef ($dtdDef) | |
| Sets dtd definition. More... | |
| xmlSetStSheet ($stSheet) | |
| Sets stylesheet. More... | |
| xmlSetGenCmt ($genCmt) | |
| Sets generated comment. More... | |
| _xmlEscapeData ($data) | |
| Escapes reserved characters. More... | |
| xmlEncodeData ($data) | |
| Encodes text from input encoding into output encoding. More... | |
| xmlFormatData ($data) | |
| Indents text for better reading. More... | |
| xmlFormatElement ($array) | |
| Callback function for xmlFormatData; do not invoke directly. More... | |
| xmlHeader () | |
| Writes xml header public. More... | |
| xmlStartTag ($tag, $attrs=NULL, $empty=FALSE, $encode=TRUE, $escape=TRUE) | |
| Writes a starttag. More... | |
| xmlEndTag ($tag) | |
| Writes an endtag. More... | |
| xmlComment ($comment) | |
| Writes a comment. More... | |
| xmlData ($data, $encode=TRUE, $escape=TRUE) | |
| Writes data. More... | |
| xmlElement ($tag, $attrs=NULL, $data=Null, $encode=TRUE, $escape=TRUE) | |
| Writes a basic element (no children, just textual content) More... | |
| xmlDumpFile ($file, $format=TRUE) | |
| Dumps xml document from memory into a file. More... | |
| xmlDumpMem ($format=TRUE) | |
| Returns xml document from memory. More... | |
| appendXML ($a_str) | |
| append xml string to document More... | |
| xmlClear () | |
| clears xmlStr public More... | |
Protected Member Functions | |
| exportActiveIDs () | |
| exportPassResult () | |
| exportResultCache () | |
| exportTestSequence () | |
| exportTestSolutions () | |
| exportTestQuestions () | |
| exportTestResults () | |
| exportTestTimes () | |
Private Attributes | |
| $test_id = 0 | |
| $anonymized = false | |
| $active_ids | |
Additional Inherited Members | |
Data Fields inherited from ilXmlWriter | |
| $xmlStr | |
| $version | |
| $outEnc | |
| $inEnc | |
| $dtdDef = "" | |
| $stSheet = "" | |
| $genCmt = "Generated by ILIAS XmlWriter" | |
| ilTestResultsToXML::__construct | ( | $test_id, | |
$anonymized = false |
|||
| ) |
|
protected |
Definition at line 26 of file class.ilTestResultsToXML.php.
References $ilSetting, $result, $row, ilObjTestAccess\_getParticipantData(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 75 of file class.ilTestResultsToXML.php.
References $query, $result, $row, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 99 of file class.ilTestResultsToXML.php.
References $query, $result, $row, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 170 of file class.ilTestResultsToXML.php.
References $result, $row, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 194 of file class.ilTestResultsToXML.php.
References $query, $result, $row, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 124 of file class.ilTestResultsToXML.php.
References $query, $result, $row, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 146 of file class.ilTestResultsToXML.php.
References $query, $result, $row, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 217 of file class.ilTestResultsToXML.php.
References $query, $result, $row, ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestResultsToXML::getXML | ( | ) |
Definition at line 239 of file class.ilTestResultsToXML.php.
References exportActiveIDs(), exportPassResult(), exportResultCache(), exportTestQuestions(), exportTestResults(), exportTestSequence(), exportTestSolutions(), exportTestTimes(), ilXmlWriter\xmlEndTag(), ilXmlWriter\xmlHeader(), and ilXmlWriter\xmlStartTag().
Referenced by xmlDumpFile(), and xmlDumpMem().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestResultsToXML::xmlDumpFile | ( | $file, | |
$format = TRUE |
|||
| ) |
Definition at line 262 of file class.ilTestResultsToXML.php.
References $file, and getXML().
Referenced by ilTestExport\buildExportFileXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestResultsToXML::xmlDumpMem | ( | $format = TRUE | ) |
Definition at line 256 of file class.ilTestResultsToXML.php.
References getXML().
Here is the call graph for this function:
|
private |
Definition at line 17 of file class.ilTestResultsToXML.php.
|
private |
Definition at line 16 of file class.ilTestResultsToXML.php.
Referenced by __construct().
|
private |
Definition at line 15 of file class.ilTestResultsToXML.php.
Referenced by __construct().