コード例 #1
0
ファイル: cron.php プロジェクト: vazahat/dudex
 public function fillSendQueue()
 {
     if ($this->service->getSendQueueLength() == 0) {
         $this->service->fillSendQueue(24 * 3600);
     }
 }