ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
|
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 (\ilDBInterface $db) | |
updateUsedBookingPools (int $obj_id, array $book_obj_ids) | |
getUsedBookingPools (int $obj_id, bool $include_deleted=true) | |
deleteEntriesOfBookRefId (int $ref_id) | |
Protected Attributes | |
const | TABLE_NAME = 'book_obj_use_book' |
ilTree | $tree |
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 This repo stores infos on repository objects that are using booking managers as a service (resource management).
Definition at line 24 of file class.ilObjUseBookDBRepository.php.
ilObjUseBookDBRepository::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 31 of file class.ilObjUseBookDBRepository.php.
ilObjUseBookDBRepository::deleteEntriesOfBookRefId | ( | int | $ref_id | ) |
Definition at line 84 of file class.ilObjUseBookDBRepository.php.
ilObjUseBookDBRepository::getUsedBookingPools | ( | int | $obj_id, |
bool | $include_deleted = true |
||
) |
Definition at line 65 of file class.ilObjUseBookDBRepository.php.
References $db, ilDBInterface\fetchAssoc(), and ilDBInterface\queryF().
Referenced by ILIAS\BookingManager\getObjectSettingsCommandHandler\handle().
ilObjUseBookDBRepository::updateUsedBookingPools | ( | int | $obj_id, |
array | $book_obj_ids | ||
) |
int[] | $book_obj_ids |
Definition at line 41 of file class.ilObjUseBookDBRepository.php.
References $db, $id, ilDBInterface\insert(), and ilDBInterface\manipulateF().
Referenced by ILIAS\BookingManager\saveObjectSettingsCommandHandler\handle().
|
protected |
Definition at line 29 of file class.ilObjUseBookDBRepository.php.
Referenced by __construct(), getUsedBookingPools(), and updateUsedBookingPools().
|
protected |
Definition at line 27 of file class.ilObjUseBookDBRepository.php.
|
protected |
Definition at line 26 of file class.ilObjUseBookDBRepository.php.