HTML_QuickForm_element::unfreeze()
HTML_QuickForm_element::unfreeze() – Unfreezes the element
Synopsis
require_once 'HTML/QuickForm/element.php';
void HTML_QuickForm_element::unfreeze (
)
Описание
Unfreezes the element so that it becomes editable again.
Throws
throws no exceptions thrown
See
see freeze(), isFrozen(), setPersistantFreeze(), getFrozenHtml(), HTML_QuickForm::freeze(), HTML_QuickForm::isFrozen().
Замечание
This function can not be called statically.