|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilTestSkillLevelThresholdsGUI:Public Member Functions | |
| __construct (private readonly ilCtrlInterface $ctrl, private readonly ilGlobalTemplateInterface $tpl, private readonly ilLanguage $lng, private readonly ilDBInterface $db, private readonly RequestDataCollector $request_data_collector, private readonly int $test_id) | |
| getQuestionContainerId () | |
| setQuestionContainerId (int $question_container_id) | |
| executeCommand () | |
| setQuestionAssignmentColumnsEnabled (bool $question_assignment_columns_enabled) | |
| 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 | |
| int | $question_container_id |
| bool | $question_assignment_columns_enabled = false |
Definition at line 31 of file class.ilTestSkillLevelThresholdsGUI.php.
| ilTestSkillLevelThresholdsGUI::__construct | ( | private readonly ilCtrlInterface | $ctrl, |
| private readonly ilGlobalTemplateInterface | $tpl, | ||
| private readonly ilLanguage | $lng, | ||
| private readonly ilDBInterface | $db, | ||
| private readonly RequestDataCollector | $request_data_collector, | ||
| private readonly int | $test_id | ||
| ) |
Definition at line 39 of file class.ilTestSkillLevelThresholdsGUI.php.
| ilTestSkillLevelThresholdsGUI::areQuestionAssignmentColumnsEnabled | ( | ) |
Definition at line 77 of file class.ilTestSkillLevelThresholdsGUI.php.
References $question_assignment_columns_enabled.
Referenced by buildTableGUI().
Here is the caller graph for this function:
|
private |
Definition at line 223 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 215 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 200 of file class.ilTestSkillLevelThresholdsGUI.php.
References areQuestionAssignmentColumnsEnabled(), ILIAS\Repository\ctrl(), getTestId(), and ILIAS\Repository\lng().
Referenced by getPopulatedTable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::executeCommand | ( | ) |
Definition at line 62 of file class.ilTestSkillLevelThresholdsGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 183 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 52 of file class.ilTestSkillLevelThresholdsGUI.php.
References $question_container_id.
Referenced by buildSkillQuestionAssignmentList().
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::getTestId | ( | ) |
Definition at line 85 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by buildSkillLevelThresholdList(), and buildTableGUI().
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::setQuestionAssignmentColumnsEnabled | ( | bool | $question_assignment_columns_enabled | ) |
Definition at line 69 of file class.ilTestSkillLevelThresholdsGUI.php.
References $question_assignment_columns_enabled.
| ilTestSkillLevelThresholdsGUI::setQuestionContainerId | ( | int | $question_container_id | ) |
Definition at line 57 of file class.ilTestSkillLevelThresholdsGUI.php.
References $question_container_id.
|
private |
Definition at line 174 of file class.ilTestSkillLevelThresholdsGUI.php.
References ILIAS\Repository\ctrl(), and getPopulatedTable().
Here is the call graph for this function:
|
private |
Definition at line 37 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by areQuestionAssignmentColumnsEnabled(), and setQuestionAssignmentColumnsEnabled().
|
private |
Definition at line 36 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by getQuestionContainerId(), and setQuestionContainerId().
| const ilTestSkillLevelThresholdsGUI::CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Definition at line 34 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestSkillLevelThresholdsTableGUI\__construct().
| const ilTestSkillLevelThresholdsGUI::CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
Definition at line 33 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getSettingsSubTabs(), and ILIAS\Test\Presentation\TestScreenGUI\getSkillLevelThresholdsMissingInfo().