HTML_QuickForm_element::unfreeze()

HTML_QuickForm_element::unfreeze()

HTML_QuickForm_element::unfreeze() -- Unfreezes the element

Synopsis

require_once 'HTML/QuickForm/element.php';

void HTML_QuickForm_element::unfreeze ()

Description

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().

Note

This function can not be called statically.