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;
withChange(?string $change)
withCatalogData(?string $catalogData)
withPreviousValue(?SearchKeywords $previousValue)
withPreviousValueBuilder(?SearchKeywordsBuilder $previousValue)
withNextValueBuilder(?SearchKeywordsBuilder $nextValue)
withNextValue(?SearchKeywords $nextValue)