Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function start()
 {
     $this->manager->start($this);
     if (!$this->referenced) {
         $this->manager->unreference($this);
     }
 }
Exemple #2
0
 /**
  * {@inheritdoc}
  */
 public function start()
 {
     $this->manager->start($this);
 }