| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilLOXmlWriter: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().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 51 of file class.ilLOXmlWriter.php.
References $writer.
Referenced by getXml(), and write().
 Here is the caller graph for this function:| ilLOXmlWriter::getXml | ( | ) | 
Definition at line 83 of file class.ilLOXmlWriter.php.
References getWriter().
 Here is the call graph for this function:| ilLOXmlWriter::write | ( | ) | 
Write xml.
Definition at line 59 of file class.ilLOXmlWriter.php.
References ilCourseObjective\_getObjectiveIds(), ilLOSettings\getInstanceByObjId(), and getWriter().
 Here is the call graph for this function:
      
  | 
  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().