Horde_Registry_Loadconfig
in package
Loads generic Horde configuration files, respecting local config file overrides and virtual host settings.
Tags
Table of Contents
Properties
- $config : array<string|int, mixed>
- The loaded configuration variables.
- $output : string
- The PHP output from loading the files.
Methods
- __construct() : mixed
- Constructor.
Properties
$config
The loaded configuration variables.
public
array<string|int, mixed>
$config
= array()
$output
The PHP output from loading the files.
public
string
$output
= ''
Methods
__construct()
Constructor.
public
__construct(string $app, string $conf_file[, mixed $vars = null ]) : mixed
Parameters
- $app : string
-
Application.
- $conf_file : string
-
Configuration file name.
- $vars : mixed = null
-
List of config variables to load.