PhpParser\Comment::__toString PHP Méthode

__toString() public méthode

Gets the comment text.
public __toString ( ) : string
Résultat string The comment text (including comment delimiters like /*)
    public function __toString()
    {
        return $this->text;
    }