Beispiel #1
0
 public function groupByWeek(Day $day)
 {
     $day->getAllDaysInCurrentMonth();
     $day->segmentDaysInToWeeks();
 }