ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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
6
14{
18 protected $settings;
19
25 {
26 $this->settings = $settings;
27 }
28
35 {
36 return $this->settings;
37 }
38}
An exception for terminatinating execution or to throw for unit testing.
__construct(\ilObjBookingServiceSettings $settings)
Constructor.
Value object for booking service settings of a repository object.
settings()
Definition: settings.php:2