Neos\Flow\Reflection\MethodReflection::getDescription PHP Méthode

getDescription() public méthode

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