_html = $html; } /** * Returns the html * * Overwrite the standard function * * @return string */ protected function _toHtml(){ return $this->_html; } }