_content = $content; return $this; } /** * getContent() * * @return string */ public function getContent() { return (string) $this->_content; } /** * generate() * * @return string */ public function generate() { return $this->getContent(); } }