constructor HTML_QuickForm_radio()

constructor HTML_QuickForm_radio() -- Class constructor

Synopsis

require_once 'HTML/QuickForm/radio.php';

void constructor HTML_QuickForm_radio::HTML_QuickForm_radio ([string $elementName = NULL [, mixed $elementLabel = NULL [, string $text = NULL [, string $value = NULL [, mixed $attributes = NULL]]]]])

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Parameter

string $elementName

Input field name attribute

mixed $elementLabel

Label(s) for a field

string $text

Text to display near the radio

string $value

Input field value

mixed $attributes

Either a typical HTML attribute string or an associative array

Fehler-Meldungen

throws no exceptions thrown

Hinweise

since 1.0

Diese Methode kann nicht statisch aufgerufen werden.