Beispiel #1
0
 /**
  * Run
  */
 public function run()
 {
     $this->emit('run');
     $this->cluster->emit('run', $this);
     $this->child->run();
 }