Beispiel #1
0
 /**
  *
  */
 public function start()
 {
     $this->init();
     $this->checkPidFile();
     $this->daemon = $this->factory();
     $this->daemon->start();
 }