Autarky\Config\ConfigInterface::mount PHP Method

mount() public method

Mount a path to a specific location in the config tree.
public mount ( string $location, string $path ) : void
$location string
$path string
return void
    public function mount($location, $path);