| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Exercise\Assignment\GUIService:Public Member Functions | |
| __construct (InternalDomainService $domain_service, InternalGUIService $gui_service) | |
| itemBuilder (\ilObjExercise $exc, MandatoryAssignmentsManager $mandatory_manager) | |
| panelBuilder (\ilObjExercise $exc, MandatoryAssignmentsManager $mandatory_manager) | |
| propertyAndActionBuilder (\ilObjExercise $exc, MandatoryAssignmentsManager $mandatory_manager) | |
| assignmentPresentationGUI (\ilObjExercise $exc) | |
| types () | |
| getRandomAssignmentGUI (\ilObjExercise $exc=null) | |
| getInstructionFileResourceCollectionGUI (int $ref_id, int $ass_id) | |
| getTutorFeedbackFileResourceCollectionGUI (int $ref_id, int $ass_id, int $participant_id) | |
Protected Attributes | |
| CollectionWrapperGUI | $irss_wrapper_gui | 
| InternalDomainService | $domain_service | 
| InternalGUIService | $gui_service | 
Definition at line 28 of file class.GUIService.php.
| ILIAS\Exercise\Assignment\GUIService::__construct | ( | InternalDomainService | $domain_service, | 
| InternalGUIService | $gui_service | ||
| ) | 
Definition at line 35 of file class.GUIService.php.
References ILIAS\Exercise\Assignment\GUIService\$domain_service, and ILIAS\Exercise\Assignment\GUIService\$gui_service.
| ILIAS\Exercise\Assignment\GUIService::assignmentPresentationGUI | ( | \ilObjExercise | $exc | ) | 
Definition at line 80 of file class.GUIService.php.
| ILIAS\Exercise\Assignment\GUIService::getInstructionFileResourceCollectionGUI | ( | int | $ref_id, | 
| int | $ass_id | ||
| ) | 
| ILIAS\Exercise\Assignment\GUIService::getRandomAssignmentGUI | ( | \ilObjExercise | $exc = null | ) | 
Definition at line 97 of file class.GUIService.php.
| ILIAS\Exercise\Assignment\GUIService::getTutorFeedbackFileResourceCollectionGUI | ( | int | $ref_id, | 
| int | $ass_id, | ||
| int | $participant_id | ||
| ) | 
| ILIAS\Exercise\Assignment\GUIService::itemBuilder | ( | \ilObjExercise | $exc, | 
| MandatoryAssignmentsManager | $mandatory_manager | ||
| ) | 
Definition at line 44 of file class.GUIService.php.
References ILIAS\Exercise\Assignment\GUIService\propertyAndActionBuilder().
 Here is the call graph for this function:| ILIAS\Exercise\Assignment\GUIService::panelBuilder | ( | \ilObjExercise | $exc, | 
| MandatoryAssignmentsManager | $mandatory_manager | ||
| ) | 
Definition at line 55 of file class.GUIService.php.
References ILIAS\Exercise\Assignment\GUIService\propertyAndActionBuilder().
 Here is the call graph for this function:| ILIAS\Exercise\Assignment\GUIService::propertyAndActionBuilder | ( | \ilObjExercise | $exc, | 
| MandatoryAssignmentsManager | $mandatory_manager | ||
| ) | 
Definition at line 68 of file class.GUIService.php.
Referenced by ILIAS\Exercise\Assignment\GUIService\itemBuilder(), and ILIAS\Exercise\Assignment\GUIService\panelBuilder().
 Here is the caller graph for this function:| ILIAS\Exercise\Assignment\GUIService::types | ( | ) | 
Definition at line 89 of file class.GUIService.php.
      
  | 
  protected | 
Definition at line 31 of file class.GUIService.php.
Referenced by ILIAS\Exercise\Assignment\GUIService\__construct().
      
  | 
  protected | 
Definition at line 32 of file class.GUIService.php.
Referenced by ILIAS\Exercise\Assignment\GUIService\__construct().
      
  | 
  protected | 
Definition at line 30 of file class.GUIService.php.