diff options
| author | Max Kamashev <kamashev@gollard.ru> | 2015-09-30 09:19:33 +0300 |
|---|---|---|
| committer | Max Kamashev <kamashev@gollard.ru> | 2015-09-30 09:19:33 +0300 |
| commit | cabcdc9d9e58d279ac6a5992ae5202568ed4d24e (patch) | |
| tree | eebdc4ec16eb7dc2ed0edd953321fa3e02869f34 /doc/plugins.markdown | |
| parent | 930406bf70e42413a83114b9530b3f63ccf9419f (diff) | |
| parent | 421e8751ebca5b566ecbd8d08e9d56b93ce81ffa (diff) | |
Merge branch 'master' of https://github.com/fguillot/kanboard into 1245_bug_with_subtask_timer
Diffstat (limited to 'doc/plugins.markdown')
| -rw-r--r-- | doc/plugins.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins.markdown b/doc/plugins.markdown index 1127a636..031bf963 100644 --- a/doc/plugins.markdown +++ b/doc/plugins.markdown @@ -70,6 +70,11 @@ 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()`: Should return plugin name +- `getPluginAuthor()`: Should return plugin author +- `getPluginVersion()`: Should return plugin version +- `getPluginDescription()`: Should return plugin description +- `getPluginHomepage()`: Should return plugin Homepage (link) Your plugin registration class also inherit from `Core\Base`, that means you can access to all classes and methods of Kanboard easily. |
