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

getPropertyDocComment() public method

Returns the DocComment of the introduced property
public getPropertyDocComment ( ) : string
return string DocComment of the introduced property
    public function getPropertyDocComment()
    {
        return $this->propertyDocComment;
    }