[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
Remote Plugin prototype Add functionality to the remote API in a plugin
File Size: | 120 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__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: array Information about all provided methods. {@see dokuwiki\Remote\RemoteAPI}. |
cleanTypeHint($hint) X-Ref |
Matches the given type hint against the valid options for the remote API return: string param: string $hint |
getApi() X-Ref |
return: Api |