ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.getObjectSettingsResponse.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.
settings()
Definition: settings.php:2
__construct(\ilObjBookingServiceSettings $settings)
Constructor.