Exemplo n.º 1
0
 public static function set($configs = [])
 {
     if (empty(self::$_configs)) {
         self::$_configs = $configs;
     }
 }