public function __construct($content, $charset) { $this->content = (string) $content; $this->charset = $charset; }