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

setNewValue() public method

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