|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilSurveySkillThresholds:Public Member Functions | |
| __construct (ilObjSurvey $a_survey) | |
| read () | |
| getThresholds () | |
| writeThreshold (int $a_base_skill_id, int $a_tref_id, int $a_level_id, int $a_threshold) | |
| cloneTo (ilObjSurvey $target_survey, array $mapping) | |
Protected Attributes | |
| ilObjSurvey | $survey |
| ilDBInterface | $db |
| array | $threshold = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Skill tresholds for 360 surveys
Definition at line 23 of file class.ilSurveySkillThresholds.php.
| ilSurveySkillThresholds::__construct | ( | ilObjSurvey | $a_survey | ) |
Definition at line 30 of file class.ilSurveySkillThresholds.php.
Here is the call graph for this function:| ilSurveySkillThresholds::cloneTo | ( | ilObjSurvey | $target_survey, |
| array | $mapping | ||
| ) |
Definition at line 79 of file class.ilSurveySkillThresholds.php.
| ilSurveySkillThresholds::getThresholds | ( | ) |
Definition at line 55 of file class.ilSurveySkillThresholds.php.
References $threshold.
| ilSurveySkillThresholds::read | ( | ) |
Definition at line 39 of file class.ilSurveySkillThresholds.php.
References $db, $ilDB, and ILIAS\Repository\int().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSurveySkillThresholds::writeThreshold | ( | int | $a_base_skill_id, |
| int | $a_tref_id, | ||
| int | $a_level_id, | ||
| int | $a_threshold | ||
| ) |
Definition at line 60 of file class.ilSurveySkillThresholds.php.
|
protected |
Definition at line 26 of file class.ilSurveySkillThresholds.php.
Referenced by read(), and writeThreshold().
|
protected |
Definition at line 25 of file class.ilSurveySkillThresholds.php.
|
protected |
Definition at line 28 of file class.ilSurveySkillThresholds.php.
Referenced by getThresholds().