ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilExerciseMembersFilter. More...
Public Member Functions | |
__construct (int $a_exc_ref_id, array $a_participants_ids, int $a_user_id) | |
Constructor. More... | |
filterParticipantsByAccess () | |
Filter manageable members by position or rbac access. More... | |
Protected Attributes | |
$members | |
$exercise_ref_id | |
$user_id | |
Private Attributes | |
$access | |
Class ilExerciseMembersFilter.
Definition at line 11 of file class.ilExerciseMembersFilter.php.
ilExerciseMembersFilter::__construct | ( | int | $a_exc_ref_id, |
array | $a_participants_ids, | ||
int | $a_user_id | ||
) |
Constructor.
int | $a_user_id | User id of the executioner, can come from CRON JOBS |
int | $a_exc_ref_id | |
array | $a_participants_ids |
Definition at line 40 of file class.ilExerciseMembersFilter.php.
References $DIC.
ilExerciseMembersFilter::filterParticipantsByAccess | ( | ) |
Filter manageable members by position or rbac access.
Definition at line 59 of file class.ilExerciseMembersFilter.php.
References $members.
Referenced by ilExerciseManagementGUI\listTextAssignmentObject().
|
private |
Definition at line 21 of file class.ilExerciseMembersFilter.php.
|
protected |
Definition at line 26 of file class.ilExerciseMembersFilter.php.
|
protected |
Definition at line 16 of file class.ilExerciseMembersFilter.php.
Referenced by filterParticipantsByAccess().
|
protected |
Definition at line 31 of file class.ilExerciseMembersFilter.php.