|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilTestSkillLevelThresholdExporter:Public Member Functions | |
| __construct () | |
| ilAssQuestionSkillAssignmentExporter constructor. More... | |
| getXmlWriter () | |
| setXmlWriter (ilXmlWriter $xmlWriter) | |
| getAssignmentList () | |
| setAssignmentList ($assignmentList) | |
| getThresholdList () | |
| setThresholdList ($thresholdList) | |
| export () | |
Protected Attributes | |
| $xmlWriter | |
| $assignmentList | |
| $thresholdList | |
Definition at line 10 of file class.ilTestSkillLevelThresholdExporter.php.
| ilTestSkillLevelThresholdExporter::__construct | ( | ) |
ilAssQuestionSkillAssignmentExporter constructor.
Definition at line 30 of file class.ilTestSkillLevelThresholdExporter.php.
| ilTestSkillLevelThresholdExporter::export | ( | ) |
Definition at line 83 of file class.ilTestSkillLevelThresholdExporter.php.
References $i, getAssignmentList(), getThresholdList(), and getXmlWriter().
Here is the call graph for this function:| ilTestSkillLevelThresholdExporter::getAssignmentList | ( | ) |
Definition at line 54 of file class.ilTestSkillLevelThresholdExporter.php.
References $assignmentList.
Referenced by export().
Here is the caller graph for this function:| ilTestSkillLevelThresholdExporter::getThresholdList | ( | ) |
Definition at line 70 of file class.ilTestSkillLevelThresholdExporter.php.
References $thresholdList.
Referenced by export().
Here is the caller graph for this function:| ilTestSkillLevelThresholdExporter::getXmlWriter | ( | ) |
Definition at line 38 of file class.ilTestSkillLevelThresholdExporter.php.
References $xmlWriter.
Referenced by export().
Here is the caller graph for this function:| ilTestSkillLevelThresholdExporter::setAssignmentList | ( | $assignmentList | ) |
| ilAssQuestionSkillAssignmentList | $assignmentList |
Definition at line 62 of file class.ilTestSkillLevelThresholdExporter.php.
References $assignmentList.
| ilTestSkillLevelThresholdExporter::setThresholdList | ( | $thresholdList | ) |
| ilTestSkillLevelThresholdList | $thresholdList |
Definition at line 78 of file class.ilTestSkillLevelThresholdExporter.php.
References $thresholdList.
| ilTestSkillLevelThresholdExporter::setXmlWriter | ( | ilXmlWriter | $xmlWriter | ) |
| ilXmlWriter | $xmlWriter |
Definition at line 46 of file class.ilTestSkillLevelThresholdExporter.php.
References $xmlWriter.
|
protected |
Definition at line 20 of file class.ilTestSkillLevelThresholdExporter.php.
Referenced by getAssignmentList(), and setAssignmentList().
|
protected |
Definition at line 25 of file class.ilTestSkillLevelThresholdExporter.php.
Referenced by getThresholdList(), and setThresholdList().
|
protected |
Definition at line 15 of file class.ilTestSkillLevelThresholdExporter.php.
Referenced by getXmlWriter(), and setXmlWriter().