comment = (string) $comment; return $this; } /** * Get the comment * * @return string */ public function getComment() { return $this->comment; } }