Neos\ContentRepository\Migration\Transformations\RemoveProperty::setProperty PHP Метод

setProperty() публичный Метод

Sets the name of the property to be removed.
public setProperty ( string $propertyName ) : void
$propertyName string
Результат void
    public function setProperty($propertyName)
    {
        $this->propertyName = $propertyName;
    }