Autarky\Config\ConfigInterface::mount PHP 메소드

mount() 공개 메소드

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