Deployer\Executor\Informer::__construct PHP Method

__construct() public method

public __construct ( OutputWatcher $output )
$output Deployer\Console\Output\OutputWatcher
    public function __construct(OutputWatcher $output)
    {
        $this->output = $output;
    }