Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17492 программиста и 1877 роботов. Сейчас ищут 1732 программиста ...
HTML_QuickForm_Renderer::renderHtml()
Вернуться к: Renderer infrastructure
HTML_QuickForm_Renderer::renderHtml()
HTML_QuickForm_Renderer::renderHtml() – Visit a raw HTML/text element (package developer related)
Synopsis
require_once 'HTML/QuickForm/Renderer.php';
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.
Parameter
- object &$data
-
HTML_QuickForm_html element being visited
Throws
throws no exceptions thrown
Note
abstract
This function can not be called statically.
Вернуться к: Renderer infrastructure