/** * Register a configuration tree * * @param array $configs The config tree with the specs * * @return void */ static function register($configs) { self::$model_raw = array_merge_recursive(self::$model_raw, $configs); }