コード例 #1
0
ファイル: MagicWord.php プロジェクト: Acidburn0zzz/mediawiki
 /**
  * Clear the self::$mObjects variable
  * For use in parser tests
  */
 public static function clearCache()
 {
     self::$mObjects = array();
 }
コード例 #2
0
ファイル: MagicWord.php プロジェクト: claudinec/galan-wiki
 /**
  * Clear the self::$mObjects variable
  * For use in parser tests
  */
 public static function clearCache()
 {
     self::$mObjects = [];
 }