Deployer\Type\Result::__construct PHP Method

__construct() public method

public __construct ( string $output )
$output string
    public function __construct($output)
    {
        $this->output = $output;
    }