19 declare(strict_types=1);
33 $ilAppEventHandler = $DIC->event();
34 $ilLog = $DIC->logger()->sess();
36 if (!parent::addToList($a_usr_id)) {
40 $ilLog->info(
'Raise new event: Modules/Session addToWaitingList');
41 $ilAppEventHandler->raise(
42 "components/ILIAS/Session",
Base class for course and group waiting lists.