Neos\ContentRepository\Migration\Transformations\ChangePropertyValue::setCurrentValuePlaceholder PHP Méthode

setCurrentValuePlaceholder() public méthode

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
Résultat void
    public function setCurrentValuePlaceholder($currentValuePlaceholder)
    {
        $this->currentValuePlaceholder = $currentValuePlaceholder;
    }