◆ addOriginalSkillPath()
ilTestSkillLevelThresholdImportList::addOriginalSkillPath |
( |
|
$skillBaseId, |
|
|
|
$skillTrefId, |
|
|
|
$originalSkillPath |
|
) |
| |
◆ addOriginalSkillTitle()
ilTestSkillLevelThresholdImportList::addOriginalSkillTitle |
( |
|
$skillBaseId, |
|
|
|
$skillTrefId, |
|
|
|
$originalSkillTitle |
|
) |
| |
◆ addSkillLevelThreshold()
◆ current()
ilTestSkillLevelThresholdImportList::current |
( |
| ) |
|
◆ getThresholdsByImportSkill()
ilTestSkillLevelThresholdImportList::getThresholdsByImportSkill |
( |
|
$importSkillBaseId, |
|
|
|
$importSkillTrefId |
|
) |
| |
Definition at line 31 of file class.ilTestSkillLevelThresholdImportList.php.
33 $thresholds = array();
35 foreach ($this as $skillLevelThreshold) {
36 if ($skillLevelThreshold->getImportSkillBaseId() != $importSkillBaseId) {
40 if ($skillLevelThreshold->getImportSkillTrefId() != $importSkillTrefId) {
44 $thresholds[] = $skillLevelThreshold;
◆ key()
ilTestSkillLevelThresholdImportList::key |
( |
| ) |
|
◆ next()
ilTestSkillLevelThresholdImportList::next |
( |
| ) |
|
◆ rewind()
ilTestSkillLevelThresholdImportList::rewind |
( |
| ) |
|
◆ valid()
ilTestSkillLevelThresholdImportList::valid |
( |
| ) |
|
◆ $importedSkillLevelThresholds
ilTestSkillLevelThresholdImportList::$importedSkillLevelThresholds = array() |
|
protected |
◆ $originalSkillPaths
ilTestSkillLevelThresholdImportList::$originalSkillPaths = array() |
|
protected |
◆ $originalSkillTitles
ilTestSkillLevelThresholdImportList::$originalSkillTitles = array() |
|
protected |
The documentation for this class was generated from the following file: