ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 12 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 41 of file class.ilExerciseMembersFilter.php.
References $DIC.
ilExerciseMembersFilter::filterParticipantsByAccess | ( | ) |
Filter manageable members by position or rbac access.
Definition at line 60 of file class.ilExerciseMembersFilter.php.
References $members.
Referenced by ilExerciseManagementGUI\listTextAssignmentObject().
|
private |
Definition at line 22 of file class.ilExerciseMembersFilter.php.
|
protected |
Definition at line 27 of file class.ilExerciseMembersFilter.php.
|
protected |
Definition at line 17 of file class.ilExerciseMembersFilter.php.
Referenced by filterParticipantsByAccess().
|
protected |
Definition at line 32 of file class.ilExerciseMembersFilter.php.