|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\BookingManager\InternalRepoService:Public Member Functions | |
| __construct (protected InternalDataService $data, protected \ilDBInterface $db) | |
| preferences () | |
| preferenceBasedBooking () | |
| reservationTable () | |
| objects () | |
| schedules () | |
| reservation () | |
| reservationWithContextObjCache (array $context_obj_ids) | |
| Get repo with reservation information preloaded for context obj ids. More... | |
| objectSelection () | |
| participants () | |
| settings () | |
Static Protected Attributes | |
| static array | $instances = [] |
Definition at line 32 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::__construct | ( | protected InternalDataService | $data, |
| protected \ilDBInterface | $db | ||
| ) |
Definition at line 38 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::objects | ( | ) |
Definition at line 64 of file class.InternalRepoService.php.
Referenced by ILIAS\BookingManager\Objects\ObjectsManager\__construct().
Here is the caller graph for this function:| ILIAS\BookingManager\InternalRepoService::objectSelection | ( | ) |
Definition at line 99 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::participants | ( | ) |
Definition at line 106 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::preferenceBasedBooking | ( | ) |
Definition at line 52 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::preferences | ( | ) |
Definition at line 44 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::reservation | ( | ) |
Definition at line 79 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::reservationTable | ( | ) |
Definition at line 59 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::reservationWithContextObjCache | ( | array | $context_obj_ids | ) |
Get repo with reservation information preloaded for context obj ids.
| int[] | $context_obj_ids |
Definition at line 90 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::schedules | ( | ) |
Definition at line 72 of file class.InternalRepoService.php.
Referenced by ILIAS\BookingManager\Schedule\ScheduleManager\__construct().
Here is the caller graph for this function:| ILIAS\BookingManager\InternalRepoService::settings | ( | ) |
Definition at line 113 of file class.InternalRepoService.php.
|
staticprotected |
Definition at line 36 of file class.InternalRepoService.php.