Sets installer downloader for a specific installation type.
string $type installation type:
DownloaderInterface $downloader downloader instance:
DownloadManager
public function setDownloader(string $type, DownloaderInterface $downloader) : self { $type = strtolower($type); $this->downloaders[$type] = $downloader; return $this; }