コード例 #1
0
 protected function finish_batch($batch_id)
 {
     return PGQ::next_batch($this->log, $this->pg_src_con, $batch_id);
 }
コード例 #2
0
ファイル: PGQConsumer.php プロジェクト: Nikitian/fl-ru-damp
 protected function next_batch()
 {
     return PGQ::next_batch($this->log, $this->pg_src_con, $this->qname, $this->cname);
 }