19 declare(strict_types=0);
34 $this->
logger = $DIC->logger()->crs();
40 if (!parent::addToList($a_usr_id)) {
43 $this->
logger->debug(
'Raise new event: Modules/Course addToList');
44 $this->eventHandler->raise(
45 "components/ILIAS/Course",
57 if (!parent::removeFromList($a_usr_id)) {
60 $this->
logger->debug(
'Raise new event: Modules/Course removeFromList');
61 $this->eventHandler->raise(
62 "components/ILIAS/Course",
63 'removeFromWaitingList',
Base class for course and group waiting lists.
__construct(Container $dic, ilPlugin $plugin)
__construct(int $a_obj_id)
removeFromList(int $a_usr_id)