| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilTestParticipantsTimeExtensionGUI:Public Member Functions | |
| __construct (private ilObjTest $test_obj, private ilObjUser $user, private ilCtrl $ctrl, private illanguage $lng, private ilDBInterface $db, private ilGlobalTemplateInterface $main_tpl, private ilTestParticipantAccessFilterFactory $participant_access_filter) | |
| getTestObj () | |
| setTestObj (ilObjTest $test_obj) | |
| executeCommand () | |
| showListCmd () | |
Data Fields | |
| const | CMD_SHOW_LIST = 'showList' | 
| const | CMD_SHOW_FORM = 'showForm' | 
| const | CMD_SET_TIMING = 'setTiming' | 
Protected Member Functions | |
| isExtraTimeFeatureAvailable () | |
| showFormCmd () | |
| buildTimingForm () | |
| setTimingCmd () | |
Definition at line 31 of file class.ilTestParticipantsTimeExtensionGUI.php.
| ilTestParticipantsTimeExtensionGUI::__construct | ( | private ilObjTest | $test_obj, | 
| private ilObjUser | $user, | ||
| private ilCtrl | $ctrl, | ||
| private illanguage | $lng, | ||
| private ilDBInterface | $db, | ||
| private ilGlobalTemplateInterface | $main_tpl, | ||
| private ilTestParticipantAccessFilterFactory | $participant_access_filter | ||
| ) | 
Definition at line 37 of file class.ilTestParticipantsTimeExtensionGUI.php.
      
  | 
  protected | 
Definition at line 136 of file class.ilTestParticipantsTimeExtensionGUI.php.
References ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), getTestObj(), IL_CAL_UNIX, ILIAS\Repository\lng(), ilFormPropertyGUI\setRequired(), and ILIAS\Repository\user().
Referenced by setTimingCmd(), and showFormCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestParticipantsTimeExtensionGUI::executeCommand | ( | ) | 
Definition at line 66 of file class.ilTestParticipantsTimeExtensionGUI.php.
References ILIAS\Repository\ctrl(), and isExtraTimeFeatureAvailable().
 Here is the call graph for this function:| ilTestParticipantsTimeExtensionGUI::getTestObj | ( | ) | 
Definition at line 48 of file class.ilTestParticipantsTimeExtensionGUI.php.
Referenced by buildTimingForm(), isExtraTimeFeatureAvailable(), setTimingCmd(), and showListCmd().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 58 of file class.ilTestParticipantsTimeExtensionGUI.php.
References getTestObj().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestParticipantsTimeExtensionGUI::setTestObj | ( | ilObjTest | $test_obj | ) | 
Definition at line 53 of file class.ilTestParticipantsTimeExtensionGUI.php.
      
  | 
  protected | 
Definition at line 206 of file class.ilTestParticipantsTimeExtensionGUI.php.
References buildTimingForm(), ILIAS\Repository\ctrl(), getTestObj(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 130 of file class.ilTestParticipantsTimeExtensionGUI.php.
References buildTimingForm().
 Here is the call graph for this function:| ilTestParticipantsTimeExtensionGUI::showListCmd | ( | ) | 
Definition at line 81 of file class.ilTestParticipantsTimeExtensionGUI.php.
References ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), getTestObj(), IL_CAL_UNIX, ILIAS\Repository\lng(), and ILIAS\Repository\user().
 Here is the call graph for this function:| const ilTestParticipantsTimeExtensionGUI::CMD_SET_TIMING = 'setTiming' | 
Definition at line 35 of file class.ilTestParticipantsTimeExtensionGUI.php.
| const ilTestParticipantsTimeExtensionGUI::CMD_SHOW_FORM = 'showForm' | 
Definition at line 34 of file class.ilTestParticipantsTimeExtensionGUI.php.
| const ilTestParticipantsTimeExtensionGUI::CMD_SHOW_LIST = 'showList' | 
Definition at line 33 of file class.ilTestParticipantsTimeExtensionGUI.php.