ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\BookingManager\saveObjectSettingsCommand Class Reference
+ Collaboration diagram for ILIAS\BookingManager\saveObjectSettingsCommand:

Public Member Functions

 __construct (\ilObjBookingServiceSettings $settings)
 
 getSettings ()
 

Protected Attributes

ilObjBookingServiceSettings $settings
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookingManager\saveObjectSettingsCommand::__construct ( \ilObjBookingServiceSettings  $settings)

Definition at line 28 of file class.saveObjectSettingsCommand.php.

References ILIAS\BookingManager\saveObjectSettingsCommand\$settings, and ILIAS\Repository\settings().

+ Here is the call graph for this function:

Member Function Documentation

◆ getSettings()

ILIAS\BookingManager\saveObjectSettingsCommand::getSettings ( )

Definition at line 34 of file class.saveObjectSettingsCommand.php.

References ILIAS\BookingManager\saveObjectSettingsCommand\$settings.

35  {
36  return $this->settings;
37  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

Field Documentation

◆ $settings


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