Exemple #1
0
 /**
  * Clear out the data stored in the config class.
  *
  * @return void
  */
 public static function clear()
 {
     self::$_config = array();
 }