Sets the comment text
string $text Comment text:
$this
public function setText($text) { $this->text = $text; return $this; }