Example #1
0
 /**
  * Loads an array of configs into the current configs. This is typically 
  * called from the Load module, and doesn't need to be called directly.
  *
  * @param array $configs An array of key value configs.
  */
 public static function load($configs)
 {
     self::$_configs = array_merge($configs, self::$_configs);
 }