ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
SettingsFactory.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
13{
17 public function __construct()
18 {
19 }
20
29 public function accessSettings(
30 int $start_date,
31 int $end_date,
32 bool $access_by_codes
33 ) {
34 return new AccessSettings(
35 $start_date,
36 $end_date,
37 $access_by_codes
38 );
39 }
40}
An exception for terminatinating execution or to throw for unit testing.
accessSettings(int $start_date, int $end_date, bool $access_by_codes)
Access settings.