19 declare(strict_types=1);
37 $db = $DIC->database();
39 "SELECT DISTINCT obj_id FROM exc_returned " .
40 " WHERE user_id = %s ",
45 while ($rec =
$db->fetchAssoc($set)) {
46 $exc_id = (
int) $rec[
'obj_id'];
Interface Observer Contains several chained tasks and infos about them.
handleDeletion(int $user_id)
__construct(protected \ILIAS\Exercise\InternalRepoService $repo, protected \ILIAS\Exercise\InternalDomainService $domain)
static deleteUser(int $a_exc_id, int $a_user_id)
Deletes already delivered files.