ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Exercise ui request. More...
Public Member Functions | |
__construct (array $query_params, array $post_data) | |
Constructor. More... | |
getRequestedRefId () | |
getRequestedAssId () | |
getRequestedMemberId () | |
getRequestedExercise () | |
getRequestedAssignment () | |
Protected Attributes | |
$requested_ref_id | |
$requested_ass_id | |
$requested_member_id | |
$ass = null | |
$exc = null | |
Exercise ui request.
Definition at line 10 of file class.ilExerciseUIRequest.php.
ilExerciseUIRequest::__construct | ( | array | $query_params, |
array | $post_data | ||
) |
Constructor.
Definition at line 40 of file class.ilExerciseUIRequest.php.
References ilObject\_lookupType(), getRequestedAssId(), and getRequestedRefId().
ilExerciseUIRequest::getRequestedAssId | ( | ) |
Definition at line 69 of file class.ilExerciseUIRequest.php.
References $requested_ass_id.
Referenced by __construct().
ilExerciseUIRequest::getRequestedAssignment | ( | ) |
Definition at line 93 of file class.ilExerciseUIRequest.php.
References $ass.
ilExerciseUIRequest::getRequestedExercise | ( | ) |
Definition at line 85 of file class.ilExerciseUIRequest.php.
References $exc.
ilExerciseUIRequest::getRequestedMemberId | ( | ) |
Definition at line 77 of file class.ilExerciseUIRequest.php.
References $requested_member_id.
ilExerciseUIRequest::getRequestedRefId | ( | ) |
Definition at line 61 of file class.ilExerciseUIRequest.php.
References $requested_ref_id.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilExerciseUIRequest.php.
Referenced by getRequestedAssignment().
|
protected |
Definition at line 35 of file class.ilExerciseUIRequest.php.
Referenced by getRequestedExercise().
|
protected |
Definition at line 20 of file class.ilExerciseUIRequest.php.
Referenced by getRequestedAssId().
|
protected |
Definition at line 25 of file class.ilExerciseUIRequest.php.
Referenced by getRequestedMemberId().
|
protected |
Definition at line 15 of file class.ilExerciseUIRequest.php.
Referenced by getRequestedRefId().