content = $content; } /** * Render this comment into INI markup * * @return string */ public function render() { return ';' . $this->content; } }