Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
SovBundle
Seguir
3
Destacar
0
Fork
0
Código
Incidencias
1
Pull Requests
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
DateComponent : ajout getTotalMinutes
develop
Guillaume
hace 2 años
padre
1972f94a0a
commit
be3562b49d
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+5
-0
Component/DateComponent.php
+ 5
- 0
Component/DateComponent.php
Ver fichero
@@ -70,4 +70,9 @@ class DateComponent
return $hour ;
}
public function getTotalMinutes(\DateTimeInterface $time): int
{
return (int) $time->format('H') * 60 + (int) $time->format('i');
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar