Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16402 программиста и 1665 роботов. Сейчас ищут 1670 программистов ...
$element->toHtmlnoClose()
Вернуться к: HTML_Template_Flexy
$element->toHtmlnoClose()
$element->toHtmlnoClose() – Output Open Tag and any children and not Child tag (designed for use with <form + hidden elements>
Synopsis
string $element->toHtmlnoClose ( )
Used by the template to represent form tags, which only the opening tag are rendered dynamically (so, all tags inside the tag are not forced to be dynamic).
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_Template_Flexy