|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestParticipantsGUI:Public Member Functions | |
| __construct (protected ilObjTest $test_obj, protected ilTestQuestionSetConfig $question_set_config, protected ilAccess $access, protected ilGlobalTemplateInterface $main_tpl, protected UIFactory $ui_factory, protected UIRenderer $ui_renderer, protected ilLanguage $lng, protected ilCtrl $ctrl, protected ilDBInterface $db, protected ilTabsGUI $tabs, protected ilToolbarGUI $toolbar, protected InternalRequestService $testrequest) | |
| getTestObj () | |
| setTestObj (ilObjTest $test_obj) | |
| getQuestionSetConfig () | |
| setQuestionSetConfig (ilTestQuestionSetConfig $question_set_config) | |
| getObjectiveParent () | |
| setObjectiveParent (ilTestObjectiveOrientedContainer $objective_parent) | |
| getTestAccess () | |
| setTestAccess (ilTestAccess $test_access) | |
| executeCommand () | |
| addParticipants ($user_ids=[]) | |
| showCmd () | |
Data Fields | |
| const | CMD_SHOW = 'show' |
| const | CMD_SET_FILTER = 'setFilter' |
| const | CMD_RESET_FILTER = 'resetFilter' |
| const | CMD_SAVE_CLIENT_IP = 'saveClientIp' |
| const | CALLBACK_ADD_PARTICIPANT = 'addParticipants' |
Protected Member Functions | |
| buildTableGUI () | |
| setFilterCmd () | |
| resetFilterCmd () | |
| applyFilterCriteria (array $in_rows) | |
| initToolbarControls (ilTestParticipantList $participant_list) | |
| addUserSearchControls (ilToolbarGUI $toolbar) | |
| addFinishAllPassesButton (ilToolbarGUI $toolbar) | |
| saveClientIpCmd () | |
| removeParticipantsCmd () | |
Protected Attributes | |
| ilTestObjectiveOrientedContainer | $objective_parent |
| ilTestAccess | $test_access |
| ilTestParticipantAccessFilterFactory | $participant_access_filter |
Definition at line 38 of file class.ilTestParticipantsGUI.php.
| ilTestParticipantsGUI::__construct | ( | protected ilObjTest | $test_obj, |
| protected ilTestQuestionSetConfig | $question_set_config, | ||
| protected ilAccess | $access, | ||
| protected ilGlobalTemplateInterface | $main_tpl, | ||
| protected UIFactory | $ui_factory, | ||
| protected UIRenderer | $ui_renderer, | ||
| protected ilLanguage | $lng, | ||
| protected ilCtrl | $ctrl, | ||
| protected ilDBInterface | $db, | ||
| protected ilTabsGUI | $tabs, | ||
| protected ilToolbarGUI | $toolbar, | ||
| protected InternalRequestService | $testrequest | ||
| ) |
Definition at line 52 of file class.ilTestParticipantsGUI.php.
|
protected |
Definition at line 311 of file class.ilTestParticipantsGUI.php.
References $DIC, and ilToolbarGUI\addComponent().
Referenced by initToolbarControls().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantsGUI::addParticipants | ( | $user_ids = [] | ) |
Definition at line 144 of file class.ilTestParticipantsGUI.php.
References $message, ILIAS\Repository\ctrl(), getTestObj(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 292 of file class.ilTestParticipantsGUI.php.
References ilToolbarGUI\addComponent(), ilToolbarGUI\addSeparator(), ILIAS\Repository\ctrl(), ilRepositorySearchGUI\fillAutoCompleteToolbar(), and ILIAS\Repository\lng().
Referenced by initToolbarControls().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 245 of file class.ilTestParticipantsGUI.php.
References ilSession\get(), and getTestObj().
Referenced by showCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 171 of file class.ilTestParticipantsGUI.php.
References getTestObj(), and ILIAS\Repository\lng().
Referenced by resetFilterCmd(), setFilterCmd(), and showCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantsGUI::executeCommand | ( | ) |
Definition at line 109 of file class.ilTestParticipantsGUI.php.
References ILIAS\Repository\ctrl(), getObjectiveParent(), getTestAccess(), getTestObj(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilTestParticipantsGUI::getObjectiveParent | ( | ) |
Definition at line 89 of file class.ilTestParticipantsGUI.php.
References $objective_parent.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestParticipantsGUI::getQuestionSetConfig | ( | ) |
Definition at line 79 of file class.ilTestParticipantsGUI.php.
Referenced by showCmd().
Here is the caller graph for this function:| ilTestParticipantsGUI::getTestAccess | ( | ) |
Definition at line 99 of file class.ilTestParticipantsGUI.php.
References $test_access.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestParticipantsGUI::getTestObj | ( | ) |
Definition at line 69 of file class.ilTestParticipantsGUI.php.
Referenced by ilTestParticipantsTableGUI\__construct(), addParticipants(), applyFilterCriteria(), buildTableGUI(), executeCommand(), initToolbarControls(), removeParticipantsCmd(), saveClientIpCmd(), setFilterCmd(), and showCmd().
Here is the caller graph for this function:
|
protected |
Definition at line 277 of file class.ilTestParticipantsGUI.php.
References addFinishAllPassesButton(), addUserSearchControls(), getTestObj(), ilTestParticipantList\hasUnfinishedPasses(), and ILIAS\Repository\toolbar().
Referenced by showCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 338 of file class.ilTestParticipantsGUI.php.
References ILIAS\Repository\ctrl(), getTestObj(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 197 of file class.ilTestParticipantsGUI.php.
References buildTableGUI(), and showCmd().
Here is the call graph for this function:
|
protected |
Definition at line 322 of file class.ilTestParticipantsGUI.php.
References ILIAS\Repository\ctrl(), getTestObj(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 188 of file class.ilTestParticipantsGUI.php.
References buildTableGUI(), getTestObj(), and showCmd().
Here is the call graph for this function:| ilTestParticipantsGUI::setObjectiveParent | ( | ilTestObjectiveOrientedContainer | $objective_parent | ) |
Definition at line 94 of file class.ilTestParticipantsGUI.php.
References $objective_parent.
| ilTestParticipantsGUI::setQuestionSetConfig | ( | ilTestQuestionSetConfig | $question_set_config | ) |
Definition at line 84 of file class.ilTestParticipantsGUI.php.
| ilTestParticipantsGUI::setTestAccess | ( | ilTestAccess | $test_access | ) |
Definition at line 104 of file class.ilTestParticipantsGUI.php.
References $test_access.
| ilTestParticipantsGUI::setTestObj | ( | ilObjTest | $test_obj | ) |
Definition at line 74 of file class.ilTestParticipantsGUI.php.
| ilTestParticipantsGUI::showCmd | ( | ) |
Definition at line 205 of file class.ilTestParticipantsGUI.php.
References applyFilterCriteria(), buildTableGUI(), ILIAS\Repository\ctrl(), getQuestionSetConfig(), getTestObj(), initToolbarControls(), and ILIAS\Repository\lng().
Referenced by resetFilterCmd(), and setFilterCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 47 of file class.ilTestParticipantsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 50 of file class.ilTestParticipantsGUI.php.
|
protected |
Definition at line 48 of file class.ilTestParticipantsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
| const ilTestParticipantsGUI::CALLBACK_ADD_PARTICIPANT = 'addParticipants' |
Definition at line 45 of file class.ilTestParticipantsGUI.php.
| const ilTestParticipantsGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 42 of file class.ilTestParticipantsGUI.php.
| const ilTestParticipantsGUI::CMD_SAVE_CLIENT_IP = 'saveClientIp' |
Definition at line 43 of file class.ilTestParticipantsGUI.php.
| const ilTestParticipantsGUI::CMD_SET_FILTER = 'setFilter' |
Definition at line 41 of file class.ilTestParticipantsGUI.php.
| const ilTestParticipantsGUI::CMD_SHOW = 'show' |
Definition at line 40 of file class.ilTestParticipantsGUI.php.