Beispiel #1
0
 /**
  * Clear the self::$mObjects variable
  * For use in parser tests
  */
 public static function clearCache()
 {
     self::$mObjects = array();
 }
Beispiel #2
0
 /**
  * Clear the self::$mObjects variable
  * For use in parser tests
  */
 public static function clearCache()
 {
     self::$mObjects = [];
 }