|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Exercise UI frontend presentation service class. More...
Collaboration diagram for ilExerciseUI:Public Member Functions | |
| __construct (ilExerciseInternalService $service, ilExerciseUIRequest $request) | |
| Constructor. More... | |
| getExerciseGUI (int $ref_id=null) | |
| getRandomAssignmentGUI (ilObjExercise $exc=null) | |
| getSubmissionGUI (ilObjExercise $exc=null, ilExAssignment $ass=null, $member_id=null) | |
Protected Attributes | |
| $request | |
| $ui | |
| $submission_gui | |
| $exc | |
Exercise UI frontend presentation service class.
Definition at line 10 of file class.ilExerciseUI.php.
| ilExerciseUI::__construct | ( | ilExerciseInternalService | $service, |
| ilExerciseUIRequest | $request | ||
| ) |
Constructor.
Definition at line 35 of file class.ilExerciseUI.php.
References $DIC, $request, $service, and ui().
Here is the call graph for this function:| ilExerciseUI::getExerciseGUI | ( | int | $ref_id = null | ) |
Definition at line 54 of file class.ilExerciseUI.php.
| ilExerciseUI::getRandomAssignmentGUI | ( | ilObjExercise | $exc = null | ) |
Definition at line 65 of file class.ilExerciseUI.php.
Here is the call graph for this function:| ilExerciseUI::getSubmissionGUI | ( | ilObjExercise | $exc = null, |
| ilExAssignment | $ass = null, |
||
$member_id = null |
|||
| ) |
Definition at line 82 of file class.ilExerciseUI.php.
References $exc.
|
protected |
Definition at line 30 of file class.ilExerciseUI.php.
Referenced by getRandomAssignmentGUI(), and getSubmissionGUI().
|
protected |
Definition at line 15 of file class.ilExerciseUI.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilExerciseUI.php.
|
protected |
Definition at line 20 of file class.ilExerciseUI.php.