示例#1
0
 /**
  * Register an event listener for the daemon queue stopping.
  *
  * @param mixed $callback
  * @return void 
  * @static 
  */
 public static function stopping($callback)
 {
     \Illuminate\Queue\QueueManager::stopping($callback);
 }