CraftCli\Support\Downloader\BaseDownloader::setOutput PHP Méthode

setOutput() public méthode

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;
    }