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