Neos\Flow\Reflection\PropertyReflection::getDescription PHP Method

getDescription() public method

Returns the description part of the doc comment
public getDescription ( ) : string
return string Doc comment description
    public function getDescription()
    {
        return $this->getDocCommentParser()->getDescription();
    }