Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function reference(Immediate $immediate)
 {
     $this->immediates->reference($immediate);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function reference(TimerInterface $timer)
 {
     $this->timers->reference($timer);
 }
Exemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 public function reference(Timer $timer)
 {
     $this->timers->reference($timer);
 }