ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 |
Definition at line 24 of file class.ilSetupConfig.php.
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.
ilSetupConfig::getClientId | ( | ) |
Definition at line 40 of file class.ilSetupConfig.php.
References $client_id.
ilSetupConfig::getRegisterNIC | ( | ) |
ilSetupConfig::getServerTimeZone | ( | ) |
Definition at line 26 of file class.ilSetupConfig.php.
Referenced by __construct(), and getClientId().
|
protected |
Definition at line 28 of file class.ilSetupConfig.php.
Referenced by __construct(), and getRegisterNIC().
|
protected |
Definition at line 27 of file class.ilSetupConfig.php.
Referenced by __construct(), and getServerTimeZone().