Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function start()
 {
     if ($this->started === false) {
         $this->getOutput()->write("[+] Starting worker");
         $this->started = true;
         $this->process->open();
     }
 }