string getRadios(
string
$fieldName, [array
$elementList = null])
|
|
returns html code for the radio option buttons.
param elementList: if you want to fetch just some or just one option, you can give the keys of them here. default is NULL which makes the method return all options.
Tags:
Overrides
Bs_FormFieldRadio::getRadios() (returns html code for the radio option buttons.)
Parameters: