Neos\Flow\Aop\PropertyIntroduction::getPropertyDocComment PHP Метод

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

Returns the DocComment of the introduced property
public getPropertyDocComment ( ) : string
Результат string DocComment of the introduced property
    public function getPropertyDocComment()
    {
        return $this->propertyDocComment;
    }