$element->toHtmlnoClose()
$element->toHtmlnoClose() -- Output Open Tag and any children and not Child tag (designed for use with <form + hidden elements>
概要
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 no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。