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