[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Extension/ -> RemotePlugin.php (summary)

Remote Plugin prototype Add functionality to the remote API in a plugin

File Size: 79 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  __construct()
  getMethods()
  _getMethods()
  getApi()

Functions
Functions that are not part of a class:

__construct()   X-Ref
Constructor


getMethods()   X-Ref
Get all available methods with remote access.

By default it exports all public methods of a remote plugin. Methods beginning
with an underscore are skipped.

return: ApiCall[] Information about all provided methods. ('methodname' => ApiCall)

_getMethods()   X-Ref


getApi()   X-Ref

return: Api