Example #1
0
 /**
  * 清除所有事件回调
  */
 public static function clearListeners()
 {
     self::$events = array();
 }