Kaynağa Gözat

DateComponent : ajout getTotalMinutes

develop
Guillaume 2 yıl önce
ebeveyn
işleme
be3562b49d
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      Component/DateComponent.php

+ 5
- 0
Component/DateComponent.php Dosyayı Görüntüle

@@ -70,4 +70,9 @@ class DateComponent
return $hour ;
}

public function getTotalMinutes(\DateTimeInterface $time): int
{
return (int) $time->format('H') * 60 + (int) $time->format('i');
}

}

Yükleniyor…
İptal
Kaydet