Example #1
0
 /**
  * Reset the current state of the config back to before it was read in via the
  * self::readInConfigFile function.
  *	
  */
 public static function resetConfigSettings()
 {
     self::$configSettings = NULL;
     self::$configFilePath = NULL;
 }