Пример #1
0
 protected function setEnd($end)
 {
     $this->end = YearMonth::from($end);
 }
Пример #2
0
 protected function setStart($start)
 {
     $this->start = YearMonth::from($start);
 }
Пример #3
0
 public function lessThan(YearMonth $that)
 {
     return $this->toInt() < $that->toInt();
 }