\Horde_Registry_Loadconfig

Loads generic Horde configuration files, respecting local config file overrides and virtual host settings.

Summary

Methods
Properties
Constants
__construct()
$config
$output
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$config

$config : array

The loaded configuration variables.

Type

array

$output

$output : string

The PHP output from loading the files.

Type

string

Methods

__construct()

__construct(string  $app, string  $conf_file, mixed  $vars = null) 

Constructor.

Parameters

string $app

Application.

string $conf_file

Configuration file name.

mixed $vars

List of config variables to load.

Throws

\Horde_Exception