Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17442 программиста и 1872 робота. Сейчас ищут 1834 программиста ...
HTML_QuickForm_advcheckbox::getPrivateName()
Вернуться к: Custom elements
HTML_QuickForm_advcheckbox::getPrivateName()
HTML_QuickForm_advcheckbox::getPrivateName() – Gets the private name for the element
Synopsis
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.
Parameter
- string $elementName
-
The element name to make private
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Custom elements