[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 103 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file inc/init.php |
PluginCLI:: (4 methods):
setup()
main()
listPlugins()
loadPlugin()
setup(Options $options) X-Ref |
Register options and arguments on the given $options object param: Options $options return: void |
main(Options $options) X-Ref |
Your main program Arguments and options have been parsed when this is run param: Options $options return: void |
listPlugins() X-Ref |
List available plugins |
loadPlugin($name) X-Ref |
Instantiate a CLI plugin param: string $name return: \dokuwiki\Extension\CLIPlugin|null |