コード例 #1
0
ファイル: Event.php プロジェクト: SoftwarePunt/php-resque
 /**
  * Call all registered listeners.
  */
 public static function clearListeners()
 {
     self::$events = array();
 }