Neos\ContentRepository\Migration\Transformations\ChangePropertyValue::setCurrentValuePlaceholder PHP Method

setCurrentValuePlaceholder() public method

The value of this option (defaults to "{current}") will be used to include the current property value into the new value.
public setCurrentValuePlaceholder ( string $currentValuePlaceholder ) : void
$currentValuePlaceholder string
return void
    public function setCurrentValuePlaceholder($currentValuePlaceholder)
    {
        $this->currentValuePlaceholder = $currentValuePlaceholder;
    }