Neos\Flow\Persistence\Generic\Qom\PropertyValue::getPropertyName PHP Method

getPropertyName() public method

Gets the name of the property.
public getPropertyName ( ) : string
return string the property name; non-null
    public function getPropertyName()
    {
        return $this->propertyName;
    }