ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilBookingObjectServiceGUI.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 
14 {
18  protected $host_obj_ref_id;
19 
23  protected $use_book_repo;
24 
28  //protected $current_pool_ref_id;
29 
34  public function __construct(
35  int $host_obj_ref_id,
36  int $current_pool_ref_id,
38  string $seed,
39  string $sseed,
41  ) {
42  $this->pool_gui = new ilObjBookingPoolGUI("", $current_pool_ref_id, true, false);
44  $this->pool_gui,
45  $seed,
46  $sseed,
47  $help,
48  ilObject::_lookupObjId($host_obj_ref_id)
49  );
50  $this->host_obj_ref_id = (int) $host_obj_ref_id;
51  $this->use_book_repo = $use_book_repo;
52 
53  $this->activateManagement(false);
54  }
55 }
__construct(int $host_obj_ref_id, int $current_pool_ref_id, \ilObjUseBookDBRepository $use_book_repo, string $seed, string $sseed, ilBookingHelpAdapter $help)
ilBookingObjectServiceGUI constructor.
Class ilObjBookingPoolGUI.
This repo stores infos on repository objects that are using booking managers as a service (resource m...
Help adapter for booking manager.
activateManagement($a_val)
Activate management.
Class ilBookingObjectGUI.
static _lookupObjId($a_id)
__construct(Container $dic, ilPlugin $plugin)