3 declare(strict_types=1);
35 private $previousValue;
91 return $this->catalogData;
100 $this->change = $change;
111 $this->previousValue = $previousValue;
122 $this->nextValue = $nextValue;
133 $this->catalogData = $catalogData;
144 $this->previousValue = $previousValue;
155 $this->nextValue = $nextValue;
withNextValueBuilder(?AttributeValueBuilder $nextValue)
withPreviousValue(?AttributeValue $previousValue)
withCatalogData(?string $catalogData)
withNextValue(?AttributeValue $nextValue)
withPreviousValueBuilder(?AttributeValueBuilder $previousValue)
withChange(?string $change)