Example #1
0
 /**
  * Resets the intern cache of this class.
  */
 public static function reset()
 {
     self::$cacheLoaded = false;
     self::$clangs = [];
 }