ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (ilDB $db) | |
setTestId ($testId) | |
getTestId () | |
resetThresholds () | |
loadFromDb () | |
getThreshold ($skillBaseId, $skillTrefId, $skillLevelId) |
Private Member Functions | |
addThreshold ($skillKey, $skillLevelId, $threshold) | |
buildSkillLevelThresholdByArray ($data) |
Private Attributes | |
$db | |
$testId | |
$thresholds = array() |
Definition at line 12 of file class.ilTestSkillLevelThresholdList.php.
ilTestSkillLevelThresholdList::__construct | ( | ilDB | $db | ) |
Definition at line 29 of file class.ilTestSkillLevelThresholdList.php.
References $db.
|
private |
Definition at line 77 of file class.ilTestSkillLevelThresholdList.php.
Referenced by loadFromDb().
|
private |
Definition at line 82 of file class.ilTestSkillLevelThresholdList.php.
Referenced by loadFromDb().
ilTestSkillLevelThresholdList::getTestId | ( | ) |
Definition at line 45 of file class.ilTestSkillLevelThresholdList.php.
References $testId.
Referenced by loadFromDb().
ilTestSkillLevelThresholdList::getThreshold | ( | $skillBaseId, | |
$skillTrefId, | |||
$skillLevelId | |||
) |
Definition at line 95 of file class.ilTestSkillLevelThresholdList.php.
ilTestSkillLevelThresholdList::loadFromDb | ( | ) |
Definition at line 55 of file class.ilTestSkillLevelThresholdList.php.
References $query, $res, $row, addThreshold(), buildSkillLevelThresholdByArray(), getTestId(), and resetThresholds().
ilTestSkillLevelThresholdList::resetThresholds | ( | ) |
Definition at line 50 of file class.ilTestSkillLevelThresholdList.php.
Referenced by loadFromDb().
ilTestSkillLevelThresholdList::setTestId | ( | $testId | ) |
int | $testId |
Definition at line 37 of file class.ilTestSkillLevelThresholdList.php.
References $testId.
|
private |
Definition at line 17 of file class.ilTestSkillLevelThresholdList.php.
Referenced by __construct().
|
private |
Definition at line 22 of file class.ilTestSkillLevelThresholdList.php.
Referenced by getTestId(), and setTestId().
|
private |
Definition at line 27 of file class.ilTestSkillLevelThresholdList.php.