HTML_QuickForm::isFrozen()
HTML_QuickForm::isFrozen() – Checks whether the form is frozen
Synopsis
require_once 'HTML/QuickForm.php';
boolean HTML_QuickForm::isFrozen (
void
)
Описание
Returns whether or not the whole form is frozen.
Throws
throws no exceptions thrown
Замечание
since 3.0
This function can not be called statically.