Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function isEmpty() : bool
 {
     return !$this->timers->count();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function isEmpty() : bool
 {
     return !$this->immediates->count();
 }