ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | |
Definition at line 8 of file class.ilSetupConfig.php.
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.
ilSetupConfig::getClientId | ( | ) |
Definition at line 35 of file class.ilSetupConfig.php.
ilSetupConfig::getRegisterNIC | ( | ) |
Definition at line 45 of file class.ilSetupConfig.php.
References $register_nic.
ilSetupConfig::getServerTimeZone | ( | ) |
Definition at line 40 of file class.ilSetupConfig.php.
References $server_timezone.
|
protected |
Definition at line 13 of file class.ilSetupConfig.php.
Referenced by __construct().
|
protected |
Definition at line 23 of file class.ilSetupConfig.php.
Referenced by __construct(), and getRegisterNIC().
|
protected |
Definition at line 18 of file class.ilSetupConfig.php.
Referenced by __construct(), and getServerTimeZone().