Esempio n. 1
0
 public static function merge(array $config)
 {
     self::$config = array_merge(self::$config, $config);
 }