PHP 클래스 Horde_Registry_Api, horde

Copyright 2009-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 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_disabled array The list of disabled API calls.
$_links array Links.
$_methods array Cached list of methods.
$_noPerms array The listing of API calls that do not require permissions checking.

공개 메소드들

메소드 설명
disabled ( ) : array List of disabled API methods.
links ( ) : array List of application links.
methods ( ) : array Return the list of active API methods.
noPerms ( ) : array List of API methods that don't require permissions.

메소드 상세

disabled() 공개 메소드

An application's implementation is responsible for changing/resetting application scope if it is needed within the method (e.g. to use application's prefs).
public disabled ( ) : array
리턴 array List of disabled API methods.

methods() 최종 공개 메소드

Return the list of active API methods.
final public methods ( ) : array
리턴 array List of active API methods.

noPerms() 공개 메소드

An application's implementation is responsible for changing/resetting application scope if it is needed within the method (e.g. to use application's prefs).
public noPerms ( ) : array
리턴 array List of API methods that don't require permissions.

프로퍼티 상세

$_disabled 보호되어 있는 프로퍼티

The list of disabled API calls.
protected array $_disabled
리턴 array

$_methods 보호되어 있는 프로퍼티

Cached list of methods.
protected array $_methods
리턴 array

$_noPerms 보호되어 있는 프로퍼티

The listing of API calls that do not require permissions checking.
protected array $_noPerms
리턴 array