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