ILIAS  release_7 Revision v7.30-3-g800a261c036
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

 $client_id
 
 $server_timezone
 
 $register_nic
 

Detailed Description

Definition at line 8 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 25 of file class.ilSetupConfig.php.

References $client_id, $register_nic, and $server_timezone.

29  {
30  $this->client_id = $client_id;
31  $this->server_timezone = $server_timezone;
32  $this->register_nic = $register_nic;
33  }

Member Function Documentation

◆ getClientId()

ilSetupConfig::getClientId ( )

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

35  : string
36  {
37  return $this->client_id->toString();
38  }

◆ getRegisterNIC()

ilSetupConfig::getRegisterNIC ( )

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

References $register_nic.

45  : bool
46  {
47  return $this->register_nic;
48  }

◆ getServerTimeZone()

ilSetupConfig::getServerTimeZone ( )

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

References $server_timezone.

40  : \DateTimeZone
41  {
43  }

Field Documentation

◆ $client_id

ilSetupConfig::$client_id
protected

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

Referenced by __construct().

◆ $register_nic

ilSetupConfig::$register_nic
protected

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

Referenced by __construct(), and getRegisterNIC().

◆ $server_timezone

ilSetupConfig::$server_timezone
protected

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

Referenced by __construct(), and getServerTimeZone().


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