ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilLOXmlWriter. More...
Public Member Functions | |
__construct ($a_ref_id) | |
Constructor. More... | |
write () | |
Write xml. More... | |
getXml () | |
Get xml. More... | |
Data Fields | |
const | TYPE_TST_PO = 1 |
const | TYPE_TST_ALL = 2 |
const | TYPE_TST_RND = 3 |
Protected Member Functions | |
getWriter () | |
Get writer. More... | |
Protected Attributes | |
$log = null | |
Private Attributes | |
$ref_id = 0 | |
$obj_id = 0 | |
$writer = null | |
Class ilLOXmlWriter.
Definition at line 12 of file class.ilLOXmlWriter.php.
ilLOXmlWriter::__construct | ( | $a_ref_id | ) |
Constructor.
Definition at line 30 of file class.ilLOXmlWriter.php.
References $GLOBALS, and ilObject\_lookupObjectId().
|
protected |
Get writer.
Definition at line 45 of file class.ilLOXmlWriter.php.
References $writer.
Referenced by getXml(), and write().
ilLOXmlWriter::getXml | ( | ) |
Get xml.
Definition at line 87 of file class.ilLOXmlWriter.php.
References getWriter().
ilLOXmlWriter::write | ( | ) |
Write xml.
Definition at line 53 of file class.ilLOXmlWriter.php.
References $factory, $ilSetting, ilCourseObjective\_getObjectiveIds(), ilLOSettings\getInstanceByObjId(), and getWriter().
|
protected |
Definition at line 25 of file class.ilLOXmlWriter.php.
|
private |
Definition at line 19 of file class.ilLOXmlWriter.php.
|
private |
Definition at line 18 of file class.ilLOXmlWriter.php.
|
private |
Definition at line 20 of file class.ilLOXmlWriter.php.
Referenced by getWriter().
const ilLOXmlWriter::TYPE_TST_ALL = 2 |
Definition at line 15 of file class.ilLOXmlWriter.php.
Referenced by ilCourseObjectiveQuestion\toXml().
const ilLOXmlWriter::TYPE_TST_PO = 1 |
Definition at line 14 of file class.ilLOXmlWriter.php.
Referenced by ilLOTestAssignments\toXml().
const ilLOXmlWriter::TYPE_TST_RND = 3 |
Definition at line 16 of file class.ilLOXmlWriter.php.
Referenced by ilLORandomTestQuestionPools\toXml().