Neos\ContentRepository\Migration\Transformations\AddNewProperty::setValue PHP Method

setValue() public method

Property value to be set.
public setValue ( string $value ) : void
$value string
return void
    public function setValue($value)
    {
        $this->value = $value;
    }