content = $content; } public function render() { return nl2br(htmlentities($this->content)); } }