PhpParser\Comment::__toString PHP Method

__toString() public method

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