예제 #1
0
파일: cron.php 프로젝트: vazahat/dudex
 public function fillSendQueue()
 {
     if ($this->service->getSendQueueLength() == 0) {
         $this->service->fillSendQueue(24 * 3600);
     }
 }