|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilSetupConfig:
Collaboration diagram for ilSetupConfig: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 | ( | ) |
Definition at line 47 of file class.ilSetupConfig.php.
References $client_id.
| ilSetupConfig::getMasterPassword | ( | ) |
Definition at line 52 of file class.ilSetupConfig.php.
References $master_password.
| ilSetupConfig::getRegisterNIC | ( | ) |
Definition at line 62 of file class.ilSetupConfig.php.
References $register_nic.
| ilSetupConfig::getServerTimeZone | ( | ) |
Definition at line 57 of file class.ilSetupConfig.php.
References $server_timezone.
|
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().