M1\Vars\Vars::makeLoader PHP Method

makeLoader() private method

Makes the LoaderProvider with the options
private makeLoader ( array $options )
$options array The options being used for Vars
    private function makeLoader($options)
    {
        $loader = new LoaderProvider($options, $this->default_options['loaders']);
        $this->loader = $loader;
    }