ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_ref_id) | |
Constructor. More... | |
write () | |
Write xml. More... | |
getXml () | |
Data Fields | |
const | TYPE_TST_PO = 1 |
const | TYPE_TST_ALL = 2 |
const | TYPE_TST_RND = 3 |
Protected Member Functions | |
getWriter () | |
Protected Attributes | |
ilSetting | $setting |
Private Attributes | |
int | $ref_id = 0 |
int | $obj_id = 0 |
ilXmlWriter | $writer |
ilLogger | $log |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilLOXmlWriter
Definition at line 24 of file class.ilLOXmlWriter.php.
ilLOXmlWriter::__construct | ( | int | $a_ref_id | ) |
Constructor.
Definition at line 40 of file class.ilLOXmlWriter.php.
References $DIC, and ilObject\_lookupObjectId().
|
protected |
Definition at line 51 of file class.ilLOXmlWriter.php.
References $writer.
Referenced by getXml(), and write().
ilLOXmlWriter::getXml | ( | ) |
Definition at line 83 of file class.ilLOXmlWriter.php.
References getWriter().
ilLOXmlWriter::write | ( | ) |
Write xml.
Definition at line 59 of file class.ilLOXmlWriter.php.
References $factory, ILIAS\LTI\ToolProvider\$settings, ilCourseObjective\_getObjectiveIds(), ilLOSettings\getInstanceByObjId(), and getWriter().
|
private |
Definition at line 34 of file class.ilLOXmlWriter.php.
|
private |
Definition at line 31 of file class.ilLOXmlWriter.php.
|
private |
Definition at line 30 of file class.ilLOXmlWriter.php.
|
protected |
Definition at line 35 of file class.ilLOXmlWriter.php.
|
private |
Definition at line 32 of file class.ilLOXmlWriter.php.
Referenced by getWriter().
const ilLOXmlWriter::TYPE_TST_ALL = 2 |
Definition at line 27 of file class.ilLOXmlWriter.php.
Referenced by ilCourseObjectiveQuestion\toXml().
const ilLOXmlWriter::TYPE_TST_PO = 1 |
Definition at line 26 of file class.ilLOXmlWriter.php.
Referenced by ilLOTestAssignments\toXml().
const ilLOXmlWriter::TYPE_TST_RND = 3 |
Definition at line 28 of file class.ilLOXmlWriter.php.
Referenced by ilLORandomTestQuestionPools\toXml().