예제 #1
0
 /**
  * Return next job from the queue.
  * @return Job|boolean The job fetched or false if not found.
  */
 protected function fetchJob()
 {
     return $this->strategy->fetch();
 }
예제 #2
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     srand();
 }