3 declare(strict_types=1);
37 private $previousValue;
99 $this->change = $change;
110 $this->previousValue = $previousValue;
121 $this->nextValue = $nextValue;
132 $this->asset = $asset;
143 $this->previousValue = $previousValue;
154 $this->nextValue = $nextValue;
165 $this->asset = $asset;
withAssetBuilder(?AssetChangeValueBuilder $asset)
withAsset(?AssetChangeValue $asset)
withNextValueBuilder(?LocalizedStringBuilder $nextValue)
withPreviousValueBuilder(?LocalizedStringBuilder $previousValue)
withChange(?string $change)
withPreviousValue(?LocalizedString $previousValue)
withNextValue(?LocalizedString $nextValue)