示例#1
0
 public function startWorker()
 {
     $this->_mailer = new Mailer($this->_pdo, true);
     parent::startWorker();
 }