ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilExcTutorRepository Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilExcTutorRepository:

Public Member Functions

 getExerciseIdsBeingTutor (int $user_id)
 

Detailed Description

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 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.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 31 of file class.ilExcTutorRepository.php.

Member Function Documentation

◆ getExerciseIdsBeingTutor()

ilExcTutorRepository::getExerciseIdsBeingTutor ( int  $user_id)
Returns
int[]

Definition at line 37 of file class.ilExcTutorRepository.php.

References ilNotification\getActivatedNotifications(), and ilNotification\TYPE_EXERCISE_SUBMISSION.

37  : array
38  {
40  }
static getActivatedNotifications(int $type, int $user_id)
Get activated notifications of give type for user.
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: