|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for ilTestSkillLevelThresholdsGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilTemplate $tpl, ilLanguage $lng, ilDB $db, ilObjTest $testOBJ) | |
| executeCommand () | |
Data Fields | |
| const | CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
| const | CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Private Member Functions | |
| saveSkillThresholdsCmd () | |
| showSkillThresholdsCmd () | |
| buildTableGUI () | |
| buildSkillQuestionAssignmentList () | |
| buildSkillLevelThresholdList () | |
Private Attributes | |
| $ctrl | |
| $tpl | |
| $lng | |
| $db | |
| $testOBJ | |
Definition at line 13 of file class.ilTestSkillLevelThresholdsGUI.php.
| ilTestSkillLevelThresholdsGUI::__construct | ( | ilCtrl | $ctrl, |
| ilTemplate | $tpl, | ||
| ilLanguage | $lng, | ||
| ilDB | $db, | ||
| ilObjTest | $testOBJ | ||
| ) |
Definition at line 42 of file class.ilTestSkillLevelThresholdsGUI.php.
|
private |
Definition at line 130 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by showSkillThresholdsCmd().
Here is the caller graph for this function:
|
private |
Definition at line 121 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by saveSkillThresholdsCmd(), and showSkillThresholdsCmd().
Here is the caller graph for this function:
|
private |
Definition at line 113 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by showSkillThresholdsCmd().
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::executeCommand | ( | ) |
Definition at line 51 of file class.ilTestSkillLevelThresholdsGUI.php.
References $cmd.
|
private |
Definition at line 58 of file class.ilTestSkillLevelThresholdsGUI.php.
References $_POST, $data, buildSkillQuestionAssignmentList(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
private |
Definition at line 97 of file class.ilTestSkillLevelThresholdsGUI.php.
References buildSkillLevelThresholdList(), buildSkillQuestionAssignmentList(), and buildTableGUI().
Here is the call graph for this function:
|
private |
Definition at line 20 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 35 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 40 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 25 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
| const ilTestSkillLevelThresholdsGUI::CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Definition at line 16 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestSkillLevelThresholdsTableGUI\__construct().
| const ilTestSkillLevelThresholdsGUI::CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
Definition at line 15 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestSkillAdministrationGUI\manageTabs().