|
ILIAS
Release_5_0_x_branch Revision 61816
|
Survey skill thresholds GUI class. More...
Collaboration diagram for ilSurveySkillThresholdsGUI:Public Member Functions | |
| __construct (ilObjSurvey $a_survey) | |
| Constructor. | |
| executeCommand () | |
| Execute command. | |
| listCompetences () | |
| List competences. | |
| listSkillThresholds () | |
| List skill thresholds. | |
| selectSkill () | |
| Select skill. | |
| saveThresholds () | |
| Save Thresholds. | |
Survey skill thresholds GUI class.
Definition at line 13 of file class.ilSurveySkillThresholdsGUI.php.
| ilSurveySkillThresholdsGUI::__construct | ( | ilObjSurvey | $a_survey | ) |
Constructor.
| object | $a_survey |
Definition at line 20 of file class.ilSurveySkillThresholdsGUI.php.
| ilSurveySkillThresholdsGUI::executeCommand | ( | ) |
Execute command.
Definition at line 28 of file class.ilSurveySkillThresholdsGUI.php.
| ilSurveySkillThresholdsGUI::listCompetences | ( | ) |
List competences.
| @return |
Definition at line 49 of file class.ilSurveySkillThresholdsGUI.php.
| ilSurveySkillThresholdsGUI::listSkillThresholds | ( | ) |
List skill thresholds.
Definition at line 62 of file class.ilSurveySkillThresholdsGUI.php.
References $_GET, $ilCtrl, $lng, $tab, and $tpl.
| ilSurveySkillThresholdsGUI::saveThresholds | ( | ) |
Save Thresholds.
| @return |
Definition at line 98 of file class.ilSurveySkillThresholdsGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, $t, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilSurveySkillThresholdsGUI::selectSkill | ( | ) |
Select skill.
| @return |
Definition at line 82 of file class.ilSurveySkillThresholdsGUI.php.