ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 = [] | |
$originalSkillPaths = [] | |
$importedSkillLevelThresholds = [] | |
Definition at line 27 of file class.ilTestSkillLevelThresholdImportList.php.
ilTestSkillLevelThresholdImportList::addOriginalSkillPath | ( | $skillBaseId, | |
$skillTrefId, | |||
$originalSkillPath | |||
) |
Definition at line 38 of file class.ilTestSkillLevelThresholdImportList.php.
ilTestSkillLevelThresholdImportList::addOriginalSkillTitle | ( | $skillBaseId, | |
$skillTrefId, | |||
$originalSkillTitle | |||
) |
Definition at line 33 of file class.ilTestSkillLevelThresholdImportList.php.
ilTestSkillLevelThresholdImportList::addSkillLevelThreshold | ( | ilTestSkillLevelThresholdImport | $importedSkillLevelThreshold | ) |
Definition at line 43 of file class.ilTestSkillLevelThresholdImportList.php.
ilTestSkillLevelThresholdImportList::current | ( | ) |
Definition at line 67 of file class.ilTestSkillLevelThresholdImportList.php.
References current().
Referenced by current().
ilTestSkillLevelThresholdImportList::getThresholdsByImportSkill | ( | $importSkillBaseId, | |
$importSkillTrefId | |||
) |
Definition at line 48 of file class.ilTestSkillLevelThresholdImportList.php.
ilTestSkillLevelThresholdImportList::key | ( | ) |
Definition at line 78 of file class.ilTestSkillLevelThresholdImportList.php.
References key().
Referenced by key(), and valid().
ilTestSkillLevelThresholdImportList::next | ( | ) |
Definition at line 73 of file class.ilTestSkillLevelThresholdImportList.php.
References next().
Referenced by next().
ilTestSkillLevelThresholdImportList::rewind | ( | ) |
Definition at line 88 of file class.ilTestSkillLevelThresholdImportList.php.
ilTestSkillLevelThresholdImportList::valid | ( | ) |
Definition at line 83 of file class.ilTestSkillLevelThresholdImportList.php.
References key().
|
protected |
Definition at line 31 of file class.ilTestSkillLevelThresholdImportList.php.
|
protected |
Definition at line 30 of file class.ilTestSkillLevelThresholdImportList.php.
|
protected |
Definition at line 29 of file class.ilTestSkillLevelThresholdImportList.php.