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