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;
    }