ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (\ILIAS\Data\ClientId $client_id, \DateTimeZone $server_timezone, bool $register_nic, ?string $export_hooks_path) | |
getClientId () | |
getServerTimeZone () | |
getRegisterNIC () | |
getExportHooksPath () | |
Protected Attributes | |
ILIAS Data ClientId | $client_id |
DateTimeZone | $server_timezone |
bool | $register_nic |
string | $export_hooks_path |
Definition at line 24 of file class.ilSetupConfig.php.
ilSetupConfig::__construct | ( | \ILIAS\Data\ClientId | $client_id, |
\DateTimeZone | $server_timezone, | ||
bool | $register_nic, | ||
?string | $export_hooks_path | ||
) |
Definition at line 31 of file class.ilSetupConfig.php.
References $client_id, $export_hooks_path, $register_nic, and $server_timezone.
ilSetupConfig::getClientId | ( | ) |
Definition at line 43 of file class.ilSetupConfig.php.
References $client_id.
ilSetupConfig::getExportHooksPath | ( | ) |
Definition at line 58 of file class.ilSetupConfig.php.
References $export_hooks_path.
ilSetupConfig::getRegisterNIC | ( | ) |
Definition at line 53 of file class.ilSetupConfig.php.
References $register_nic.
ilSetupConfig::getServerTimeZone | ( | ) |
Definition at line 48 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 29 of file class.ilSetupConfig.php.
Referenced by __construct(), and getExportHooksPath().
|
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().