content = $content; } /** * Render into HTML. * * @return string Unchanged HTML snippet */ public function __toString() { return $this->content; } }