From 9aea0d141ab38cd217b693cc4bce1e18ef4f4147 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 20 Sep 2015 22:32:18 -0400 Subject: Add php docblocks --- app/Core/Base.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Core') 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 -- cgit v1.2.3