ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSetupConfig Class Reference
+ Inheritance diagram for ilSetupConfig:
+ Collaboration diagram for ilSetupConfig:

Public Member Functions

 __construct (\ILIAS\Data\ClientId $client_id, \DateTimeZone $server_timezone, bool $register_nic)
 
 getClientId ()
 
 getServerTimeZone ()
 
 getRegisterNIC ()
 

Protected Attributes

ILIAS Data ClientId $client_id
 
DateTimeZone $server_timezone
 
bool $register_nic
 

Detailed Description

Definition at line 24 of file class.ilSetupConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ilSetupConfig::__construct ( \ILIAS\Data\ClientId  $client_id,
\DateTimeZone  $server_timezone,
bool  $register_nic 
)

Definition at line 30 of file class.ilSetupConfig.php.

References $client_id, $register_nic, and $server_timezone.

34  {
35  $this->client_id = $client_id;
36  $this->server_timezone = $server_timezone;
37  $this->register_nic = $register_nic;
38  }
ILIAS Data ClientId $client_id
DateTimeZone $server_timezone

Member Function Documentation

◆ getClientId()

ilSetupConfig::getClientId ( )

Definition at line 40 of file class.ilSetupConfig.php.

References $client_id.

41  {
42  return $this->client_id;
43  }
ILIAS Data ClientId $client_id

◆ getRegisterNIC()

ilSetupConfig::getRegisterNIC ( )

Definition at line 50 of file class.ilSetupConfig.php.

References $register_nic.

50  : bool
51  {
52  return $this->register_nic;
53  }

◆ getServerTimeZone()

ilSetupConfig::getServerTimeZone ( )

Definition at line 45 of file class.ilSetupConfig.php.

References $server_timezone.

45  : \DateTimeZone
46  {
48  }
DateTimeZone $server_timezone

Field Documentation

◆ $client_id

ILIAS Data ClientId ilSetupConfig::$client_id
protected

Definition at line 26 of file class.ilSetupConfig.php.

Referenced by __construct(), and getClientId().

◆ $register_nic

bool ilSetupConfig::$register_nic
protected

Definition at line 28 of file class.ilSetupConfig.php.

Referenced by __construct(), and getRegisterNIC().

◆ $server_timezone

DateTimeZone ilSetupConfig::$server_timezone
protected

Definition at line 27 of file class.ilSetupConfig.php.

Referenced by __construct(), and getServerTimeZone().


The documentation for this class was generated from the following file: