ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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(
31 int $current_pool_ref_id,
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,
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}
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...
ilBookingHelpAdapter $help
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $host_obj_ref_id, int $current_pool_ref_id, \ilObjUseBookDBRepository $use_book_repo, string $seed, string $sseed, ilBookingHelpAdapter $help)
@ilCtrl_Calls ilObjBookingPoolGUI: ilPermissionGUI, ilBookingObjectGUI @ilCtrl_Calls ilObjBookingPool...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc