PHP Class Horde_Registry_Loadconfig, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$config array The loaded configuration variables.
$output string The PHP output from loading the files.

Méthodes publiques

Méthode Description
__construct ( string $app, string $conf_file, mixed $vars = null ) Constructor.

Method Details

__construct() public méthode

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
Résultat array

$output public_oe property

The PHP output from loading the files.
public string $output
Résultat string