Platformsh\Cli\Helper\FilesystemHelper::setOutput PHP Méthode

setOutput() public méthode

public setOutput ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    public function setOutput(OutputInterface $output)
    {
        if ($this->shellHelper instanceof OutputAwareInterface) {
            $this->shellHelper->setOutput($output);
        }
    }