Deployer\Console\Output\OutputWatcher::__construct PHP Méthode

__construct() public méthode

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