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])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$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