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