ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
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.ilObjBookingServiceSettings.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
class
ilObjBookingServiceSettings
12
{
17
protected
$obj_id
;
18
22
protected
$book_obj_ids
;
23
29
public
function
__construct
(
int
$obj_id
, array
$book_obj_ids
)
30
{
31
$this->obj_id =
$obj_id
;
32
$this->book_obj_ids =
$book_obj_ids
;
33
}
34
40
public
function
getObjectId
() : int
41
{
42
return
$this->obj_id
;
43
}
44
50
public
function
getUsedBookingObjectIds
() : array
51
{
52
return
$this->book_obj_ids
;
53
}
54
}
ilObjBookingServiceSettings\$book_obj_ids
$book_obj_ids
Definition:
class.ilObjBookingServiceSettings.php:22
ilObjBookingServiceSettings
Value object for booking service settings of a repository object.
Definition:
class.ilObjBookingServiceSettings.php:11
ilObjBookingServiceSettings\$obj_id
$obj_id
Definition:
class.ilObjBookingServiceSettings.php:17
ilObjBookingServiceSettings\getObjectId
getObjectId()
Get object id of repo object.
Definition:
class.ilObjBookingServiceSettings.php:40
ilObjBookingServiceSettings\__construct
__construct(int $obj_id, array $book_obj_ids)
Constructor.
Definition:
class.ilObjBookingServiceSettings.php:29
ilObjBookingServiceSettings\getUsedBookingObjectIds
getUsedBookingObjectIds()
Get used booking object ids.
Definition:
class.ilObjBookingServiceSettings.php:50
Modules
BookingManager
BookingService
classes
class.ilObjBookingServiceSettings.php
Generated on Thu Apr 3 2025 21:00:51 for ILIAS by
1.8.13 (using
Doxyfile
)