ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_obj_id) | |
addToList (int $a_usr_id) | |
removeFromList (int $a_usr_id) | |
![]() | |
__construct (int $a_obj_id) | |
getObjId () | |
addToList (int $a_usr_id) | |
updateSubscriptionTime (int $a_usr_id, int $a_subtime) | |
removeFromList (int $a_usr_id) | |
isOnList (int $a_usr_id) | |
getCountUsers () | |
getPosition (int $a_usr_id) | |
getAllUsers () | |
get all users on waiting list public More... | |
getUser (int $a_usr_id) | |
get user More... | |
getUserIds () | |
Private Attributes | |
ilLogger | $logger |
Additional Inherited Members | |
![]() | |
static | lookupListSize (int $a_obj_id) |
static | _deleteAll (int $a_obj_id) |
static | _deleteUser (int $a_usr_id) |
static | deleteUserEntry (int $a_usr_id, int $a_obj_id) |
static | _isOnList (int $a_usr_id, int $a_obj_id) |
static | _preloadOnListInfo (array $a_usr_ids, array $a_obj_ids) |
Preload on list info. More... | |
![]() | |
static array | $is_on_list = [] |
![]() | |
ilDBInterface | $db |
ilAppEventHandler | $eventHandler |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Course waiting list
Definition at line 26 of file class.ilCourseWaitingList.php.
ilCourseWaitingList::__construct | ( | int | $a_obj_id | ) |
Definition at line 30 of file class.ilCourseWaitingList.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\logger().
ilCourseWaitingList::addToList | ( | int | $a_usr_id | ) |
Definition at line 38 of file class.ilCourseWaitingList.php.
References ilWaitingList\getObjId(), and ILIAS\Repository\logger().
Referenced by ilCourseRegistrationGUI\add().
ilCourseWaitingList::removeFromList | ( | int | $a_usr_id | ) |
Definition at line 55 of file class.ilCourseWaitingList.php.
References ilWaitingList\getObjId(), and ILIAS\Repository\logger().
|
private |
Definition at line 28 of file class.ilCourseWaitingList.php.