Autarky\Config\ConfigInterface::mount PHP Méthode

mount() public méthode

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