constructor HTML_QuickForm_advcheckbox() -- Class constructor
Synopsis
require_once 'HTML/QuickForm/advcheckbox.php'; |
void constructor HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox
([string $elementName = NULL [, string $elementLabel = NULL [, string $text = NULL [, mixed $attributes = NULL [, mixed $values = NULL]]]]])
Описание
Этот пакет пока не документирован.
Параметр
- string
$elementName
(optional)Input field name attribute
- string
$elementLabel
(optional)Input field label
- string
$text
(optional)Text to put after the checkbox
- mixed
$attributes
(optional)Either a typical HTML attribute string
or an associative array
- mixed
$values
(optional)Values to pass if checked or not checked
Throws
throws no exceptions thrown
Заметка
since 1.0
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |