コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * 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);
 }