Class: Form_Field_Radio_Group_Semidynamic_View
Source Location: /form/fields/radio_group/form_field_radio_group_semidynamic_view.class.php
Class Form_Field_Radio_Group_Semidynamic_View
Inherited Properties, Constants, and Methods
Properties
Labels map
API Tags:
| Internal: | |
| Access: | protected |
Methods
string get_radio_label(
integer
$value
)
|
|
Returns radio's label
Parameters:
API Tags:
void set_rl_map(
unknown_type
$rl_arr
)
|
|
Sets labels map
$rl_arr must be an array in form: $rl_arr[radio_value] = radio_label; Example: $rl_arr[1] = 'one';
Parameters:
API Tags:
Information Tags:
|
|
|