3declare(strict_types=1);
14 $app_event_handler = $dic->event();
15 $log = $dic->logger();
17 if (!parent::addToList($usr_id)) {
21 $log()->lso()->info(
'Raise new event: Modules/LearningSerquence addToList.');
22 $app_event_handler->raise(
23 "Modules/LearningSequence",
An exception for terminatinating execution or to throw for unit testing.
addToList($usr_id)
add to list
Base class for course and group waiting lists.