PHP Class Swiftriver\Core\Configuration\ConfigurationHandlers\CoreConfigurationHandler

Inheritance: extends BaseConfigurationHandler
Show file Open project: ushahidi/Swiftriver-2011

Public Properties

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

Public Methods

Method Description
Save ( )
__construct ( string $configurationFilePath ) The constructor for the CoreConfigurationHandler

Method Details

Save() public method

public Save ( )

__construct() public method

The constructor for the CoreConfigurationHandler
public __construct ( string $configurationFilePath )
$configurationFilePath string

Property Details

$BaseLanguageCode public property

The base language code
public ISO639-1_Language_Code $BaseLanguageCode
return ISO639-1_Language_Code

$CachingDirectory public property

The fully qualified path of the cashing directory
public string $CachingDirectory
return string

$ConfigurationFilePath public property

public $ConfigurationFilePath

$EnableDebugLogging public property

Boolean that enables or disables debug logging
public bool $EnableDebugLogging
return boolean

$ModulesDirectory public property

The fully qualified path to the modules directory
public string $ModulesDirectory
return string

$Name public property

The name of the configuration section
public string $Name
return string

$ProxyServer public property

Where a proxy server is required, it can be stored in this variable.
public string $ProxyServer
return string

$ProxyServerPassword public property

Where you are using a proxy server and it requires auth then use this variable to hold the Password
public string $ProxyServerPassword
return string

$ProxyServerUserName public property

Where you are using a proxy server and it requires auth then use this variable to hold the user name
public string $ProxyServerUserName
return string