示例#1
0
 /**
  * Resets all static caches
  */
 public static function resetCache()
 {
     self::$handlers = [];
 }
示例#2
0
 /**
  * Resets all static caches
  */
 public static function resetCache()
 {
     self::$handlers = array();
 }