|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilBookingReservationDBRepositoryFactory:Public Member Functions | |
| __construct () | |
| getRepo () | |
| Get repo without any preloaded data. More... | |
| getRepoWithContextObjCache (array $context_obj_ids) | |
| Get repo with reservation information preloaded for context obj ids. More... | |
Protected Attributes | |
| ilDBInterface | $db |
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 Factory for reservation repo
Definition at line 23 of file class.ilBookingReservationDBRepositoryFactory.php.
| ilBookingReservationDBRepositoryFactory::__construct | ( | ) |
Definition at line 27 of file class.ilBookingReservationDBRepositoryFactory.php.
References $DIC.
| ilBookingReservationDBRepositoryFactory::getRepo | ( | ) |
Get repo without any preloaded data.
Definition at line 37 of file class.ilBookingReservationDBRepositoryFactory.php.
| ilBookingReservationDBRepositoryFactory::getRepoWithContextObjCache | ( | array | $context_obj_ids | ) |
Get repo with reservation information preloaded for context obj ids.
| int[] | $context_obj_ids |
Definition at line 46 of file class.ilBookingReservationDBRepositoryFactory.php.
|
protected |
Definition at line 25 of file class.ilBookingReservationDBRepositoryFactory.php.