|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
Inheritance diagram for ilSetupConfig:
Collaboration diagram for ilSetupConfig: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 | ( | ) |
Definition at line 50 of file class.ilSetupConfig.php.
References $register_nic.
| ilSetupConfig::getServerTimeZone | ( | ) |
Definition at line 45 of file class.ilSetupConfig.php.
References $server_timezone.
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().