diff options
author | emkael <emkael@tlen.pl> | 2016-06-16 02:25:37 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-06-16 11:50:18 +0200 |
commit | 0fea2103dd4cc5a04a756d5a87e26d39ea347e49 (patch) | |
tree | 193c6af2ffe418c71348944528178e1b11e46fce /app/frontend/dto/CalendarGridDTO.php | |
parent | ece88ff6d4c59418dc043c735252aca012eee207 (diff) |
* data objects for grouped calendar view
Diffstat (limited to 'app/frontend/dto/CalendarGridDTO.php')
-rw-r--r-- | app/frontend/dto/CalendarGridDTO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/frontend/dto/CalendarGridDTO.php b/app/frontend/dto/CalendarGridDTO.php index f5d91a5..c6f1d00 100644 --- a/app/frontend/dto/CalendarGridDTO.php +++ b/app/frontend/dto/CalendarGridDTO.php @@ -69,7 +69,7 @@ class CalendarGridDTO { return $events; } - private function _getGridDay(DateTimeImmutable $date, + protected function _getGridDay(DateTimeImmutable $date, array $events, CalendarGridDayDTO $previousDay = NULL) { $day = new CalendarGridDayDTO($date, $events); |