示例#1
0
文件: clang.php 项目: staabm/redaxo
 /**
  * Resets the intern cache of this class.
  */
 public static function reset()
 {
     self::$cacheLoaded = false;
     self::$clangs = [];
 }