Documentation

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
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2014-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

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

_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.


        
On this page

Search results