ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ILIAS\BookingManager\getObjectSettingsCommand Class Reference
+ Collaboration diagram for ILIAS\BookingManager\getObjectSettingsCommand:

Public Member Functions

 __construct (int $obj_id)
 Constructor. More...
 
 getObjectId ()
 

Protected Attributes

 $obj_id
 

Detailed Description

Author
@leifos.de

Definition at line 13 of file class.getObjectSettingsCommand.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookingManager\getObjectSettingsCommand::__construct ( int  $obj_id)

Constructor.

Parameters
int$obj_id

Definition at line 24 of file class.getObjectSettingsCommand.php.

References ILIAS\BookingManager\getObjectSettingsCommand\$obj_id.

Member Function Documentation

◆ getObjectId()

ILIAS\BookingManager\getObjectSettingsCommand::getObjectId ( )
Returns
int

Definition at line 32 of file class.getObjectSettingsCommand.php.

32 : int
33 {
34 return $this->obj_id;
35 }

References ILIAS\BookingManager\getObjectSettingsCommand\$obj_id.

Field Documentation

◆ $obj_id

ILIAS\BookingManager\getObjectSettingsCommand::$obj_id
protected

The documentation for this class was generated from the following file: