ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
__construct(ilBookingManagerInternalDataService $data_sercice)
Constructor.
Manages the booking storage of the preference based calculated bookings.