Explorar o código

Ajout d'un getter minutes

François Drouhard hai 1 ano
pai
achega
11adb11f87
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/Entity/Counter.php

+ 5 - 0
src/Entity/Counter.php

@@ -101,4 +101,9 @@ class Counter
 
         return $this;
     }
+
+    public function getMinutes(): int
+    {
+        return (int) filter_var($this->timeToLive, FILTER_SANITIZE_NUMBER_INT) ?? 0;
+    }
 }