Documentation

Horde_Registry_Loadconfig
in package

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

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2014-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

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.

Tags
throws
Horde_Exception

        
On this page

Search results