PHP Класс Swiftriver\Core\Configuration\ConfigurationHandlers\CoreConfigurationHandler

Наследование: extends BaseConfigurationHandler
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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