示例#1
0
 /**
  * {@inheritdoc}
  */
 public function isEmpty() : bool
 {
     return !$this->timers->count();
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public function isEmpty() : bool
 {
     return !$this->immediates->count();
 }