Documentation

Horde_Registry_Api
in package

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.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

Properties

$disabled  : array<string|int, mixed>
$links  : array<string|int, mixed>
$methods  : array<string|int, mixed>
$noPerms  : array<string|int, mixed>
$_disabled  : array<string|int, mixed>
The list of disabled API calls.
$_links  : array<string|int, mixed>
Links.
$_methods  : array<string|int, mixed>
Cached list of methods.
$_noPerms  : array<string|int, mixed>
The listing of API calls that do not require permissions checking.

Methods

disabled()  : array<string|int, mixed>
List of disabled API methods.
links()  : array<string|int, mixed>
List of application links.
methods()  : array<string|int, mixed>
Return the list of active API methods.
noPerms()  : array<string|int, mixed>
List of API methods that don't require permissions.

Properties

$disabled

public array<string|int, mixed> $disabled

The list of disabled methods.

public array<string|int, mixed> $links

The list of available links.

$methods

public array<string|int, mixed> $methods

The list of available methods.

$noPerms

public array<string|int, mixed> $noPerms

The list of calls not requiring permission checks.

$_disabled

The list of disabled API calls.

protected array<string|int, mixed> $_disabled = array()

Links.

protected array<string|int, mixed> $_links = array()

$_methods

Cached list of methods.

protected array<string|int, mixed> $_methods = array()

$_noPerms

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

protected array<string|int, mixed> $_noPerms = array()

Methods

disabled()

List of disabled API methods.

public disabled() : array<string|int, mixed>

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

Return values
array<string|int, mixed>

List of disabled API methods.

List of application links.

public links() : array<string|int, mixed>

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

Return values
array<string|int, mixed>

List of application links.

methods()

Return the list of active API methods.

public final methods() : array<string|int, mixed>
Return values
array<string|int, mixed>

List of active API methods.

noPerms()

List of API methods that don't require permissions.

public noPerms() : array<string|int, mixed>

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

Return values
array<string|int, mixed>

List of API methods that don't require permissions.


        
On this page

Search results