ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilBookingObjectServiceGUI.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  protected int $host_obj_ref_id;
28 
29  public function __construct(
30  int $host_obj_ref_id,
31  int $current_pool_ref_id,
32  \ilObjUseBookDBRepository $use_book_repo,
33  string $seed,
34  string $sseed,
36  ) {
37  $this->pool_gui = new ilObjBookingPoolGUI([], $current_pool_ref_id, true, false);
39  $this->pool_gui,
40  $seed,
41  $sseed,
42  $help,
43  ilObject::_lookupObjId($host_obj_ref_id)
44  );
45  $this->host_obj_ref_id = $host_obj_ref_id;
46  $this->use_book_repo = $use_book_repo;
47 
48  $this->activateManagement(false);
49  }
50 }
__construct(int $host_obj_ref_id, int $current_pool_ref_id, \ilObjUseBookDBRepository $use_book_repo, string $seed, string $sseed, ilBookingHelpAdapter $help)
ilObjBookingPoolGUI: ilPermissionGUI, ilBookingObjectGUI ilObjBookingPoolGUI: ilBookingScheduleGUI, ilInfoScreenGUI, ilPublicUserProfileGUI ilObjBookingPoolGUI: ilCommonActionDispatcherGUI, ilObjectCopyGUI, ilObjectMetaDataGUI ilObjBookingPoolGUI: ilBookingParticipantGUI, ilBookingReservationsGUI, ilBookingPreferencesGUI ilObjBookingPoolGUI: ILIAS ilObjBookingPoolGUI: ilRepositoryGUI, ilAdministrationGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
ilBookingHelpAdapter $help