From 4f2468fc3881ebeefc70e19479606496cec0c6cb Mon Sep 17 00:00:00 2001 From: Busfreak Date: Wed, 23 Mar 2016 18:06:16 +0100 Subject: Loader for Helper-Classes from Plugin --- app/Core/Plugin/Base.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/Core/Plugin/Base.php') diff --git a/app/Core/Plugin/Base.php b/app/Core/Plugin/Base.php index 15265370..381b8bb3 100644 --- a/app/Core/Plugin/Base.php +++ b/app/Core/Plugin/Base.php @@ -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 * -- cgit v1.2.3