ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (string $client_id, Password $master_password, \DateTimeZone $server_timezone, bool $register_nic) | |
getClientId () | |
getMasterPassword () | |
getServerTimeZone () | |
getRegisterNIC () | |
Protected Attributes | |
$client_id | |
$master_password | |
$server_timezone | |
$register_nic | |
Definition at line 8 of file class.ilSetupConfig.php.
ilSetupConfig::__construct | ( | string | $client_id, |
Password | $master_password, | ||
\DateTimeZone | $server_timezone, | ||
bool | $register_nic | ||
) |
Definition at line 30 of file class.ilSetupConfig.php.
References $client_id, $master_password, $register_nic, and $server_timezone.
ilSetupConfig::getClientId | ( | ) |
ilSetupConfig::getMasterPassword | ( | ) |
Definition at line 52 of file class.ilSetupConfig.php.
References $master_password.
ilSetupConfig::getRegisterNIC | ( | ) |
ilSetupConfig::getServerTimeZone | ( | ) |
|
protected |
Definition at line 13 of file class.ilSetupConfig.php.
Referenced by __construct(), and getClientId().
|
protected |
Definition at line 18 of file class.ilSetupConfig.php.
Referenced by __construct(), and getMasterPassword().
|
protected |
Definition at line 28 of file class.ilSetupConfig.php.
Referenced by __construct(), and getRegisterNIC().
|
protected |
Definition at line 23 of file class.ilSetupConfig.php.
Referenced by __construct(), and getServerTimeZone().