PHP Класс 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.
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$applications array Hash storing information on each registry-aware application.
$interfaces array Interfaces list.

Открытые методы

Метод Описание
__construct ( Horde_Registry $reg_ob ) Constructor.

Защищенные методы

Метод Описание
_detectWebroot ( ) : string Attempt to auto-detect the Horde webroot.

Описание методов

__construct() публичный Метод

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

_detectWebroot() защищенный Метод

Attempt to auto-detect the Horde webroot.
protected _detectWebroot ( ) : string
Результат string The webroot.

Описание свойств

$applications публичное свойство

Hash storing information on each registry-aware application.
public array $applications
Результат array

$interfaces публичное свойство

Interfaces list.
public array $interfaces
Результат array