Property | Type | Description | |
---|---|---|---|
$BaseLanguageCode | ISO639-1_Language_Code | The base language code | |
$CachingDirectory | string | The fully qualified path of the cashing directory | |
$ConfigurationFilePath | |||
$EnableDebugLogging | boolean | Boolean that enables or disables debug logging | |
$ModulesDirectory | string | The fully qualified path to the modules directory | |
$Name | string | The name of the configuration section | |
$ProxyServer | string | Where a proxy server is required, it can be stored in this variable. | |
$ProxyServerPassword | string | Where you are using a proxy server and it requires auth then use this variable to hold the Password | |
$ProxyServerUserName | string | Where you are using a proxy server and it requires auth then use this variable to hold the user name |
Method | Description | |
---|---|---|
Save ( ) | ||
__construct ( string $configurationFilePath ) | The constructor for the CoreConfigurationHandler |
public __construct ( string $configurationFilePath ) | ||
$configurationFilePath | string |
public ISO639-1_Language_Code $BaseLanguageCode | ||
return | ISO639-1_Language_Code |
public string $CachingDirectory | ||
return | string |
public bool $EnableDebugLogging | ||
return | boolean |
public string $ModulesDirectory | ||
return | string |
public string $ProxyServer | ||
return | string |
public string $ProxyServerPassword | ||
return | string |
public string $ProxyServerUserName | ||
return | string |