Documentation

AppConfigReader
in package

Handles reading a stack of configuration files

Table of Contents

$registry  : mixed
__construct()  : mixed
getAppConfig()  : mixed
Read a stack of application $conf files

Properties

Methods

__construct()

public __construct(Horde_Registry $registry) : mixed
Parameters
$registry : Horde_Registry
Return values
mixed

getAppConfig()

Read a stack of application $conf files

public getAppConfig([string $forApp = '' ][, string $context = '' ]) : mixed

TODO: Factor out reusable parts for "backends", yaml configs etc

Parameters
$forApp : string = ''
$context : string = ''
Return values
mixed

Search results