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])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$applications array Hash storing information on each registry-aware application.
$interfaces array Interfaces list.

Méthodes publiques

Méthode Description
__construct ( Horde_Registry $reg_ob ) Constructor.

Méthodes protégées

Méthode Description
_detectWebroot ( ) : string Attempt to auto-detect the Horde webroot.

Method Details

__construct() public méthode

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

_detectWebroot() protected méthode

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

Property Details

$applications public_oe property

Hash storing information on each registry-aware application.
public array $applications
Résultat array

$interfaces public_oe property

Interfaces list.
public array $interfaces
Résultat array