|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Repository internal repo service. More...
Collaboration diagram for ILIAS\BookingManager\InternalRepoService:Public Member Functions | |
| __construct (InternalDataService $data, \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 () | |
Protected Attributes | |
| InternalDataService | $data |
| ilDBInterface | $db |
Repository internal repo service.
Definition at line 34 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::__construct | ( | InternalDataService | $data, |
| \ilDBInterface | $db | ||
| ) |
Definition at line 39 of file class.InternalRepoService.php.
References ILIAS\BookingManager\InternalRepoService\$data, and ILIAS\BookingManager\InternalRepoService\$db.
| ILIAS\BookingManager\InternalRepoService::objects | ( | ) |
Definition at line 74 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 103 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::participants | ( | ) |
Definition at line 108 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::preferenceBasedBooking | ( | ) |
Definition at line 62 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::preferences | ( | ) |
Definition at line 54 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::reservation | ( | ) |
Definition at line 88 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::reservationTable | ( | ) |
Definition at line 69 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 97 of file class.InternalRepoService.php.
| ILIAS\BookingManager\InternalRepoService::schedules | ( | ) |
Definition at line 81 of file class.InternalRepoService.php.
Referenced by ILIAS\BookingManager\Schedule\ScheduleManager\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file class.InternalRepoService.php.
Referenced by ILIAS\BookingManager\InternalRepoService\__construct().
|
protected |
Definition at line 37 of file class.InternalRepoService.php.
Referenced by ILIAS\BookingManager\InternalRepoService\__construct().