CraftCli\Support\Downloader\BaseDownloader::setOutput PHP Method

setOutput() public method

Set the output
public setOutput ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    public function setOutput(OutputInterface $output)
    {
        $this->output = $output;
    }