Documentation

Api extends Horde_Registry_Api
in package

Skeleton external API.

This file defines Skeleton's external API interface. Other applications can interact with Skeleton through this API.

Tags
author

Your Name you@example.com

category

Horde

copyright

2010-2021 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

getFoo()  : array<string|int, string>
Example API method.

Methods

getFoo()

Example API method.

public getFoo() : array<string|int, string>

The default configuration presented in doc/registry.d/app-skeleton.php exposes skeleton's API as the fooitemapi.

Consumers can call into this API via registry

$registry->call('fooitemapi/getFoo') would return an array. $registry->fooitemapi->getFoo() would do the same.

The registry is case sensitive.

Registry API methods are by default also available through the XMLRPC and json-rpc interfaces and also SOAP

Return values
array<string|int, string>

Search results