Neos\Flow\Aop\PropertyIntroduction::getPropertyName PHP Method

getPropertyName() public method

Returns the name of the introduced property
public getPropertyName ( ) : string
return string Name of the introduced property
    public function getPropertyName()
    {
        return $this->propertyName;
    }