ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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

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

Member Function Documentation

◆ getClientId()

ilSetupConfig::getClientId ( )

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

References $client_id.

◆ getExportHooksPath()

ilSetupConfig::getExportHooksPath ( )

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

58 : ?string
59 {
61 }

References $export_hooks_path.

◆ getRegisterNIC()

ilSetupConfig::getRegisterNIC ( )

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

53 : bool
54 {
56 }

References $register_nic.

◆ getServerTimeZone()

ilSetupConfig::getServerTimeZone ( )

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

48 : \DateTimeZone
49 {
51 }

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