PHP Class Horde_Registry_Registryconfig, horde

Copyright 2014-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz ([email protected])
Mostra file Open project: horde/horde

Public Properties

Property Type Description
$applications array Hash storing information on each registry-aware application.
$interfaces array Interfaces list.

Public Methods

Method Description
__construct ( Horde_Registry $reg_ob ) Constructor.

Protected Methods

Method Description
_detectWebroot ( ) : string Attempt to auto-detect the Horde webroot.

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Registry $reg_ob )
$reg_ob Horde_Registry Registry object.

_detectWebroot() protected method

Attempt to auto-detect the Horde webroot.
protected _detectWebroot ( ) : string
return string The webroot.

Property Details

$applications public_oe property

Hash storing information on each registry-aware application.
public array $applications
return array

$interfaces public_oe property

Interfaces list.
public array $interfaces
return array