Horde_Registry_Registryconfig
in package
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.
Tags
Table of Contents
Properties
- $applications : array<string|int, mixed>
- Hash storing information on each registry-aware application.
- $interfaces : array<string|int, mixed>
- Interfaces list.
Methods
- __construct() : mixed
- Constructor.
- _detectWebroot() : string
- Attempt to auto-detect the Horde webroot.
Properties
$applications
Hash storing information on each registry-aware application.
public
array<string|int, mixed>
$applications
= array()
$interfaces
Interfaces list.
public
array<string|int, mixed>
$interfaces
= array()
Methods
__construct()
Constructor.
public
__construct(Horde_Registry $reg_ob) : mixed
Parameters
- $reg_ob : Horde_Registry
-
Registry object.
Tags
_detectWebroot()
Attempt to auto-detect the Horde webroot.
protected
_detectWebroot([string $basedir = HORDE_BASE ]) : string
Parameters
- $basedir : string = HORDE_BASE
-
The base horde directory.
Return values
string —The webroot.