constructor HTML_QuickForm_hierselect()

constructor HTML_QuickForm_hierselect() -- Class constructor

Synopsis

require_once 'HTML/QuickForm/hierselect.php';

void constructor HTML_QuickForm_hierselect::HTML_QuickForm_hierselect ([string $elementName = NULL [, string $elementLabel = NULL [, mixed $attributes = NULL [, mixed $separator = NULL]]]])

Description

This package is not documented yet.

Parameter

string $elementName

(optional)Input field name attribute

string $elementLabel

(optional)Input field label in form

mixed $attributes

(optional)Either a typical HTML attribute string or an associative array.

mixed $separator

String to separate the grouped elements

Throws

throws no exceptions thrown

Note

This function can not be called statically.