コード例 #1
0
ファイル: clang.php プロジェクト: staabm/redaxo
 /**
  * Resets the intern cache of this class.
  */
 public static function reset()
 {
     self::$cacheLoaded = false;
     self::$clangs = [];
 }