示例#1
0
 public function addDay(Day $day)
 {
     $dayNumber = $day->getDate()->format('d');
     $this->days[$dayNumber] = $day;
 }