3 declare(strict_types=1);
35 private $previousValue;
47 private $attributeName;
88 return $this->attributeName;
97 $this->change = $change;
108 $this->previousValue = $previousValue;
119 $this->nextValue = $nextValue;
130 $this->attributeName = $attributeName;
141 $this->previousValue = $previousValue;
152 $this->nextValue = $nextValue;
withPreviousValue(?LocalizedString $previousValue)
withNextValueBuilder(?LocalizedStringBuilder $nextValue)
withChange(?string $change)
withNextValue(?LocalizedString $nextValue)
withPreviousValueBuilder(?LocalizedStringBuilder $previousValue)
withAttributeName(?string $attributeName)