content = $content; } /** * Return the content to output * * @return string */ public function result() { return $this->content; } }