Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 125729 программистов и 2275 роботов. Сейчас ищут 1750 программистов ...
$element->toHtml
Вернуться к: HTML_Template_Flexy
$element->toHtml
$element->toHtml – Output HTML and children
Synopsis
string $element->toHtml ( )
returns the HTML to represent the object. If you wish to implement your own element, you only need to implement this method, and assign it to the element array..
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_Template_Flexy