summaryrefslogtreecommitdiff
path: root/app/Core
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-20 22:32:18 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-20 22:32:18 -0400
commit9aea0d141ab38cd217b693cc4bce1e18ef4f4147 (patch)
tree6b89960ec7609e3983218694295dbda1285c6a29 /app/Core
parent689687dd4ee186cb9cf5d0230b4648e242c53b10 (diff)
Add php docblocks
Diffstat (limited to 'app/Core')
-rw-r--r--app/Core/Base.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Core/Base.php b/app/Core/Base.php
index be5052b6..fe42ba09 100644
--- a/app/Core/Base.php
+++ b/app/Core/Base.php
@@ -33,6 +33,10 @@ use Pimple\Container;
* @property \Integration\Sendgrid $sendgrid
* @property \Integration\SlackWebhook $slackWebhook
* @property \Integration\Smtp $smtp
+ * @property \Formatter\TaskFilterGanttFormatter $taskFilterGanttFormatter
+ * @property \Formatter\TaskFilterAutoCompleteFormatter $taskFilterAutoCompleteFormatter
+ * @property \Formatter\TaskFilterCalendarFormatter $taskFilterCalendarFormatter
+ * @property \Formatter\TaskFilterICalendarFormatter $taskFilterICalendarFormatter
* @property \Model\Acl $acl
* @property \Model\Action $action
* @property \Model\Authentication $authentication