summaryrefslogtreecommitdiff
path: root/doc/plugins.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-26 15:57:39 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-26 15:57:39 -0400
commit9ca4b43a97ae92fad57b00ac0217d5b7078272fb (patch)
treecd16f66b175dad4be54f24533b1671015dd34699 /doc/plugins.markdown
parent47c1bc965254dc539cd8996730fcc00546a32143 (diff)
Add page to show the list of plugins
Diffstat (limited to 'doc/plugins.markdown')
-rw-r--r--doc/plugins.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins.markdown b/doc/plugins.markdown
index 1127a636..a17f1af4 100644
--- a/doc/plugins.markdown
+++ b/doc/plugins.markdown
@@ -70,6 +70,10 @@ Available methods from `Core\Plugin\Base`:
- `initialize()`: Executed when the plugin is loaded
- `getClasses()`: Return all classes that should be stored in the dependency injection container
- `on($event, $callback)`: Listen on internal events
+- `getPluginName()`: Get plugin name
+- `getPluginAuthor()`: Get plugin author
+- `getPluginVersion()`: Get plugin version
+- `getPluginDescription()`: Get plugin description
Your plugin registration class also inherit from `Core\Base`, that means you can access to all classes and methods of Kanboard easily.