Neos\Flow\Aop\PropertyIntroduction::getPropertyName PHP 메소드

getPropertyName() 공개 메소드

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