ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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, ?string $export_hooks_path)
 
 getClientId ()
 
 getServerTimeZone ()
 
 getRegisterNIC ()
 
 getExportHooksPath ()
 

Protected Attributes

ILIAS Data ClientId $client_id
 
DateTimeZone $server_timezone
 
bool $register_nic
 
string $export_hooks_path
 

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,
?string  $export_hooks_path 
)

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

References $client_id, $export_hooks_path, $register_nic, and $server_timezone.

36  {
37  $this->client_id = $client_id;
38  $this->server_timezone = $server_timezone;
39  $this->register_nic = $register_nic;
40  $this->export_hooks_path = $export_hooks_path;
41  }
ILIAS Data ClientId $client_id
DateTimeZone $server_timezone

Member Function Documentation

◆ getClientId()

ilSetupConfig::getClientId ( )

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

References $client_id.

43  : \ILIAS\Data\ClientId
44  {
45  return $this->client_id;
46  }
ILIAS Data ClientId $client_id

◆ getExportHooksPath()

ilSetupConfig::getExportHooksPath ( )

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

References $export_hooks_path.

58  : ?string
59  {
61  }

◆ getRegisterNIC()

ilSetupConfig::getRegisterNIC ( )

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

References $register_nic.

53  : bool
54  {
55  return $this->register_nic;
56  }

◆ getServerTimeZone()

ilSetupConfig::getServerTimeZone ( )

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

References $server_timezone.

48  : \DateTimeZone
49  {
51  }
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().

◆ $export_hooks_path

string ilSetupConfig::$export_hooks_path
protected

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

Referenced by __construct(), and getExportHooksPath().

◆ $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: