Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Laclic
/
SovBundle
Observar
3
Favorito
0
Fork
0
Código
Issues
1
Pull requests
0
Versões
2
Wiki
Atividade
Ver código fonte
DateComponent : ajout getTotalMinutes
develop
Guillaume
2 anos atrás
pai
1972f94a0a
commit
be3562b49d
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+5
-0
Component/DateComponent.php
+ 5
- 0
Component/DateComponent.php
Ver arquivo
@@ -70,4 +70,9 @@ class DateComponent
return $hour ;
}
public function getTotalMinutes(\DateTimeInterface $time): int
{
return (int) $time->format('H') * 60 + (int) $time->format('i');
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar