HTML_QuickForm::isFrozen()

HTML_QuickForm::isFrozen() -- Checks whether the form is frozen

Synopsis

require_once 'HTML/QuickForm.php';

boolean HTML_QuickForm::isFrozen (void)

Description

Returns whether or not the whole form is frozen.

Throws

throws no exceptions thrown

Note

since 3.0

This function can not be called statically.