consumeQueue() public method

Check the queue from Beanstalk and send the notifications scheduled there
public consumeQueue ( )
Exemplo n.º 1
0
 public function run()
 {
     $spool = new SendSpool();
     $spool->consumeQueue();
 }