예제 #1
0
파일: clang.php 프로젝트: staabm/redaxo
 /**
  * Resets the intern cache of this class.
  */
 public static function reset()
 {
     self::$cacheLoaded = false;
     self::$clangs = [];
 }