예제 #1
0
 /**
  * @param Worker $worker
  *
  * @return $this
  */
 private function addWorker(Worker $worker)
 {
     $this->workerQueue->addWorker($worker);
     return $this;
 }