Neos\Neos\Ui\Domain\Model\Changes\Property::getPropertyName PHP Method

getPropertyName() public method

Get the property name
public getPropertyName ( ) : string
return string
    public function getPropertyName()
    {
        return $this->propertyName;
    }