ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.getObjectSettingsCommand.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
5
namespace
ILIAS\BookingManager
;
6
13
class
getObjectSettingsCommand
14
{
18
protected
$obj_id
;
19
24
public
function
__construct
(
int
$obj_id
)
25
{
26
$this->obj_id =
$obj_id
;
27
}
28
32
public
function
getObjectId
() : int
33
{
34
return
$this->obj_id
;
35
}
36
}
ILIAS\BookingManager\getObjectSettingsCommand\$obj_id
$obj_id
Definition:
class.getObjectSettingsCommand.php:18
ILIAS\BookingManager
Definition:
class.getObjectSettingsCommand.php:5
ILIAS\BookingManager\getObjectSettingsCommand\__construct
__construct(int $obj_id)
Constructor.
Definition:
class.getObjectSettingsCommand.php:24
ILIAS\BookingManager\getObjectSettingsCommand\getObjectId
getObjectId()
Definition:
class.getObjectSettingsCommand.php:32
ILIAS\BookingManager\getObjectSettingsCommand
Definition:
class.getObjectSettingsCommand.php:13
Modules
BookingManager
BookingService
classes
class.getObjectSettingsCommand.php
Generated on Sun Aug 31 2025 20:00:53 for ILIAS by
1.8.13 (using
Doxyfile
)