PHP Класс Horde_Registry_Loadconfig, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

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

Свойство Тип Описание
$config array The loaded configuration variables.
$output string The PHP output from loading the files.

Открытые методы

Метод Описание
__construct ( string $app, string $conf_file, mixed $vars = null ) Constructor.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $app, string $conf_file, mixed $vars = null )
$app string Application.
$conf_file string Configuration file name.
$vars mixed List of config variables to load.

Описание свойств

$config публичное свойство

The loaded configuration variables.
public array $config
Результат array

$output публичное свойство

The PHP output from loading the files.
public string $output
Результат string