|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilTestSkillLevelThresholdsGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilDBInterface $db, $testId) | |
| getQuestionContainerId () | |
| setQuestionContainerId ($questionContainerId) | |
| executeCommand () | |
| setQuestionAssignmentColumnsEnabled ($questionAssignmentColumnsEnabled) | |
| areQuestionAssignmentColumnsEnabled () | |
| getTestId () | |
Data Fields | |
| const | CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
| const | CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Protected Member Functions | |
| getPopulatedTable () | |
Private Member Functions | |
| showSkillThresholdsCmd (ilTestSkillLevelThresholdsTableGUI $table=null) | |
| buildTableGUI () | |
| buildSkillQuestionAssignmentList () | |
| buildSkillLevelThresholdList () | |
Private Attributes | |
| $ctrl | |
| $tpl | |
| $lng | |
| $db | |
| $testId | |
| $questionContainerId | |
| $questionAssignmentColumnsEnabled | |
Definition at line 13 of file class.ilTestSkillLevelThresholdsGUI.php.
| ilTestSkillLevelThresholdsGUI::__construct | ( | ilCtrl | $ctrl, |
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng, | ||
| ilDBInterface | $db, | ||
| $testId | |||
| ) |
| ilTestSkillLevelThresholdsGUI::areQuestionAssignmentColumnsEnabled | ( | ) |
Definition at line 93 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
Referenced by buildTableGUI().
Here is the caller graph for this function:
|
private |
Definition at line 242 of file class.ilTestSkillLevelThresholdsGUI.php.
References getTestId().
Referenced by getPopulatedTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 233 of file class.ilTestSkillLevelThresholdsGUI.php.
References getQuestionContainerId().
Referenced by getPopulatedTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 217 of file class.ilTestSkillLevelThresholdsGUI.php.
References areQuestionAssignmentColumnsEnabled(), and getTestId().
Referenced by getPopulatedTable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::executeCommand | ( | ) |
Definition at line 75 of file class.ilTestSkillLevelThresholdsGUI.php.
|
protected |
Definition at line 200 of file class.ilTestSkillLevelThresholdsGUI.php.
References buildSkillLevelThresholdList(), buildSkillQuestionAssignmentList(), and buildTableGUI().
Referenced by showSkillThresholdsCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::getQuestionContainerId | ( | ) |
Definition at line 62 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionContainerId.
Referenced by buildSkillQuestionAssignmentList().
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::getTestId | ( | ) |
Definition at line 101 of file class.ilTestSkillLevelThresholdsGUI.php.
References $testId.
Referenced by buildSkillLevelThresholdList(), and buildTableGUI().
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::setQuestionAssignmentColumnsEnabled | ( | $questionAssignmentColumnsEnabled | ) |
| boolean | $questionAssignmentColumnsEnabled |
Definition at line 85 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
| ilTestSkillLevelThresholdsGUI::setQuestionContainerId | ( | $questionContainerId | ) |
| int | $questionContainerId |
Definition at line 70 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionContainerId.
|
private |
| ilTestSkillLevelThresholdsTableGUI | null | $table |
Definition at line 188 of file class.ilTestSkillLevelThresholdsGUI.php.
References getPopulatedTable().
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 47 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by areQuestionAssignmentColumnsEnabled(), and setQuestionAssignmentColumnsEnabled().
|
private |
Definition at line 45 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by getQuestionContainerId(), and setQuestionContainerId().
|
private |
Definition at line 40 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct(), and getTestId().
|
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 ilTestInfoScreenToolbarGUI\getSkillLevelThresholdsMissingInfo(), and ilTestSkillAdministrationGUI\manageTabs().