ILIAS  release_8 Revision v8.25
class.ilSetupConfig.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
21use ILIAS\Setup;
23
25{
26 protected \ILIAS\Data\ClientId $client_id;
27 protected \DateTimeZone $server_timezone;
28 protected bool $register_nic;
29
30 public function __construct(
32 \DateTimeZone $server_timezone,
33 bool $register_nic
34 ) {
35 $this->client_id = $client_id;
36 $this->server_timezone = $server_timezone;
37 $this->register_nic = $register_nic;
38 }
39
40 public function getClientId(): \ILIAS\Data\ClientId
41 {
42 return $this->client_id;
43 }
44
45 public function getServerTimeZone(): \DateTimeZone
46 {
48 }
49
50 public function getRegisterNIC(): bool
51 {
53 }
54}
A password is used as part of credentials for authentication.
Definition: Password.php:17
__construct(\ILIAS\Data\ClientId $client_id, \DateTimeZone $server_timezone, bool $register_nic)
ILIAS Data ClientId $client_id
DateTimeZone $server_timezone
A configuration for the setup.
Definition: Config.php:27
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider \MainMenu\Provider.