| extends | XoopsFormSelect | 
|---|
A select field with a choice of available groups
| Methods | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
					
	public
					
					
				 | __construct(
	string $caption,
	string $name,
	bool $include_anon = false,
	mixed $value = null,
	int $size = 1,
	bool $multiple = false,
)
		Constructor
	 Constructor Parameters
 Overrides | # | ||||||||||||
| Methods inherited from XoopsFormSelect | 
|---|
| isMultiple(), getSize(), getValue(), setValue(), addOption(), addOptionArray(), getOptions(), render(), renderValidationJS() | 
| Properties inherited from XoopsFormSelect | 
|---|
| $_options, $_multiple, $_size, $_value | 
| Properties inherited from XoopsFormElement | 
|---|
| $customValidationCode, $_name, $_caption, $_accesskey, $_class, $_hidden, $_extra, $_required, $_description, $_nocolspan, $_formtype |