|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Skill tresholds for 360 surveys. More...
Collaboration diagram for ilSurveySkillThresholds:Public Member Functions | |
| __construct (ilObjSurvey $a_survey) | |
| Constructor. More... | |
| read () | |
| Read. More... | |
| getThresholds () | |
| Get thresholds. More... | |
| writeThreshold ($a_base_skill_id, $a_tref_id, $a_level_id, $a_threshold) | |
| Write threshold. More... | |
| cloneTo (ilObjSurvey $target_survey, array $mapping) | |
Protected Attributes | |
| $db | |
Skill tresholds for 360 surveys.
Definition at line 12 of file class.ilSurveySkillThresholds.php.
| ilSurveySkillThresholds::__construct | ( | ilObjSurvey | $a_survey | ) |
Constructor.
return
Definition at line 26 of file class.ilSurveySkillThresholds.php.
Here is the call graph for this function:| ilSurveySkillThresholds::cloneTo | ( | ilObjSurvey | $target_survey, |
| array | $mapping | ||
| ) |
Definition at line 87 of file class.ilSurveySkillThresholds.php.
| ilSurveySkillThresholds::getThresholds | ( | ) |
Get thresholds.
return
Definition at line 61 of file class.ilSurveySkillThresholds.php.
| ilSurveySkillThresholds::read | ( | ) |
Read.
return
Definition at line 41 of file class.ilSurveySkillThresholds.php.
Referenced by __construct().
Here is the caller graph for this function:| ilSurveySkillThresholds::writeThreshold | ( | $a_base_skill_id, | |
| $a_tref_id, | |||
| $a_level_id, | |||
| $a_threshold | |||
| ) |
Write threshold.
return
Definition at line 72 of file class.ilSurveySkillThresholds.php.
|
protected |
Definition at line 17 of file class.ilSurveySkillThresholds.php.
Referenced by read(), and writeThreshold().