Loader for Helper-Classes from Plugin
This commit is contained in:
@@ -40,6 +40,17 @@ abstract class Base extends \Kanboard\Core\Base
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns all helper classes that needs to be stored in the DI container
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getHelpers()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Listen on internal events
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user