|
ILIAS
release_8 Revision v8.24
|
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 25 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::addOriginalSkillPath | ( | $skillBaseId, | |
| $skillTrefId, | |||
| $originalSkillPath | |||
| ) |
Definition at line 36 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::addOriginalSkillTitle | ( | $skillBaseId, | |
| $skillTrefId, | |||
| $originalSkillTitle | |||
| ) |
Definition at line 31 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::addSkillLevelThreshold | ( | ilTestSkillLevelThresholdImport | $importedSkillLevelThreshold | ) |
Definition at line 41 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::current | ( | ) |
Definition at line 68 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 46 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::key | ( | ) |
Definition at line 81 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 73 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 97 of file class.ilTestSkillLevelThresholdImportList.php.
| ilTestSkillLevelThresholdImportList::valid | ( | ) |
Definition at line 89 of file class.ilTestSkillLevelThresholdImportList.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilTestSkillLevelThresholdImportList.php.
|
protected |
Definition at line 28 of file class.ilTestSkillLevelThresholdImportList.php.
|
protected |
Definition at line 27 of file class.ilTestSkillLevelThresholdImportList.php.