buildSelect()
buildSelect(array $kva, string $name = null, string $selectedValue = null, boolean $multiple = false) : string
Builds a select box from supplied data
Parameters
array | $kva | Key => Value array |
string | $name | Name of the select box |
string | $selectedValue | Value (if present) to select |
boolean | $multiple | Display a multiple-select box |
Returns
string —HTML