ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.saveObjectSettingsCommand.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 
14 {
18  protected $settings;
19 
25  {
26  $this->settings = $settings;
27  }
28 
35  {
36  return $this->settings;
37  }
38 }
Value object for booking service settings of a repository object.
__construct(\ilObjBookingServiceSettings $settings)
Constructor.
settings()
Definition: settings.php:2