HTML_QuickForm_advcheckbox::getPrivateName()
HTML_QuickForm_advcheckbox::getPrivateName() -- Gets the private name for the element
概要
require_once 'HTML/QuickForm/advcheckbox.php'; |
string HTML_QuickForm_advcheckbox::getPrivateName (string $elementName)
説明
This is the name that will be used by the actual checkbox.
パラメータ
- string
$elementName
The element name to make private
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。