ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilBookingManagerInternalRepoService.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11{
15 protected $data_sercice;
16
21 {
22 $this->data_sercice = $data_sercice;
23 }
24
28 public function getPreferencesRepo()
29 {
30 return new ilBookingPreferencesDBRepository($this->data_sercice->preferencesFactory());
31 }
32
37 {
39 }
40}
An exception for terminatinating execution or to throw for unit testing.
__construct(ilBookingManagerInternalDataService $data_sercice)
Constructor.
Manages the booking storage of the preference based calculated bookings.