HTML_QuickForm_advcheckbox::getPrivateName()

HTML_QuickForm_advcheckbox::getPrivateName() – 要素のプライベート名を取得する

Synopsis

require_once 'HTML/QuickForm/advcheckbox.php';

string HTML_QuickForm_advcheckbox::getPrivateName ( string $elementName )

Description

これは、実際のチェックボックスに使用される名前です。

Parameter

string $elementName

内部で使用する要素名。

Throws

例外はスローされません。

Note

This function can not be called statically.