Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function isEmpty() : bool
 {
     return !$this->timers->count();
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function isEmpty() : bool
 {
     return !$this->immediates->count();
 }