| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilTestLearningObjectivesStatusGUI:Public Member Functions | |
| __construct (private ilLanguage $lng, private ilCtrl $ctrl, private UIFactory $ui_factory, private UIRenderer $ui_renderer, private InternalRequestService $testrequest) | |
| getCrsObjId () | |
| setCrsObjId ($crs_obj_id) | |
| getUsrId () | |
| setUsrId ($usr_id) | |
| getHTML (int $objective_id=null) | |
Private Member Functions | |
| getHeaderLangVar (?int $objective_id) | |
| buildStatusItems (?int $objective_id, array $lo_status_data) | |
| getUsersObjectivesStatus ($crs_obj_id, $usr_id) | |
| getUsersObjectivesResults (int $crs_obj_id, int $usr_id) | |
Private Attributes | |
| int | $crs_obj_id = null | 
| int | $usr_id = null | 
Definition at line 31 of file class.ilTestLearningObjectivesStatusGUI.php.
| ilTestLearningObjectivesStatusGUI::__construct | ( | private ilLanguage | $lng, | 
| private ilCtrl | $ctrl, | ||
| private UIFactory | $ui_factory, | ||
| private UIRenderer | $ui_renderer, | ||
| private InternalRequestService | $testrequest | ||
| ) | 
Definition at line 36 of file class.ilTestLearningObjectivesStatusGUI.php.
      
  | 
  private | 
| type | $lo_status_data | 
Definition at line 110 of file class.ilTestLearningObjectivesStatusGUI.php.
References ilObject\_getIcon(), ILIAS\Repository\ctrl(), getCrsObjId(), ilLOSettings\getInstanceByObjId(), ILIAS\Repository\lng(), and ilLOUserResults\TYPE_QUALIFIED.
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestLearningObjectivesStatusGUI::getCrsObjId | ( | ) | 
Definition at line 48 of file class.ilTestLearningObjectivesStatusGUI.php.
References $crs_obj_id.
Referenced by buildStatusItems(), and getHTML().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 97 of file class.ilTestLearningObjectivesStatusGUI.php.
| ilTestLearningObjectivesStatusGUI::getHTML | ( | int | $objective_id = null | ) | 
Definition at line 77 of file class.ilTestLearningObjectivesStatusGUI.php.
References buildStatusItems(), getCrsObjId(), getUsersObjectivesStatus(), getUsrId(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 197 of file class.ilTestLearningObjectivesStatusGUI.php.
References $res, ilLOUserResults\TYPE_INITIAL, and ilLOUserResults\TYPE_QUALIFIED.
Referenced by getUsersObjectivesStatus().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 151 of file class.ilTestLearningObjectivesStatusGUI.php.
References $res, ilLOTestAssignments\getInstance(), getUsersObjectivesResults(), ilCourseObjective\lookupObjectiveTitle(), ilLPObjSettings\LP_MODE_OBJECTIVES, ilLOSettings\TYPE_TEST_INITIAL, and ilLOSettings\TYPE_TEST_QUALIFIED.
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestLearningObjectivesStatusGUI::getUsrId | ( | ) | 
Definition at line 64 of file class.ilTestLearningObjectivesStatusGUI.php.
References $usr_id.
Referenced by getHTML().
 Here is the caller graph for this function:| ilTestLearningObjectivesStatusGUI::setCrsObjId | ( | $crs_obj_id | ) | 
| integer | $crs_obj_id | 
Definition at line 56 of file class.ilTestLearningObjectivesStatusGUI.php.
References $crs_obj_id.
| ilTestLearningObjectivesStatusGUI::setUsrId | ( | $usr_id | ) | 
| integer | $usr_id | 
Definition at line 72 of file class.ilTestLearningObjectivesStatusGUI.php.
References $usr_id.
      
  | 
  private | 
Definition at line 33 of file class.ilTestLearningObjectivesStatusGUI.php.
Referenced by getCrsObjId(), and setCrsObjId().
      
  | 
  private | 
Definition at line 34 of file class.ilTestLearningObjectivesStatusGUI.php.
Referenced by getUsrId(), and setUsrId().