|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilSetupConfig:
Collaboration diagram for ilSetupConfig: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 | ( | ) |
| ilSetupConfig::getRegisterNIC | ( | ) |
| ilSetupConfig::getServerTimeZone | ( | ) |
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().