PHP Class Swiftriver\Core\Configuration\ConfigurationHandlers\CoreConfigurationHandler

Inheritance: extends BaseConfigurationHandler
Datei anzeigen 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_oe property

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

$CachingDirectory public_oe property

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

$ConfigurationFilePath public_oe property

public $ConfigurationFilePath

$EnableDebugLogging public_oe property

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

$ModulesDirectory public_oe property

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

$Name public_oe property

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

$ProxyServer public_oe property

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

$ProxyServerPassword public_oe 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_oe 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