Equip\Payload::withOutput PHP 메소드

withOutput() 공개 메소드

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