PHP 클래스 Swiftriver\Core\Configuration\ConfigurationHandlers\CoreConfigurationHandler

상속: extends BaseConfigurationHandler
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
Save ( )
__construct ( string $configurationFilePath ) The constructor for the CoreConfigurationHandler

메소드 상세

Save() 공개 메소드

public Save ( )

__construct() 공개 메소드

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

프로퍼티 상세

$BaseLanguageCode 공개적으로 프로퍼티

The base language code
public ISO639-1_Language_Code $BaseLanguageCode
리턴 ISO639-1_Language_Code

$CachingDirectory 공개적으로 프로퍼티

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

$ConfigurationFilePath 공개적으로 프로퍼티

public $ConfigurationFilePath

$EnableDebugLogging 공개적으로 프로퍼티

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

$ModulesDirectory 공개적으로 프로퍼티

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

$Name 공개적으로 프로퍼티

The name of the configuration section
public string $Name
리턴 string

$ProxyServer 공개적으로 프로퍼티

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

$ProxyServerPassword 공개적으로 프로퍼티

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

$ProxyServerUserName 공개적으로 프로퍼티

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