4 include_once(
'./Services/Membership/classes/class.ilWaitingList.php');
23 global $ilAppEventHandler,
$ilLog;
25 if (!parent::addToList($a_usr_id)) {
29 $ilLog->write(__METHOD__ .
': Raise new event: Modules/Session addToWaitingList');
30 $ilAppEventHandler->raise(
Base class for course and group waiting lists.
Create styles array
The data for the language used.
addToList($a_usr_id)
Add to waiting list and raise event.