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