$replaceData */ public function __construct( private bool $forceCreate = false, private array $replaceData = [] ) {} public function forceCreate(): bool { return $this->forceCreate; } /** * @return array */ public function getReplaceData(): array { return $this->replaceData; } }