ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
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
13
class
ilBookingObjectServiceGUI
extends
ilBookingObjectGUI
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,
37
\
ilObjUseBookDBRepository
$use_book_repo
,
38
string
$seed,
39
string
$sseed,
40
ilBookingHelpAdapter
$help
41
) {
42
$this->pool_gui =
new
ilObjBookingPoolGUI
(
""
, $current_pool_ref_id,
true
,
false
);
43
parent::__construct
(
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
}
ilBookingObjectServiceGUI\__construct
__construct(int $host_obj_ref_id, int $current_pool_ref_id, \ilObjUseBookDBRepository $use_book_repo, string $seed, string $sseed, ilBookingHelpAdapter $help)
ilBookingObjectServiceGUI constructor.
Definition:
class.ilBookingObjectServiceGUI.php:34
ilObjBookingPoolGUI
Class ilObjBookingPoolGUI.
Definition:
class.ilObjBookingPoolGUI.php:16
ilObjUseBookDBRepository
This repo stores infos on repository objects that are using booking managers as a service (resource m...
Definition:
class.ilObjUseBookDBRepository.php:12
ilBookingHelpAdapter
Help adapter for booking manager.
Definition:
class.ilBookingHelpAdapter.php:11
ilBookingObjectServiceGUI\$use_book_repo
$use_book_repo
Definition:
class.ilBookingObjectServiceGUI.php:23
ilBookingObjectGUI\activateManagement
activateManagement($a_val)
Activate management.
Definition:
class.ilBookingObjectGUI.php:122
ilBookingObjectServiceGUI
Service (e.g.
Definition:
class.ilBookingObjectServiceGUI.php:13
ilBookingObjectGUI
Class ilBookingObjectGUI.
Definition:
class.ilBookingObjectGUI.php:11
ilBookingObjectGUI\$help
$help
Definition:
class.ilBookingObjectGUI.php:41
ilObject\_lookupObjId
static _lookupObjId($a_id)
Definition:
class.ilObject.php:1107
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:30
ilBookingObjectServiceGUI\$host_obj_ref_id
$host_obj_ref_id
Definition:
class.ilBookingObjectServiceGUI.php:18
Modules
BookingManager
BookingService
classes
class.ilBookingObjectServiceGUI.php
Generated on Wed Apr 2 2025 20:00:52 for ILIAS by
1.8.13 (using
Doxyfile
)