HTML_QuickForm_element::getFrozenHtml()
HTML_QuickForm_element::getFrozenHtml() -- Returns the value of field without HTML tags
概要
require_once 'HTML/QuickForm/element.php'; |
string HTML_QuickForm_element::getFrozenHtml ()
説明
This method returns the HTML for the element in frozen state. There is rarely a need to call it directly.
例外・エラー
throws no exceptions thrown
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。