ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
SettingsFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Survey\Settings;
22
29{
30 public function __construct()
31 {
32 }
33
34 public function accessSettings(
35 int $start_date,
36 int $end_date,
37 bool $access_by_codes
40 $start_date,
41 $end_date,
42 $access_by_codes
43 );
44 }
45}
accessSettings(int $start_date, int $end_date, bool $access_by_codes)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...