ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Tutor repository class. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getExerciseIdsBeingTutor (int $user_id) | |
Get exercise IDs of exercises a user is currently tutor (being notified) More... | |
Tutor repository class.
There is no explicit tutor concept in exercises yet. On the one hand, every user with "write" permission can manage an exercise. Since this includes all system administrators this is not a well defined group of users.
This class defines tutors currently as the ones who get notifications about new submissions, which is a smaller, but well defined group.
Definition at line 18 of file class.ilExcTutorRepository.php.
ilExcTutorRepository::__construct | ( | ) |
ilExcTutorRepository::getExerciseIdsBeingTutor | ( | int | $user_id | ) |
Get exercise IDs of exercises a user is currently tutor (being notified)
int | $user_id |
Definition at line 33 of file class.ilExcTutorRepository.php.
References ilNotification\getActivatedNotifications(), and ilNotification\TYPE_EXERCISE_SUBMISSION.