|
ILIAS
release_8 Revision v8.24
|
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 25 of file class.ilTestSkillLevelThresholdExporter.php.
| ilTestSkillLevelThresholdExporter::__construct | ( | ) |
ilAssQuestionSkillAssignmentExporter constructor.
Definition at line 45 of file class.ilTestSkillLevelThresholdExporter.php.
| ilTestSkillLevelThresholdExporter::export | ( | ) |
Definition at line 98 of file class.ilTestSkillLevelThresholdExporter.php.
References $i, getAssignmentList(), getThresholdList(), and getXmlWriter().
Here is the call graph for this function:| ilTestSkillLevelThresholdExporter::getAssignmentList | ( | ) |
Definition at line 69 of file class.ilTestSkillLevelThresholdExporter.php.
References $assignmentList.
Referenced by export().
Here is the caller graph for this function:| ilTestSkillLevelThresholdExporter::getThresholdList | ( | ) |
Definition at line 85 of file class.ilTestSkillLevelThresholdExporter.php.
References $thresholdList.
Referenced by export().
Here is the caller graph for this function:| ilTestSkillLevelThresholdExporter::getXmlWriter | ( | ) |
Definition at line 53 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 77 of file class.ilTestSkillLevelThresholdExporter.php.
References $assignmentList.
| ilTestSkillLevelThresholdExporter::setThresholdList | ( | $thresholdList | ) |
| ilTestSkillLevelThresholdList | $thresholdList |
Definition at line 93 of file class.ilTestSkillLevelThresholdExporter.php.
References $thresholdList.
| ilTestSkillLevelThresholdExporter::setXmlWriter | ( | ilXmlWriter | $xmlWriter | ) |
| ilXmlWriter | $xmlWriter |
Definition at line 61 of file class.ilTestSkillLevelThresholdExporter.php.
References $xmlWriter.
|
protected |
Definition at line 35 of file class.ilTestSkillLevelThresholdExporter.php.
Referenced by getAssignmentList(), and setAssignmentList().
|
protected |
Definition at line 40 of file class.ilTestSkillLevelThresholdExporter.php.
Referenced by getThresholdList(), and setThresholdList().
|
protected |
Definition at line 30 of file class.ilTestSkillLevelThresholdExporter.php.
Referenced by getXmlWriter(), and setXmlWriter().