PHP Class 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.
Mostra file
Open project: horde/horde
Class Usage Examples
Protected Properties
Public Methods
Method |
Description |
|
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. |
|
Method Details
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).
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).
methods()
final public method
Return the list of active API methods.
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 |
return |
array |
List of API methods that don't require permissions. |
Property Details
$_disabled protected_oe property
The list of disabled API calls.
protected array $_disabled |
return |
array |
|
$_links protected_oe property
protected array $_links |
return |
array |
|
$_methods protected_oe property
protected array $_methods |
return |
array |
|
$_noPerms protected_oe property
The listing of API calls that do not require permissions checking.
protected array $_noPerms |
return |
array |
|