ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilExcTutorRepository.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
19{
23 public function __construct()
24 {
25 }
26
33 public function getExerciseIdsBeingTutor(int $user_id) : array
34 {
36 }
37}
An exception for terminatinating execution or to throw for unit testing.
getExerciseIdsBeingTutor(int $user_id)
Get exercise IDs of exercises a user is currently tutor (being notified)
static getActivatedNotifications(int $type, int $user_id)
Get activated notifications of give type for user.