void HTML_QuickForm_Renderer::renderHtml (
object &$data
)
Called when visiting a raw HTML/text pseudo-element
Implementation of the methodHTML_QuickForm_html elements are used to directly add HTML to the form output. Thus they are useful with the Default renderer, but not with template-based one. Default renderer is currently the only one actually implementing this method, all others silently ignore HTML_QuickForm_html elements.
&$data
HTML_QuickForm_html element being visited
throws no exceptions thrown
abstract
This function can not be called statically.