Deployer\Type\Result::__construct PHP Метод

__construct() публичный Метод

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