Преглед изворни кода

DateComponent : ajout getTotalMinutes

develop
Guillaume пре 2 година
родитељ
комит
be3562b49d
1 измењених фајлова са 5 додато и 0 уклоњено
  1. +5
    -0
      Component/DateComponent.php

+ 5
- 0
Component/DateComponent.php Прегледај датотеку

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

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

}

Loading…
Откажи
Сачувај