Neos\Flow\Reflection\MethodReflection::getDescription PHP 메소드

getDescription() 공개 메소드

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