ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_exc_ref_id, array $a_participants_ids, int $a_user_id) | |
filterParticipantsByAccess () | |
Filter manageable members by position or rbac access. More... | |
Protected Attributes | |
array | $members |
ilAccessHandler | $access |
int | $exercise_ref_id |
int | $user_id |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilExerciseMembersFilter
Definition at line 25 of file class.ilExerciseMembersFilter.php.
ilExerciseMembersFilter::__construct | ( | int | $a_exc_ref_id, |
array | $a_participants_ids, | ||
int | $a_user_id | ||
) |
int | $a_exc_ref_id | |
array | $a_participants_ids | |
int | $a_user_id | // id of the executioner, can come from CRON JOBS |
Definition at line 37 of file class.ilExerciseMembersFilter.php.
References $DIC, and ILIAS\Repository\access().
ilExerciseMembersFilter::filterParticipantsByAccess | ( | ) |
Filter manageable members by position or rbac access.
Definition at line 59 of file class.ilExerciseMembersFilter.php.
References $members, and ILIAS\Repository\access().
Referenced by ilExerciseManagementGUI\saveGradesObject().
|
protected |
Definition at line 28 of file class.ilExerciseMembersFilter.php.
|
protected |
Definition at line 29 of file class.ilExerciseMembersFilter.php.
|
protected |
Definition at line 27 of file class.ilExerciseMembersFilter.php.
Referenced by filterParticipantsByAccess().
|
protected |
Definition at line 30 of file class.ilExerciseMembersFilter.php.