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

setProperty() public method

Sets the name of the property to change.
public setProperty ( string $propertyName ) : void
$propertyName string
return void
    public function setProperty($propertyName)
    {
        $this->propertyName = $propertyName;
    }