|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilLOXmlWriter. More...
Collaboration diagram for ilLOXmlWriter: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... | |
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 25 of file class.ilLOXmlWriter.php.
References ilObject\_lookupObjectId().
Here is the call graph for this function:
|
protected |
Get writer.
Definition at line 38 of file class.ilLOXmlWriter.php.
References $writer.
Referenced by getXml(), and write().
Here is the caller graph for this function:| ilLOXmlWriter::getXml | ( | ) |
Get xml.
Definition at line 79 of file class.ilLOXmlWriter.php.
References getWriter().
Here is the call graph for this function:| ilLOXmlWriter::write | ( | ) |
Write xml.
Definition at line 46 of file class.ilLOXmlWriter.php.
References $GLOBALS, $ilSetting, ilCourseObjective\_getObjectiveIds(), ilLOSettings\getInstanceByObjId(), and getWriter().
Here is the call graph for this function:
|
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().