Neos\Flow\Persistence\Generic\Qom\PropertyValue::getPropertyName PHP Метод

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

Gets the name of the property.
public getPropertyName ( ) : string
Результат string the property name; non-null
    public function getPropertyName()
    {
        return $this->propertyName;
    }