Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18355 программистов и 1781 робот. Сейчас ищут 1016 программистов ...
HTML_QuickForm_Renderer_Tableless::setElementTemplate
Вернуться к: Important methods
HTML_QuickForm_Renderer_Tableless::setElementTemplate
HTML_QuickForm_Renderer_Tableless::setElementTemplate() – Sets element template
Synopsis
void HTML_QuickForm_Renderer_Tableless::setElementTemplate ( string $html , string $element = null )
Sets the template for elements.
Parameter
- string $html
-
The HTML surrounding an element
- mixed $element
-
(optional) Name(s) of the element to apply template for (either single element name as string or multiple element names as an array)
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Important methods