|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\BookingManager\Participants\ParticipantsManager:Public Member Functions | |
| __construct (InternalDataService $data, InternalRepoService $repo, InternalDomainService $domain) | |
| createIfNotExisting (int $user_id, int $pool_id) | |
| removeFromAll (int $user_id) | |
Protected Attributes | |
| InternalDataService | $data |
| InternalRepoService | $repo |
| InternalDomainService | $domain |
Definition at line 30 of file class.ParticipantsManager.php.
| ILIAS\BookingManager\Participants\ParticipantsManager::__construct | ( | InternalDataService | $data, |
| InternalRepoService | $repo, | ||
| InternalDomainService | $domain | ||
| ) |
Definition at line 36 of file class.ParticipantsManager.php.
References ILIAS\BookingManager\Participants\ParticipantsManager\$data, ILIAS\BookingManager\Participants\ParticipantsManager\$domain, and ILIAS\BookingManager\Participants\ParticipantsManager\$repo.
| ILIAS\BookingManager\Participants\ParticipantsManager::createIfNotExisting | ( | int | $user_id, |
| int | $pool_id | ||
| ) |
Definition at line 46 of file class.ParticipantsManager.php.
| ILIAS\BookingManager\Participants\ParticipantsManager::removeFromAll | ( | int | $user_id | ) |
Definition at line 60 of file class.ParticipantsManager.php.
References $user_id.
|
protected |
Definition at line 32 of file class.ParticipantsManager.php.
Referenced by ILIAS\BookingManager\Participants\ParticipantsManager\__construct().
|
protected |
Definition at line 34 of file class.ParticipantsManager.php.
Referenced by ILIAS\BookingManager\Participants\ParticipantsManager\__construct().
|
protected |
Definition at line 33 of file class.ParticipantsManager.php.
Referenced by ILIAS\BookingManager\Participants\ParticipantsManager\__construct().