PHP Class Horde_Registry_Loadconfig, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$config array The loaded configuration variables.
$output string The PHP output from loading the files.

Public Methods

Method Description
__construct ( string $app, string $conf_file, mixed $vars = null ) Constructor.

Method Details

__construct() public method

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.

Property Details

$config public_oe property

The loaded configuration variables.
public array $config
return array

$output public_oe property

The PHP output from loading the files.
public string $output
return string