Equip\Payload::withOutput PHP Method

withOutput() public method

public withOutput ( array $output )
$output array
    public function withOutput(array $output)
    {
        $copy = clone $this;
        $copy->output = $output;
        return $copy;
    }