Add page to show the list of plugins

This commit is contained in:
Frederic Guillot
2015-09-26 15:57:39 -04:00
parent 47c1bc9652
commit 9ca4b43a97
30 changed files with 194 additions and 2 deletions

View File

@@ -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.