3 declare(strict_types=1);
35 private $previousValue;
53 private $attributeName;
94 return $this->fieldName;
105 return $this->attributeName;
114 $this->change = $change;
125 $this->previousValue = $previousValue;
136 $this->nextValue = $nextValue;
147 $this->fieldName = $fieldName;
158 $this->attributeName = $attributeName;
169 $this->previousValue = $previousValue;
180 $this->nextValue = $nextValue;
withNextValue(?LocalizedString $nextValue)
withPreviousValueBuilder(?LocalizedStringBuilder $previousValue)
withPreviousValue(?LocalizedString $previousValue)
withFieldName(?string $fieldName)
withChange(?string $change)
withNextValueBuilder(?LocalizedStringBuilder $nextValue)
withAttributeName(?string $attributeName)