\Horde_Registry_Registryconfig

Parses registry configuration files into applications and interfaces arrays.

Copyright 2014-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
$applications
$interfaces
No constants found
_detectWebroot()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$applications

$applications : array

Hash storing information on each registry-aware application.

Type

array

$interfaces

$interfaces : array

Interfaces list.

Type

array

Methods

__construct()

__construct(\Horde_Registry  $reg_ob) 

Constructor.

Parameters

\Horde_Registry $reg_ob

Registry object.

Throws

\Horde_Exception

_detectWebroot()

_detectWebroot(string  $basedir = HORDE_BASE) : string

Attempt to auto-detect the Horde webroot.

Parameters

string $basedir

The base horde directory.

Returns

string —

The webroot.