|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilTestSkillLevelThresholdImportList:
Collaboration diagram for ilTestSkillLevelThresholdImportList:Public Member Functions | |
| addOriginalSkillTitle ($skillBaseId, $skillTrefId, $originalSkillTitle) | |
| addOriginalSkillPath ($skillBaseId, $skillTrefId, $originalSkillPath) | |
| addSkillLevelThreshold (ilTestSkillLevelThresholdImport $importedSkillLevelThreshold) | |
| getThresholdsByImportSkill ($importSkillBaseId, $importSkillTrefId) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
Protected Attributes | |
| $originalSkillTitles = array() | |
| $originalSkillPaths = array() | |
| $importedSkillLevelThresholds = array() | |
Definition at line 10 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::addOriginalSkillPath | ( | $skillBaseId, | |
| $skillTrefId, | |||
| $originalSkillPath | |||
| ) |
Definition at line 21 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::addOriginalSkillTitle | ( | $skillBaseId, | |
| $skillTrefId, | |||
| $originalSkillTitle | |||
| ) |
Definition at line 16 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::addSkillLevelThreshold | ( | ilTestSkillLevelThresholdImport | $importedSkillLevelThreshold | ) |
Definition at line 26 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::current | ( | ) |
Definition at line 53 of file class.ilTestSkillLevelThresholdImportList.php.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdImportList::getThresholdsByImportSkill | ( | $importSkillBaseId, | |
| $importSkillTrefId | |||
| ) |
Definition at line 31 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::key | ( | ) |
Definition at line 69 of file class.ilTestSkillLevelThresholdImportList.php.
References key().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdImportList::next | ( | ) |
Definition at line 61 of file class.ilTestSkillLevelThresholdImportList.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdImportList::rewind | ( | ) |
Definition at line 85 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::valid | ( | ) |
Definition at line 77 of file class.ilTestSkillLevelThresholdImportList.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 14 of file class.ilTestSkillLevelThresholdImportList.php.
|
protected |
Definition at line 13 of file class.ilTestSkillLevelThresholdImportList.php.
|
protected |
Definition at line 12 of file class.ilTestSkillLevelThresholdImportList.php.