HTML_QuickForm::isElementFrozen()

HTML_QuickForm::isElementFrozen() -- Checks whether the element is frozen

概要

require_once 'HTML/QuickForm.php';

boolean HTML_QuickForm::isElementFrozen (string $element)

説明

Returns whether or not the form element is frozen.

パラメータ

string $element

Form element name

例外・エラー

throws no exceptions thrown

注意

since 1.0

この関数は、スタティックにコールする ことはできません。