\Horde_Registry_Api

Default class for application defined API calls.

Copyright 2009-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.

Summary

Methods
Properties
Constants
disabled()
links()
methods()
noPerms()
$disabled
$links
$methods
$noPerms
No constants found
No protected methods found
$_disabled
$_links
$_methods
$_noPerms
N/A
No private methods found
No private properties found
N/A

Properties

$disabled

$disabled : array

The list of disabled methods.

Type

array

$links

$links : array

The list of available links.

Type

array

$methods

$methods : array

The list of available methods.

Type

array

$noPerms

$noPerms : array

The list of calls not requiring permission checks.

Type

array

$_disabled

$_disabled : array

The list of disabled API calls.

Type

array

$_links

$_links : array

Links.

Type

array

$_methods

$_methods : array

Cached list of methods.

Type

array

$_noPerms

$_noPerms : array

The listing of API calls that do not require permissions checking.

Type

array

Methods

disabled()

disabled() : array

List of disabled 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).

Returns

array —

List of disabled API methods.

links()

links() : array

List of application links.

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

Returns

array —

List of application links.

methods()

methods() : array

Return the list of active API methods.

Returns

array —

List of active API methods.

noPerms()

noPerms() : array

List of API methods that don't require permissions.

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

Returns

array —

List of API methods that don't require permissions.