34 "DELETE FROM " . self::TABLE_NAME .
" WHERE " .
40 foreach ($book_obj_ids as $id) {
41 $db->insert(self::TABLE_NAME, array(
42 "obj_id" => array(
"integer", (
int) $obj_id),
43 "book_ref_id" => array(
"integer", (
int) $id)
58 "SELECT * FROM " . self::TABLE_NAME .
" " .
59 " WHERE obj_id = %s ",
64 while ($rec = $db->fetchAssoc($set)) {
65 $book_ids[] = $rec[
"book_ref_id"];
This repo stores infos on repository objects that are using booking managers as a service (resource m...
getUsedBookingPools(int $obj_id)
Get used booking pools.
__construct(\ilDBInterface $db)
ilObjUseBookDBRepository constructor.
updateUsedBookingPools(int $obj_id, array $book_obj_ids)